From e7a4476fe26d2294dca3649c5c38d5a59dda78d8 Mon Sep 17 00:00:00 2001 From: tom910 Date: Thu, 9 Dec 2021 11:48:14 +0300 Subject: [PATCH] fix: remove duplicates react-is when using react 17 and 18 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc507c4..bee81ee 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "author": "Michael Ridgway ", "license": "BSD-3-Clause", "dependencies": { - "react-is": "^16.7.0" + "react-is": ">=16" }, "devDependencies": { "@babel/core": "^7.5.0",