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" } } 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