LeonardoGentile / react-mobx-router5

React components for routing solution using router5 and mobx
MIT License
59 stars 5 forks source link

Update peerDependencies to router5@5.x.x #1

Closed thupi closed 7 years ago

thupi commented 7 years ago

Hey,

While trying to update router5 i discovered that this package requires router5@4.x.x :-) It would be really great if the package could support router5@5.x.x as well :-) !

LeonardoGentile commented 7 years ago

The version 4.0.0 should work now with peerDependencies:

"mobx-router5": "^3.0.0",
"router5": "^5.0.0"

Let me know if you have any trouble

thupi commented 7 years ago

@LeonardoGentile Thanks for the quick update :-) ! I will try to update the dependencies :-)