mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-25 02:53:53 +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"
|
"rimraf": "^2.3.4"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"redux": "^2.0.0"
|
"redux": "^2.0.0 || ^3.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react-json-tree": "^0.1.8",
|
"react-json-tree": "^0.1.8",
|
||||||
"react-mixin": "^1.7.0",
|
"react-mixin": "^1.7.0",
|
||||||
"react-redux": "^2.0.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