From 4e4eecdd81dbe888e798390da4a7e7225f2f82ac Mon Sep 17 00:00:00 2001 From: Alan Smithee Date: Fri, 14 Feb 2025 21:19:56 +0100 Subject: [PATCH 1/2] update react and react-dom peerdeps to include v 19 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I have been using semantic-ui-react (v3 beta) with react 19 for a good while without any issues. Can we please include that version in the react peer deps range so I can avoid having to do --legacy-peer-deps? I do not update the package version in this PR, but if you can do that and release a new version, that would be amazing. many thanks 🙏🏼 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 41d6a77a47..38ac23f532 100644 --- a/package.json +++ b/package.json @@ -181,8 +181,8 @@ "webpack-dev-middleware": "^3.7.2" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" || ^19.0.0" }, "resolutions": { "babel-plugin-universal-import": "^2.0.2", From 3dcb86d1d30c0cddd72217ac363eff792e604cdf Mon Sep 17 00:00:00 2001 From: Alan Smithee Date: Fri, 14 Feb 2025 21:31:56 +0100 Subject: [PATCH 2/2] Update package.json oops --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 38ac23f532..f296290b41 100644 --- a/package.json +++ b/package.json @@ -181,8 +181,8 @@ "webpack-dev-middleware": "^3.7.2" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" || ^19.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" || ^19.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "resolutions": { "babel-plugin-universal-import": "^2.0.2",