From 38c1757b00f9192dfb84afb5b14f6db448921cc7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 Mar 2019 07:47:19 +0000 Subject: [PATCH] Update dependency redux to v4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04a88f3..2ed85c9 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "react-dom": "^0.14.2", "react-redux": "^4.0.0", "react-router": "^1.0.0", - "redux": "^3.0.4", + "redux": "^4.0.0", "redux-promise": "^0.5.0", "redux-thunk": "^1.0.0" }