From 50fa1170eef8c8e0aca2754576288f497ac919d3 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Wed, 19 Jan 2022 11:02:04 +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 815ccc3c..62fbf09e 100644 --- a/package.json +++ b/package.json @@ -54,8 +54,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 284c27f4..4d69fb86 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1828,8 +1828,8 @@ __metadata: react-fit: ^1.0.3 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 languageName: unknown linkType: soft