Skip to content

Commit 740443d

Browse files
feat: Add Next.js 11 to supported peer dependencies list (#3711)
1 parent 3b9a92d commit 740443d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"rimraf": "3.0.2"
3535
},
3636
"peerDependencies": {
37-
"next": "^10.0.8",
37+
"next": "^10.0.8 || ^11.0",
3838
"react": "15.x || 16.x || 17.x"
3939
},
4040
"scripts": {

0 commit comments

Comments
 (0)