From 9a361c3b48f31bd9a075003c75c00f156e328f9d Mon Sep 17 00:00:00 2001 From: Noah Eigenfeld Date: Fri, 22 Mar 2024 17:52:58 -0400 Subject: [PATCH] chore: bump react peerDep to include react 18 (#560) --- packages/discovery-react-components/package.json | 4 ++-- yarn.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/discovery-react-components/package.json b/packages/discovery-react-components/package.json index d7ffa8318..032587ac6 100644 --- a/packages/discovery-react-components/package.json +++ b/packages/discovery-react-components/package.json @@ -92,8 +92,8 @@ "carbon-components": ">= 10.46.0 < 11", "carbon-components-react": ">= 7.46.0 < 8", "ibm-watson": "^8", - "react": ">= 16.8.0 < 18", - "react-dom": ">= 16.8.0 < 18" + "react": ">= 16.8.0 < 19", + "react-dom": ">= 16.8.0 < 19" }, "jest": { "resetMocks": false, diff --git a/yarn.lock b/yarn.lock index a2351ca94..a33b57afe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2837,8 +2837,8 @@ __metadata: carbon-components: ">= 10.46.0 < 11" carbon-components-react: ">= 7.46.0 < 8" ibm-watson: ^8 - react: ">= 16.8.0 < 18" - react-dom: ">= 16.8.0 < 18" + react: ">= 16.8.0 < 19" + react-dom: ">= 16.8.0 < 19" languageName: unknown linkType: soft