From 02506ed707d0266497cd3057d53b7bdd5af2ca9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andi=20P=C3=A4tzold?= Date: Tue, 5 Apr 2022 20:44:42 +0200 Subject: [PATCH] feat: add React 18 to peer deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4a8c03af..6667c55c 100644 --- a/package.json +++ b/package.json @@ -56,8 +56,8 @@ "rimraf": "3.0.2" }, "peerDependencies": { - "react": "^16.6.0 || ^17.0.0", - "react-dom": "^16.6.0 || ^17.0.0" + "react": "^16.6.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.6.0 || ^17.0.0 || ^18.0.0" }, "scripts": { "clean": "rimraf lib",