Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
fix: again peer dependency with next
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Nov 16, 2021
1 parent cf67023 commit d96c4a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
"watch": "^1.0.2"
},
"peerDependencies": {
"next": "^11|^12",
"react": "17.x",
"react-dom": "17.x"
"next": ">=11.x",
"react": "~17.x",
"react-dom": "~17.x"
},
"release": {
"branches": [
Expand Down

0 comments on commit d96c4a7

Please sign in to comment.