From e159bd23401a6d6e2120a87140989adb8ac470fe Mon Sep 17 00:00:00 2001 From: bcripps Date: Sun, 28 Oct 2018 00:13:54 +0900 Subject: [PATCH] Update peerDependency to include 15.x and 16.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9df107..b051d7b 100644 --- a/package.json +++ b/package.json @@ -91,6 +91,6 @@ "lodash": "^4.0.0" }, "peerDependencies": { - "react": "^0.14.7" + "react": "^0.14.0 || ^15.0.0 || ^16.0.0" } }