From 94f56aa07b0ea20099ebbe3562bb3b0515c21df1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2019 06:38:40 +0000 Subject: [PATCH] Bump redux from 3.7.2 to 4.0.5 Bumps [redux](https://github.com/reduxjs/redux) from 3.7.2 to 4.0.5. - [Release notes](https://github.com/reduxjs/redux/releases) - [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/redux/compare/v3.7.2...v4.0.5) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9c2a04..0b6f508 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "react": "^15.4.2", "react-addons-test-utils": "^15.4.2", "react-redux": "^5.0.3", - "redux": "^3.6.0", + "redux": "^4.0.5", "rimraf": "^2.5.2", "watch": "^0.17.1" },