Skip to content

Commit

Permalink
chore(adapter-nextjs): bump the min support version of Next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed Nov 1, 2023
1 parent 588b76b commit 1b11bb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 <15.0.0"
"next": ">=13.5.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 < 15.0.0",
"next": ">= 13.5.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 1b11bb1

Please sign in to comment.