diff --git a/examples/async/package.json b/examples/async/package.json index 80041b25..05a33c72 100644 --- a/examples/async/package.json +++ b/examples/async/package.json @@ -19,7 +19,7 @@ "react": "^16.0.0", "react-dom": "^16.0.0", "react-redux": "^4.0.0", - "redux": "^3.0.0", + "redux": "^4.0.0", "redux-logger": "^2.0.2", "redux-query": "../..", "redux-thunk": "^1.0.0" diff --git a/package.json b/package.json index 129061af..4ef118bb 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "peerDependencies": { "react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-rc", - "redux": "^2.0.0 || ^3.0.0" + "redux": "^2.0.0 || ^3.0.0 || ^4.0.0" }, "devDependencies": { "babel-cli": "6.8.0", diff --git a/site/package.json b/site/package.json index b01d3dfb..b2cb564c 100644 --- a/site/package.json +++ b/site/package.json @@ -16,7 +16,7 @@ "react-inspector": "^2.2.0", "react-redux": "^5.0.3", "react-router-dom": "^4.0.0", - "redux": "^3.6.0", + "redux": "^4.0.0", "rimraf": "^2.4.3", "styled-components": "^2.2.1" }, @@ -36,4 +36,4 @@ "test": "react-scripts test --env=jsdom", "vendor": "mkdir -p public/vendor && cp ../dist/umd/redux-query.js public/vendor/redux-query.js" } -} \ No newline at end of file +}