From d4bd36ff2aa06fc1643d31fc9106a678d29f6a56 Mon Sep 17 00:00:00 2001 From: Daniel Gerson Date: Wed, 25 Oct 2017 23:47:30 +0100 Subject: [PATCH 1/3] Updated react peer dependency to 16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 049db82..b003ef8 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ }, "license": "MIT", "peerDependencies": { - "react": "^0.14.0 || ^15.0.0-0" + "react": "^0.14.0 || <=16.0.0-0" }, "typings": "./index.d.ts" } From 338df7e8e517fe54d7226b075019e0da0a246136 Mon Sep 17 00:00:00 2001 From: Daniel Gerson Date: Wed, 25 Oct 2017 23:49:20 +0100 Subject: [PATCH 2/3] Fixed version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b003ef8..511f5f0 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ }, "license": "MIT", "peerDependencies": { - "react": "^0.14.0 || <=16.0.0-0" + "react": "^0.14.0 || <=16.0.0" }, "typings": "./index.d.ts" } From bf2ab38c3cc2d55f6ec117e2eb14914a4da4e2de Mon Sep 17 00:00:00 2001 From: Daniel Gerson Date: Wed, 25 Oct 2017 23:50:09 +0100 Subject: [PATCH 3/3] Fixed version again --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 511f5f0..5819e73 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ }, "license": "MIT", "peerDependencies": { - "react": "^0.14.0 || <=16.0.0" + "react": "^0.14.0 || ^16.0.0" }, "typings": "./index.d.ts" }