Skip to content

Commit

Permalink
Limiting range to 11.0.x
Browse files Browse the repository at this point in the history
This version is not compatible with [email protected] because of this breaking
change vercel/next.js#26756.
  • Loading branch information
4lejandrito committed Oct 21, 2021
1 parent b4b558a commit 588ef42
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 @@ -26,7 +26,7 @@
"prepare": "husky install"
},
"peerDependencies": {
"next": "^9.4.0 || ^10.0.0 || ^11.0.0",
"next": "^9.4.0 || ^10.0.0 || ~11.0.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
Expand Down

0 comments on commit 588ef42

Please sign in to comment.