React-app-rewired: Potential react-app-rewired-mobx peer dependencies break change

Created on 27 Mar 2018  路  2Comments  路  Source: timarney/react-app-rewired

The latest mobx and mobx-react version have been updated to 4.1.0 and 5.0.0 recently, while react-app-rewired-mobx still requires lower versions of each:

npm WARN [email protected] requires a peer of mobx@>=3.1.17 < 4 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of mobx-react@>=4.2.2 < 5 but none is installed. You must install peer dependencies yourself.

Is it safe to update the package.json of react-app-rewired-mobx as well?

Most helpful comment

1.0.8 is up

All 2 comments

I'll try to test with my test package later this week. Should be safe but I haven't looked at the MobX updates yet.

1.0.8 is up

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lcyuhe picture lcyuhe  路  5Comments

Tobbe picture Tobbe  路  5Comments

ljxyweb picture ljxyweb  路  4Comments

bilthon picture bilthon  路  5Comments

windhost picture windhost  路  5Comments