From 279a542b4b2012fbaab758acb86ad69c8aa5c5d7 Mon Sep 17 00:00:00 2001 From: Johnny Date: Fri, 18 Dec 2020 18:35:54 -0300 Subject: [PATCH] Update peer dependencies for react 17.x --- 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"