Skip to content

Commit

Permalink
support react >= 16.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pzmosquito committed Jun 16, 2022
1 parent c167925 commit 652e1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mr-router5",
"version": "5.0.2",
"version": "5.1.0",
"description": "mr-router5 uses Router5 together with MobX for your favorite React application.",
"keywords": [
"router5",
Expand Down Expand Up @@ -36,7 +36,7 @@
"peerDependencies": {
"mobx": "^4 || ^5 || ^6",
"mobx-react-lite": "^1 || ^2 || ^3",
"react": "^16.8 || ^17",
"react": ">=16.8",
"router5": "^7 || ^8"
},
"devDependencies": {
Expand Down

0 comments on commit 652e1d0

Please sign in to comment.