From f899f15153d3baf1f931b655b80f0b946d6408d2 Mon Sep 17 00:00:00 2001 From: Tyler Cook Date: Thu, 12 Oct 2017 10:38:27 -0500 Subject: [PATCH] Added React v16 peer dependency support --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a12b619c..042c2b91 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "webpack": "^1.11.0" }, "peerDependencies": { - "react": "^0.14.9 || ^15.3.0", + "react": "^0.14.9 || ^15.3.0 || ^16.0.0", "react-redux": "^4.0.0 || ^5.0.0", "redux": "^3.5.2" },