neurosnap / robodux

caching in redux made simple
MIT License
101 stars 7 forks source link

update README with peer dependency info #35

Closed cashc closed 4 years ago

cashc commented 4 years ago

when I was installing robodux in a new project, I got the error in the screenshot. After installing immer with yarn add immer, everything worked.

Question: I see immer is a peer dependency at version 4.0.0, but the latest version of immer is 5.3.3.. Should the version in your robodux package.json be updated or should users of robodux use that earlier version? Or does it not matter and version 5.3.3 is fine to use with robodux?

Screen Shot 2020-02-04 at 2 51 15 PM
neurosnap commented 4 years ago

Thanks!