Skip to content

Commit

Permalink
fix: peerDependencies list to include Next 13 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSpecific authored Jan 20, 2023
1 parent 0826edf commit 5883342
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 @@ -64,6 +64,6 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"next": "^9 || ^10 || ^11 || ^12.0.0"
"next": "^9 || ^10 || ^11 || ^12.0.0 || ^13"
}
}

0 comments on commit 5883342

Please sign in to comment.