From 32a5672cb723857ed5d56da8f017f328f93e6c39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 06:37:24 +0000 Subject: [PATCH] chore(deps): bump react-dom from 19.2.7 to 19.2.8 in /ui Bumps [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) from 19.2.7 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-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 6cb63da..d9236c4 100644 --- a/ui/package.json +++ b/ui/package.json @@ -33,7 +33,7 @@ "next": "16.2.10", "next-intl": "^4.6.1", "react": "19.2.7", - "react-dom": "19.2.7", + "react-dom": "19.2.8", "react-hook-form": "^7.69.0", "recharts": "^3.6.0", "socket.io-client": "^4.8.3",