From a03ec74a45cd303399400d8686e004f5138de0a3 Mon Sep 17 00:00:00 2001 From: Johnny Date: Sat, 19 Dec 2020 06:03:00 -0300 Subject: [PATCH] Update peer dependencies for react 17.x (#48) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 284e8b8..f0ff0b6 100644 --- a/package.json +++ b/package.json @@ -70,8 +70,8 @@ "webpack": "1.13.2" }, "peerDependencies": { - "react": "0.14.x || 15.x || 16.x", - "react-dom": "0.14.x || 15.x || 16.x" + "react": "0.14.x || 15.x || 16.x || 17.x", + "react-dom": "0.14.x || 15.x || 16.x || 17.x" }, "dependencies": { "prop-types": "^15.5.7"