Skip to content

Commit

Permalink
deps(nextjs): Remove react peer dep and allow rc (#12670)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Jun 27, 2024
1 parent 2a7c22b commit 465bde8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@
"next": "13.2.0"
},
"peerDependencies": {
"next": "^13.2.0 || ^14.0",
"react": "16.x || 17.x || 18.x",
"next": "^13.2.0 || ^14.0 || ^15.0.0-rc.0",
"webpack": ">= 5.0.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 465bde8

Please sign in to comment.