From 1c38e37416f29abcf6302d8515c1028580e7df3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 10:59:23 +0000 Subject: [PATCH] Bump react and @types/react Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 19.1.1 to 19.2.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react) Updates `@types/react` from 19.1.12 to 19.2.0 - [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.0 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@types/react" dependency-version: 19.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bun.lock | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bun.lock b/bun.lock index 06cc517..0524fa9 100644 --- a/bun.lock +++ b/bun.lock @@ -22,11 +22,11 @@ "@testing-library/user-event": "^14.6.1", "@total-typescript/tsconfig": "^1.0.4", "@types/bun": "^1.2.21", - "@types/react": "^19.1.12", + "@types/react": "^19.2.0", "intl-parse-accept-language": "^1.0.0", "is-ip": "5.0.1", "msw": "^2.11.1", - "react": "^19.1.1", + "react": "^19.2.0", "react-dom": "^19.1.1", "react-router": "^7.9.0", "ts-node": "^10.9.1", @@ -198,7 +198,7 @@ "@types/node": ["@types/node@20.19.11", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-uug3FEEGv0r+jrecvUUpbY8lLisvIjg6AAic6a2bSP5OEOLeJsDSnvhCDov7ipFFMXS3orMpzlmi0ZcuGkBbow=="], - "@types/react": ["@types/react@19.1.12", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-cMoR+FoAf/Jyq6+Df2/Z41jISvGZZ2eTlnsaJRptmZ76Caldwy1odD4xTr/gNV9VLj0AWgg/nmkevIyUfIIq5w=="], + "@types/react": ["@types/react@19.2.0", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-1LOH8xovvsKsCBq1wnT4ntDUdCJKmnEakhsuoUSy6ExlHCkGP2hqnatagYTgFk6oeL0VU31u7SNjunPN+GchtA=="], "@types/statuses": ["@types/statuses@2.0.6", "", {}, "sha512-xMAgYwceFhRA2zY+XbEA7mxYbA093wdiW8Vu6gZPGWy9cmOyU9XesH1tNcEWsKFd5Vzrqx5T3D38PWx1FIIXkA=="], diff --git a/package.json b/package.json index 538f119..222640f 100644 --- a/package.json +++ b/package.json @@ -308,11 +308,11 @@ "@testing-library/user-event": "^14.6.1", "@total-typescript/tsconfig": "^1.0.4", "@types/bun": "^1.2.21", - "@types/react": "^19.1.12", + "@types/react": "^19.2.0", "intl-parse-accept-language": "^1.0.0", "is-ip": "5.0.1", "msw": "^2.11.1", - "react": "^19.1.1", + "react": "^19.2.0", "react-dom": "^19.1.1", "react-router": "^7.9.0", "ts-node": "^10.9.1",