From fd2b2975bfdb4faaf43d9daf596e62ff12c2111f Mon Sep 17 00:00:00 2001 From: Eddie Date: Mon, 8 Feb 2021 12:21:45 +0330 Subject: [PATCH] Update react version in package.json The previous version notation was accurate before react team has released the react@17 and react-dom@17 Now we know these versions contain almost no breaking change at all! So I guess it's safe to kick the can down the line till a future @18 version :sweat_smile: --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3f51b5a3..36ebdede 100644 --- a/package.json +++ b/package.json @@ -13,10 +13,10 @@ "url": "git+https://github.com/Iconscout/react-unicons.git" }, "peerDependencies": { - "react": ">=15.0.0 <17.0.0" + "react": ">=15.0.0 <18.0.0" }, "dependencies": { - "react": ">=15.0.0 <17.0.0" + "react": ">=15.0.0 <18.0.0" }, "keywords": [ "unicons",