Skip to content

Commit

Permalink
chore(adapter-nextjs): bump Next.js version range (#12442)
Browse files Browse the repository at this point in the history
* chore(adapter-nextjs): bump Next.js supported version to < 15.0

* chore: use Next.js 13.5.6 in the workspace temporarily
  • Loading branch information
HuiSF authored Nov 1, 2023
1 parent ad5c83e commit 588b76b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
"@types/babel__traverse": "7.20.0",
"path-scurry": "1.10.0",
"**/glob/minipass": "6.0.2",
"nx": "16.7.0"
"nx": "16.7.0",
"next": "13.5.6"
},
"jest": {
"resetMocks": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The adapter for the supporting of using Amplify APIs in Next.js.",
"peerDependencies": {
"aws-amplify": "^6.0.0",
"next": ">=13.4.0 <14.0.0"
"next": ">=13.4.0 <15.0.0"
},
"dependencies": {
"cookie": "0.5.0",
Expand All @@ -17,7 +17,7 @@
"@types/react-dom": "^18.2.6",
"aws-amplify": "6.0.0",
"jest-fetch-mock": "3.0.3",
"next": ">= 13.4.0 < 14.0.0",
"next": ">= 13.4.0 < 15.0.0",
"typescript": "5.1.6"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 588b76b

Please sign in to comment.