From 92f32c92a8ea1ceebc0f22216a0498e9e4f78b63 Mon Sep 17 00:00:00 2001 From: Benjamin Fourgeaud Date: Fri, 27 Jun 2025 18:29:26 +0200 Subject: [PATCH 1/2] chore: update peerDependencies to support react@19 --- packages/use-ask/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/use-ask/package.json b/packages/use-ask/package.json index 765bf22..fdbd0cc 100644 --- a/packages/use-ask/package.json +++ b/packages/use-ask/package.json @@ -37,6 +37,6 @@ "vitest": "^1.6.0" }, "peerDependencies": { - "react": "^18.3.1" + "react": "^18.3.1 || ^19.0.0" } } From 180ac3d673cf7253fe7863fc63ea71ea5e8e8751 Mon Sep 17 00:00:00 2001 From: Benjamin Fourgeaud Date: Sat, 28 Jun 2025 13:30:41 +0200 Subject: [PATCH 2/2] chore: update react dependency to support version 19.0.0 and add deprecation notice for @mui/base --- pnpm-lock.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 246f878..2bbfbf1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -209,7 +209,7 @@ importers: packages/use-ask: dependencies: react: - specifier: ^18.3.1 + specifier: ^18.3.1 || ^19.0.0 version: 18.3.1 devDependencies: '@testing-library/react': @@ -777,6 +777,7 @@ packages: '@mui/base@5.0.0-beta.40': resolution: {integrity: sha512-I/lGHztkCzvwlXpjD2+SNmvNQvB4227xBXhISPjEaJUXGImOQ9f3D2Yj/T3KasSI/h0MLWy74X0J6clhPmsRbQ==} engines: {node: '>=12.0.0'} + deprecated: This package has been replaced by @base-ui-components/react peerDependencies: '@types/react': ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0