nareshbhatia / mobx-state-router

MobX-powered router for React apps
https://nareshbhatia.github.io/mobx-state-router/
MIT License
227 stars 30 forks source link

Incorrect peer dependency #62

Closed eDubrovsky closed 5 years ago

eDubrovsky commented 5 years ago

Hi! When I create Docker, i see this warning message:

warning " > mobx-state-router@4.0.4" has incorrect peer dependency "mobx@^4.x".

I use:

  "mobx": "^5.9.0",
  "mobx-react": "^5.4.3",
  "mobx-state-router": "^4.0.4",
nareshbhatia commented 5 years ago

:tada: This issue has been resolved in version 4.0.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

nareshbhatia commented 5 years ago

Done. Please try with version 4.0.5.

eDubrovsky commented 5 years ago

It's work, thanks!