From ec7c658e7c2dd322f9487a1c93a39fb449738c58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Jir=C3=A1nek?= Date: Mon, 2 Oct 2017 12:50:41 +0200 Subject: [PATCH] Upgrade peerDeps to react & react-dom 16 since react-dimensions actually works out of the box with react 16 :) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 291143e..53e3c62 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,8 @@ "standard": "^6.0.8" }, "peerDependencies": { - "react": "^0.14.0 || ^15.0.0", - "react-dom": "^0.14.0 || ^15.0.0" + "react": "^0.14.0 || ^15.0.0 || ^16.0.0", + "react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0" }, "dependencies": { "element-resize-event": "^2.0.4"