Skip to content

Commit

Permalink
Update peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ycanardeau committed Nov 19, 2023
1 parent 581f2a3 commit 25bdc1c
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 @@ -42,10 +42,10 @@
"peerDependencies": {
"lodash-es": "^4.17.21",
"mobx": "^6.7.0",
"mobx-react-lite": "^3.4.0",
"mobx-react-lite": "^3.0.0 || ^4.0.0",
"qs": "^6.11.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^17 || ^18",
"react-dom": "^17 || ^18",
"react-router-dom": "^6.4.3"
},
"files": [
Expand Down

0 comments on commit 25bdc1c

Please sign in to comment.