Skip to content

Commit 4793df5

Browse files
authored
feat(nextjs): Add React 18 as a peer dep (#4831)
1 parent 827fcc8 commit 4793df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"peerDependencies": {
3636
"next": "^10.0.8 || ^11.0 || ^12.0",
37-
"react": "15.x || 16.x || 17.x",
37+
"react": "15.x || 16.x || 17.x || 18.x",
3838
"webpack": ">= 4.0.0"
3939
},
4040
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)