diff --git a/package.json b/package.json index bac044d7..466323c4 100644 --- a/package.json +++ b/package.json @@ -54,17 +54,18 @@ "react": "^0.14.0", "react-addons-test-utils": "^0.14.0", "react-dom": "^0.14.0", + "react-redux": "^4.0.0", + "redux": "^3.5.2", "rimraf": "^2.3.4", "webpack": "^1.11.0" }, "peerDependencies": { - "redux": "^3.5.0", - "react": "^0.14.0 || ^15.0.0-rc.1" + "react": "^0.14.0 || ^15.0.0", + "react-redux": "^4.0.0 || ^5.0.0", + "redux": "^3.5.2" }, "dependencies": { "lodash": "^4.2.0", - "react-redux": "^4.0.0", - "redux": "^3.5.2", "redux-devtools-instrument": "^1.0.1" } }