Skip to content

Commit

Permalink
chore(package): add next 12 as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kiily committed Aug 12, 2022
1 parent 10b8bb5 commit d0ec096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "jest"
},
"peerDependencies": {
"next": "^9.5.0 || ^10.2.1 || ^11.1.0"
"next": "^9.5.0 || ^10.2.1 || ^11.1.0 || ^12.1.0"
},
"devDependencies": {
"jest": "^26.6.3",
Expand Down

0 comments on commit d0ec096

Please sign in to comment.