Skip to content

Commit 4250640

Browse files
feat(nextjs): Support Next.js v12 (#4093)
Co-authored-by: iker barriocanal <[email protected]>
1 parent 7e7e5f2 commit 4250640

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
@@ -33,7 +33,7 @@
3333
"next": "10.1.3"
3434
},
3535
"peerDependencies": {
36-
"next": "^10.0.8 || ^11.0",
36+
"next": "^10.0.8 || ^11.0 || ^12.0",
3737
"react": "15.x || 16.x || 17.x",
3838
"webpack": ">= 4.0.0"
3939
},

0 commit comments

Comments
 (0)