From d35e4ecec756e6e0d151d6dcb3ac1abc50a2c17a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 10:05:44 +0000 Subject: [PATCH] chore(deps): bump react-dom from 19.2.3 to 19.2.8 Bumps [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) from 19.2.3 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] --- apps/docs/package.json | 2 +- apps/mobile/package.json | 2 +- apps/web/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/docs/package.json b/apps/docs/package.json index e591f8a..978c9a5 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -18,7 +18,7 @@ "lucide-react": "^1.25.0", "next": "16.2.10", "react": "^19.2.6", - "react-dom": "^19.2.6", + "react-dom": "^19.2.8", "tailwind-merge": "^3.6.0", "flexsearch": "^0.8.212", "@ai-sdk/react": "^3.0.232", diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 41f44e3..50f72ac 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -47,7 +47,7 @@ "expo-web-browser": "~57.0.1", "lucide-react-native": "^1.25.0", "react": "19.2.3", - "react-dom": "19.2.3", + "react-dom": "19.2.8", "react-native": "0.86.0", "react-native-gesture-handler": "~2.32.0", "react-native-passkeys": "^0.4.1", diff --git a/apps/web/package.json b/apps/web/package.json index 46663ca..da69c71 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -26,7 +26,7 @@ "motion": "^12.42.2", "next": "^16.2.10", "react": "^19.2.6", - "react-dom": "^19.2.6", + "react-dom": "^19.2.8", "shadcn": "^4.13.1", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.4.0"