Skip to content

Commit

Permalink
feat(nextjs): Add React 18 as a peer dep (#4831)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Apr 1, 2022
1 parent 827fcc8 commit 4793df5
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 @@ -34,7 +34,7 @@
},
"peerDependencies": {
"next": "^10.0.8 || ^11.0 || ^12.0",
"react": "15.x || 16.x || 17.x",
"react": "15.x || 16.x || 17.x || 18.x",
"webpack": ">= 4.0.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 4793df5

Please sign in to comment.