From 012fbc7a7c2542636019bfb381b0daed88ba8ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Fri, 22 Oct 2021 12:09:36 +0200 Subject: [PATCH] Indicate compatibility with React 17 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d45a2dc..f3beea7 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "ts-readme-generator": "^0.4.4" }, "peerDependencies": { - "react": "^16.8.0", - "react-dom": "^16.0.0", + "react": "^16.8.0 || ^17.0.0", + "react-dom": "^16.0.0 || ^17.0.0", "react-spring": "^8.0.0" }, "peerDependenciesMeta": {