whetstone / redux-devtools-diff-monitor

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

Make react / react-dom peer dependencies and support react 15. #28

Closed cchamberlain closed 8 years ago

cchamberlain commented 8 years ago

Having react and react-dom as dependencies causes multiple versions of React in bundlers. It seems to be the norm to make them peer dependencies. Any reason for not doing this?

iktl commented 8 years ago

Thanks for the PR, I merged it locally with an overhaul I'm in the middle of RC'ing and should have pushed tomorrow (I hope) to address some outstanding issues.

cchamberlain commented 8 years ago

Nice!

iktl commented 8 years ago

Hey @cchamberlain, please give version 5.0.2 a shot when you have the chance. It should be okay (just ran it locally), but I will be keeping a closer eye on issues here in the short term.