mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Bump peerDependencies to include Redux 3.x
This commit is contained in:
parent
22011114f5
commit
751e22d687
|
@ -44,12 +44,12 @@
|
|||
"rimraf": "^2.3.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"redux": "^2.0.0"
|
||||
"redux": "^2.0.0 || ^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"react-json-tree": "^0.1.8",
|
||||
"react-mixin": "^1.7.0",
|
||||
"react-redux": "^2.0.0",
|
||||
"redux": "^2.0.0"
|
||||
"redux": "^2.0.0 || ^3.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user