From e63a3298d1044752748630df1c2e7afd1c89e371 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Sun, 10 Jul 2022 15:08:20 +0200 Subject: [PATCH] Allow installation with react 18 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f650a688..6a4f1c7b 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ }, "peerDependencies": { "prop-types": "^15.5.7", - "react": "^16.3.0 || ^17.0.0", + "react": "^16.3.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.3.0 || ^17.0.0" }, "devDependencies": {