From f4d343b39577ae64d58f0647cb280b9cf3c99793 Mon Sep 17 00:00:00 2001 From: Ralph Maamari Date: Thu, 1 Apr 2021 18:03:04 -0700 Subject: [PATCH] Update package.json Support React 17 to fix Node Conflicts during installation --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34399bc..74fb523 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "standard-version": "^4.4.0" }, "peerDependencies": { - "react": "^0.14.7 || ^15.0.0 || ^16.0.0" + "react": "^0.14.7 || ^15.0.0 || ^16.0.0 || ^17.0.0" }, "dependencies": { "babel-runtime": "^6.26.0",