From 1aee69987ac3b6792706be5ff69001e8609069d3 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Thu, 13 Jul 2023 18:43:54 +0500 Subject: [PATCH] refactor: updated peer dependencies --- packages/catalog-search/package.json | 4 ++-- packages/hotjar/package.json | 4 ++-- packages/logistration/package.json | 4 ++-- packages/utils/package.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/catalog-search/package.json b/packages/catalog-search/package.json index 8f5c8c0f..4e3afdc2 100644 --- a/packages/catalog-search/package.json +++ b/packages/catalog-search/package.json @@ -64,8 +64,8 @@ "@edx/paragon": "^19.15.0 || ^20.0.0", "@fortawesome/free-solid-svg-icons": "^5.8.1", "@fortawesome/react-fontawesome": "^0.2.0", - "react": "^16.14.0 || ^17.0.0", - "react-dom": "^16.14.0 || ^17.0.0", + "react": "^16.12.0 || ^17.0.0", + "react-dom": "^16.12.0 || ^17.0.0", "react-instantsearch-dom": "^6.8.3", "react-router-dom": "^5.2.0" } diff --git a/packages/hotjar/package.json b/packages/hotjar/package.json index 66b063a1..42a830af 100644 --- a/packages/hotjar/package.json +++ b/packages/hotjar/package.json @@ -44,8 +44,8 @@ "react-router-dom": "5.2.0" }, "peerDependencies": { - "react": "^16.14.0 || ^17.0.0", - "react-dom": "^16.14.0 || ^17.0.0", + "react": "^16.12.0 || ^17.0.0", + "react-dom": "^16.12.0 || ^17.0.0", "react-router-dom": "^5.2.0" } } diff --git a/packages/logistration/package.json b/packages/logistration/package.json index 9e9eae9d..09714d17 100644 --- a/packages/logistration/package.json +++ b/packages/logistration/package.json @@ -53,8 +53,8 @@ }, "peerDependencies": { "@edx/frontend-platform": "^4.0.1", - "react": "^16.14.0 || ^17.0.0", - "react-dom": "^16.14.0 || ^17.0.0", + "react": "^16.12.0 || ^17.0.0", + "react-dom": "^16.12.0 || ^17.0.0", "react-router-dom": "^5.2.0" } } diff --git a/packages/utils/package.json b/packages/utils/package.json index 57c7c481..b7e3fa98 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -51,8 +51,8 @@ }, "peerDependencies": { "@edx/frontend-platform": "^4.0.1", - "react": "^16.14.0 || ^17.0.0", - "react-dom": "^16.14.0 || ^17.0.0", + "react": "^16.12.0 || ^17.0.0", + "react-dom": "^16.12.0 || ^17.0.0", "react-router-dom": "^5.2.0" } }