From 747cbd4952dc37cf547bb41795f03ba828f0b4f0 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Wed, 19 Jan 2022 11:02:10 +0100 Subject: [PATCH] Add support for React 18 --- package.json | 4 ++-- yarn.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a7518b534..b4156fcda 100644 --- a/package.json +++ b/package.json @@ -90,8 +90,8 @@ "rimraf": "^3.0.0" }, "peerDependencies": { - "react": "^16.3.0 || ^17.0.0-0", - "react-dom": "^16.3.0 || ^17.0.0-0" + "react": "^16.3.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0" }, "resolutions": { "semver@7.0.0": "^7.0.0" diff --git a/yarn.lock b/yarn.lock index be16bae51..584d7109f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5901,8 +5901,8 @@ __metadata: rimraf: ^3.0.0 update-input-width: ^1.2.2 peerDependencies: - react: ^16.3.0 || ^17.0.0-0 - react-dom: ^16.3.0 || ^17.0.0-0 + react: ^16.3.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.3.0 || ^17.0.0 || ^18.0.0 languageName: unknown linkType: soft