From 1a9897f6287b68f0136984a1799d41d8b4c76026 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Wed, 20 Apr 2022 09:18:08 +0200 Subject: [PATCH] [breaking] Bump minimum React version to 16.8 --- package.json | 4 ++-- test/yarn.lock | 4 ++-- yarn.lock | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b570b5182..99693c49c 100644 --- a/package.json +++ b/package.json @@ -103,8 +103,8 @@ "webpack": "^5.20.0" }, "peerDependencies": { - "react": "^16.3.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "resolutions": { "semver@7.0.0": "^7.0.0" diff --git a/test/yarn.lock b/test/yarn.lock index d0f9d608e..76d481da7 100644 --- a/test/yarn.lock +++ b/test/yarn.lock @@ -5431,8 +5431,8 @@ __metadata: tiny-invariant: ^1.0.0 tiny-warning: ^1.0.0 peerDependencies: - react: ^16.3.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.3.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 languageName: node linkType: soft diff --git a/yarn.lock b/yarn.lock index a0fdee3b6..bd030f5e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6254,8 +6254,8 @@ __metadata: tiny-warning: ^1.0.0 webpack: ^5.20.0 peerDependencies: - react: ^16.3.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.3.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 languageName: unknown linkType: soft