Skip to content

Commit

Permalink
lock nextjs version to 13.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Jipperism committed Dec 1, 2023
1 parent 9caa707 commit 7ffca8a
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 84 deletions.
1 change: 0 additions & 1 deletion frontend/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const nextConfig = {
return config;
},
transpilePackages: ["@hypercerts-org/sdk"],
output: 'export'
};

export default withSentryConfig(
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@observablehq/runtime": "5",
"@openzeppelin/merkle-tree": "^1.0.2",
"@plasmicapp/host": "^1.0.171",
"@plasmicapp/loader-nextjs": "^1.0.284",
"@plasmicapp/loader-nextjs": "^1.0.345",
"@rainbow-me/rainbowkit": "1.2.0",
"@sentry/nextjs": "^7.73.0",
"@sentry/utils": "^7.73.0",
Expand All @@ -54,7 +54,7 @@
"html2canvas": "^1.4.1",
"js-confetti": "^0.11.0",
"lodash": "^4.17.21",
"next": "latest",
"next": "^13.5.6",
"papaparse": "^5.4.1",
"primereact": "^9.6.0",
"qs": "^6.11.0",
Expand Down
Loading

0 comments on commit 7ffca8a

Please sign in to comment.