From ac9cfce385f7dbfdc787292b41298ba847b62fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 17:22:43 +0000 Subject: [PATCH] chore(deps): bump the react group with 2 updates Bumps the react group with 2 updates: [react](https://github.com/react/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). Updates `react` from 19.2.6 to 19.2.8 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react) Updates `@types/react` from 19.2.16 to 19.2.18 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react - dependency-name: "@types/react" dependency-version: 19.2.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 2 +- pnpm-workspace.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 27343f5fe4038..0c3bbb290bde9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -209,7 +209,7 @@ catalogs: specifier: ^24.10.1 version: 24.10.1 '@types/react': - specifier: ^19.2.17 + specifier: ^19.2.18 version: 19.2.18 classnames: specifier: ~2.5.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 160436a8d276d..5ad4e97e93eb1 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -13,7 +13,7 @@ allowBuilds: catalog: '@types/node': ^24.10.1 - '@types/react': ^19.2.17 + '@types/react': ^19.2.18 classnames: ~2.5.1 cross-env: ^10.0.0 # Running on the preview to incorporate https://github.com/vercel/next.js/pull/93308