From ec1bd480a31ecaf1b446a791a7dc850f514d4a6c Mon Sep 17 00:00:00 2001 From: Stephen Grider Date: Tue, 11 Apr 2017 16:09:35 -0700 Subject: [PATCH] Lock react-redux --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0fed88..8b4c5bf 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "lodash": "^3.10.1", "react": "^0.14.3", "react-dom": "^0.14.3", - "react-redux": "^4.0.0", + "react-redux": "4.0.0", "react-router": "^2.0.1", "redux": "^3.0.4" }