Skip to content

Commit

Permalink
meta(nextjs): Bump peer deps for Next.js 14 (#9390)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Oct 27, 2023
1 parent 3379f93 commit 6d9a766
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 @@ -45,7 +45,7 @@
"next": "10.1.3"
},
"peerDependencies": {
"next": "^10.0.8 || ^11.0 || ^12.0 || ^13.0",
"next": "^10.0.8 || ^11.0 || ^12.0 || ^13.0 || ^14.0",
"react": "16.x || 17.x || 18.x",
"webpack": ">= 4.0.0"
},
Expand Down

0 comments on commit 6d9a766

Please sign in to comment.