From 4bbd1d41696b02a3d4c3aa6c4e77c4aebec94020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 06:08:57 +0000 Subject: [PATCH] chore(react): Bump the react group in /react with 3 updates Updates the requirements on [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) to permit the latest version. Updates `react` to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react) Updates `react-dom` to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom) Updates `@types/react` to 19.2.17 - [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.7 dependency-type: direct:production dependency-group: react - dependency-name: react-dom dependency-version: 19.2.7 dependency-type: direct:production dependency-group: react - dependency-name: "@types/react" dependency-version: 19.2.17 dependency-type: direct:development dependency-group: react ... Signed-off-by: dependabot[bot] --- react/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/react/package.json b/react/package.json index 49f190fd..1631916c 100644 --- a/react/package.json +++ b/react/package.json @@ -21,8 +21,8 @@ "@fortawesome/pro-solid-svg-icons": "^7.2.0", "@intility/bifrost-react": "^6.18.0", "@sentry/react": "^10.55.0", - "react": "^19.2.6", - "react-dom": "^19.2.6", + "react": "^19.2.7", + "react-dom": "^19.2.7", "react-router": "^7.16.0", "use-local-storage-state": "^19.5.0" }, @@ -35,7 +35,7 @@ "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", - "@types/react": "^19.2.15", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.2", "babel-plugin-react-compiler": "^1.0.0",