From dcc7f5eb78b7427a16a7c28c850b37d174ed8021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=B8rge=20Antonsen?= Date: Tue, 31 Oct 2017 10:31:12 +0100 Subject: [PATCH] Added React16 as valid dependency --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d4760c19..2c655b9a 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,8 @@ }, "peerDependencies": { "jquery": ">=2.1.4", - "react": "^0.14.0 || ^15.0.0-rc || ^15.0.0", - "react-dom": "^0.14.0 || ^15.0.0-rc || ^15.0.0" + "react": "^0.14.0 || ^15.0.0-rc || ^15.0.0 || ^16.0.0", + "react-dom": "^0.14.0 || ^15.0.0-rc || ^15.0.0 || ^16.0.0" }, "author": "Igor Romanov ", "license": "MIT",