Skip to content

Commit

Permalink
fix: peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Argeare5 committed Sep 29, 2023
1 parent 8bfea9a commit bcec892
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 @@ -41,9 +41,9 @@
},
"peerDependencies": {
"ethers": "5.x",
"immer": ">=10.0.2",
"react": ">=18.2.0",
"zustand": ">=4.4.1"
"immer": "10.x",
"react": "18.x",
"zustand": "4.x"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit bcec892

Please sign in to comment.