From 62edddde39280ba567620d1a981670a06bb492c0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 17:30:28 +0000 Subject: [PATCH] chore(deps): update redux requirement from 4.0.1 to 4.0.4 Updates the requirements on [redux](https://github.com/reduxjs/redux) to permit the latest version. - [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/v4.0.1...v4.0.4) 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 ba0928f..51ec171 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "lodash": "4.17.11", "react-motion": "0.5.2", "react-redux": "7.1.0", - "redux": "4.0.1", + "redux": "4.0.4", "redux-devtools-extension": "2.13.8", "redux-thunk": "2.3.0", "socket.io-client": "2.2.0",