Skip to content

Commit

Permalink
feat(deps): add support for Next 13
Browse files Browse the repository at this point in the history
fixes #48
  • Loading branch information
trezy committed Jan 12, 2023
1 parent 10b8bb5 commit 20a8ba4
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 || ^13.0.0"
},
"devDependencies": {
"jest": "^26.6.3",
Expand Down

0 comments on commit 20a8ba4

Please sign in to comment.