From 7395dc11e4d7f9d9e8db8fbf92d7619330c0dd6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 17 Apr 2018 21:47:34 +0000 Subject: [PATCH] Update redux requirement to ^4.0.0 Updates the requirements on [redux](https://github.com/reactjs/redux) to permit the latest version. - [Release notes](https://github.com/reactjs/redux/releases) - [Changelog](https://github.com/reactjs/redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reactjs/redux/commits/v4.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87c67b0..80ba1a4 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "react-router-dom": "^4.2.2", "react-router-redux": "^5.0.0-alpha.8", "react-string-replace": "^0.4.1", - "redux": "^3.7.2", + "redux": "^4.0.0", "redux-saga": "^0.16.0", "styled-components": "^2.2.3", "styled-theme": "^0.3.3",