From edefd3eddb59423aae1dd675327e8aad1a10ce60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 10:05:43 +0000 Subject: [PATCH] chore(deps): bump react from 19.2.3 to 19.2.8 Bumps [react](https://github.com/react/react/tree/HEAD/packages/react) 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) --- updated-dependencies: - dependency-name: react 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..700dd13 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -17,7 +17,7 @@ "fumadocs-ui": "16.11.5", "lucide-react": "^1.25.0", "next": "16.2.10", - "react": "^19.2.6", + "react": "^19.2.8", "react-dom": "^19.2.6", "tailwind-merge": "^3.6.0", "flexsearch": "^0.8.212", diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 41f44e3..bda7b70 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -46,7 +46,7 @@ "expo-system-ui": "~57.0.1", "expo-web-browser": "~57.0.1", "lucide-react-native": "^1.25.0", - "react": "19.2.3", + "react": "19.2.8", "react-dom": "19.2.3", "react-native": "0.86.0", "react-native-gesture-handler": "~2.32.0", diff --git a/apps/web/package.json b/apps/web/package.json index 46663ca..83c8fd5 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -25,7 +25,7 @@ "clsx": "^2.1.1", "motion": "^12.42.2", "next": "^16.2.10", - "react": "^19.2.6", + "react": "^19.2.8", "react-dom": "^19.2.6", "shadcn": "^4.13.1", "tailwind-merge": "^3.6.0",