Skip to content

Commit

Permalink
build(npm dependencies): Update the package to be compatible with rou…
Browse files Browse the repository at this point in the history
…ter5@^5.0.0

This now depends on mobx-router5@^3.0.0 that is in turn compatible with router5@^5.0.0

BREAKING CHANGE: This is not compatible with router5 < 5.0.0 and mobx-router5 < 3.0.0

Closes #1
  • Loading branch information
LeonardoGentile committed Jul 15, 2017
1 parent 1ae1399 commit f442904
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ They _observe_ the `mobx-router5` _observables_ and react when they change.
- __react >= 15.0.0__
- __mobx >= 3.1.0__
- __mobx-react >= 4.0.0__
- __router5 >= 4.0.0__
- __mobx-router5 >= 2.0.1__
- __router5 >= 5.0.0__
- __mobx-router5 >= 3.0.0__

These are considered `peerDependencies` that means they should exist in your installation, you should install them yourself to make this plugin work.
The package won't install them as dependencies.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@
"jsdom": "^9.12.0",
"mobx": "^3.1.9",
"mobx-react": "^4.0.0",
"mobx-router5": "^2.0.1",
"mobx-router5": "^3.0.0",
"mocha": "^3.2.0",
"react": "~15.4.2",
"react-addons-test-utils": "~15.4.2",
"react-dom": "~15.4.2",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"router5": "~4.5.2",
"router5": "^5.0.0",
"semantic-release": "^6.3.6",
"semantic-release-conventional-commits": "1.0.2",
"sinon": "^2.0.0-pre.3",
Expand All @@ -97,8 +97,8 @@
"react": "^15.0.0",
"mobx": "^3.1.0",
"mobx-react": "^4.0.0",
"mobx-router5": "^2.0.1",
"router5": "^4.0.0"
"mobx-router5": "^3.0.0",
"router5": "^5.0.0"
},
"scripts": {
"commit": "git-cz",
Expand Down

0 comments on commit f442904

Please sign in to comment.