Skip to content

Commit

Permalink
feat: Add Next.js 11 to supported peer dependencies list (#3711)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidChouinard authored Jun 24, 2021
1 parent 3b9a92d commit 740443d
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 @@
"rimraf": "3.0.2"
},
"peerDependencies": {
"next": "^10.0.8",
"next": "^10.0.8 || ^11.0",
"react": "15.x || 16.x || 17.x"
},
"scripts": {
Expand Down

0 comments on commit 740443d

Please sign in to comment.