whetstone / redux-devtools-diff-monitor

https://www.npmjs.com/redux-devtools-diff-monitor
176 stars 14 forks source link

Add support for redux 2.0 #7

Closed moroshko closed 9 years ago

imevro commented 9 years ago

Yeah, it broke npm install.

npm WARN unmet dependency /Users/e/dev/yard/frontend/node_modules/redux-devtools-diff-monitor requires redux@'^1.0.0-rc' but will load
npm WARN unmet dependency /Users/e/dev/yard/frontend/node_modules/redux,
npm WARN unmet dependency which is version 2.0.0
npm ERR! Darwin 15.0.0
npm ERR! argv "node" "/usr/local/bin/npm" "i"
npm ERR! node v0.12.5
npm ERR! npm  v2.13.3
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package redux@2.0.0 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer react-redux@2.0.0 wants redux@^2.0.0
npm ERR! peerinvalid Peer redux-devtools@2.0.0 wants redux@^2.0.0
npm ERR! peerinvalid Peer redux-devtools-diff-monitor@0.2.2 wants redux@^1.0.0 || 1.0.0-rc
theSmaw commented 9 years ago

https://github.com/whetstone/redux-devtools-diff-monitor/pull/8

iktl commented 9 years ago

Closed with https://github.com/whetstone/redux-devtools-diff-monitor/pull/8, thanks!