From b2d3dd8519adb13308cdad6b294adaf8fc7fcef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 21:06:13 +0000 Subject: [PATCH] chore(deps): bump react from 19.2.7 to 19.2.8 in /example Bumps [react](https://github.com/react/react/tree/HEAD/packages/react) 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) --- 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] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 3367aa91..029b9b90 100644 --- a/example/package.json +++ b/example/package.json @@ -11,7 +11,7 @@ "pod": "bundle install && bundle exec pod install --project-directory=ios" }, "dependencies": { - "react": "19.2.7", + "react": "19.2.8", "react-native": "0.86.0", "react-native-nitro-modules": "0.36.1", "react-native-safe-area-context": "^5.8.0"