Skip to content

Commit 465bde8

Browse files
authored
deps(nextjs): Remove react peer dep and allow rc (#12670)
1 parent 2a7c22b commit 465bde8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/nextjs/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@
8989
"next": "13.2.0"
9090
},
9191
"peerDependencies": {
92-
"next": "^13.2.0 || ^14.0",
93-
"react": "16.x || 17.x || 18.x",
92+
"next": "^13.2.0 || ^14.0 || ^15.0.0-rc.0",
9493
"webpack": ">= 5.0.0"
9594
},
9695
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)