From 12414334a2b041e9f7a57a6061f16edd9b426819 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2019 10:39:27 +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 d84addf07..9972d27c1 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "react-infinite": "^0.9.2", "react-tiny-virtual-list": "^2.0.1", "react-virtualized": "^9.2.2", - "redux": "^3.5.2", + "redux": "^4.0.5", "rimraf": "^2.5.2", "sass-loader": "^3.2.0", "stack-source-map": "^1.0.4",