Skip to content

Commit

Permalink
Merge pull request #45 from kiily/chore/next-js-12
Browse files Browse the repository at this point in the history
Chore - Add next 12 as peer dependency
  • Loading branch information
trezy committed Dec 4, 2022
2 parents 18545f0 + d0ec096 commit 79c6a2a
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 79c6a2a

Please sign in to comment.