From 03e2af0a8b7365c9f6ccab64223d6bb82c8abf25 Mon Sep 17 00:00:00 2001 From: James Gillmore Date: Thu, 27 Jul 2017 07:24:35 -0700 Subject: [PATCH] fix($peerDep): loosen to * --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 027f320b..85b817fd 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "webpack": "2.4.1" }, "peerDependencies": { - "history": "^4.x", - "redux": "^3.x" + "history": "*", + "redux": "*" }, "jest": { "verbose": true,