From 499f96cb4c3d11be40e871f85224c5a7fe479a09 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2019 10:16:15 +0000 Subject: [PATCH] Update redux requirement from ^4.0.0 to ^4.0.4 in /docs 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.0...v4.0.4) Signed-off-by: dependabot-preview[bot] --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index e04766724131b6..a165bef0b964ea 100644 --- a/docs/package.json +++ b/docs/package.json @@ -86,7 +86,7 @@ "react-window": "^1.7.1", "recast": "^0.17.0", "recharts": "^1.1.0", - "redux": "^4.0.0", + "redux": "^4.0.4", "redux-logger": "^3.0.6", "styled-components": "^4.1.1", "typescript-to-proptypes": "^1.1.0",