Skip to content

Commit

Permalink
Add support for Next.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
subvertallchris committed Apr 4, 2024
1 parent cfafece commit 775decb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"cookie": "^0.5.0"
},
"peerDependencies": {
"next": "^10.0.8 || ^11.0 || ^12.0 || ^13.0",
"next": "^10.0.8 || ^11.0 || ^12.0 || ^13.0 || ^14.0",
"react": "15.x || 16.x || 17.x || 18.x"
},
"devDependencies": {
Expand Down

0 comments on commit 775decb

Please sign in to comment.