Skip to content

Commit

Permalink
chore(adapter-nextjs): bump next version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed May 8, 2024
1 parent 220d104 commit ae7942c
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 70 deletions.
4 changes: 2 additions & 2 deletions packages/adapter-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "The adapter for the supporting of using Amplify APIs in Next.js.",
"peerDependencies": {
"aws-amplify": "^6.0.7",
"next": ">=13.5.0 <15.0.0"
"next": ">=14.2.3 <15.0.0"
},
"dependencies": {
"cookie": "0.5.0"
Expand All @@ -17,7 +17,7 @@
"@types/react-dom": "^18.2.6",
"aws-amplify": "6.3.0",
"jest-fetch-mock": "3.0.3",
"next": ">= 13.5.0 < 15.0.0",
"next": ">=14.2.3 <15.0.0",
"typescript": "5.0.2"
},
"publishConfig": {
Expand Down
142 changes: 74 additions & 68 deletions yarn.lock

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

0 comments on commit ae7942c

Please sign in to comment.