happypoulp / redux-tutorial

Learn how to use redux step by step
3.76k stars 546 forks source link

Updating reference to latest React version #65

Closed jamesmacfie closed 8 years ago

jamesmacfie commented 8 years ago

Fixes dependency conflict in issue #64.

npm ERR! peerinvalid The package react@0.14.0 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer react-dom@0.14.2 wants react@^0.14.2
npm ERR! peerinvalid Peer react-redux@4.0.0 wants react@^0.14.0

Needed to specify React 0.14.2 or greater to satisfy react-dom requirements.

Thanks @happypoulp

happypoulp commented 8 years ago

Thanks!