From caf06bfe50c93cefd620f28d504ac8abdd8d4a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 06:35:26 +0000 Subject: [PATCH] Update react-redux requirement from ^4.0.0 to ^6.0.0 Updates the requirements on [react-redux](https://github.com/reduxjs/react-redux) to permit the latest version. - [Release notes](https://github.com/reduxjs/react-redux/releases) - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/react-redux/commits/v6.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 ccc428d2..fc6b3469 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "react-test-renderer": "^16.1.1", "history": "^1.16.0", "prop-types": "^15.5.10", - "react-redux": "^4.0.0", + "react-redux": "^6.0.0", "react-router": "^3.0.0", "redux": "^3.0.4" },