mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 06:00:07 +03:00
Support React >= 15 peer dependency
This commit is contained in:
parent
275f564c54
commit
eef1179f21
|
@ -58,7 +58,7 @@
|
|||
},
|
||||
"peerDependencies": {
|
||||
"redux": "^3.0.0",
|
||||
"react": "^0.14.0 || ^15.0.0-rc.1"
|
||||
"react": "^0.14.0 || ^15.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "^4.2.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user