Skip to content

Commit

Permalink
update peer dependencies and drop support for MobX < 6
Browse files Browse the repository at this point in the history
  • Loading branch information
pzmosquito committed Jun 16, 2022
1 parent 652e1d0 commit dbb382e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mr-router5",
"version": "5.1.0",
"version": "6.0.0",
"description": "mr-router5 uses Router5 together with MobX for your favorite React application.",
"keywords": [
"router5",
Expand Down Expand Up @@ -34,8 +34,8 @@
"prepublishOnly": "npm run dts && npm run build"
},
"peerDependencies": {
"mobx": "^4 || ^5 || ^6",
"mobx-react-lite": "^1 || ^2 || ^3",
"mobx": "^6",
"mobx-react-lite": "^3",
"react": ">=16.8",
"router5": "^7 || ^8"
},
Expand Down

0 comments on commit dbb382e

Please sign in to comment.