From c1213fde8ca128feca2fef1305ebcbaa2fc83369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 15:14:32 +0000 Subject: [PATCH] chore(deps): bump the npm-production group across 1 directory with 5 updates Bumps the npm-production group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.3` | `19.2.8` | | [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.3` | `19.2.8` | | [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `4.5.0` | `4.5.3` | | [react-native-webview](https://github.com/react-native-webview/react-native-webview) | `13.16.1` | `13.17.0` | | [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) | `0.10.0` | `0.11.3` | Updates `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) Updates `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) Updates `react-native-reanimated` from 4.5.0 to 4.5.3 - [Release notes](https://github.com/software-mansion/react-native-reanimated/releases) - [Changelog](https://github.com/software-mansion/react-native-reanimated/blob/main/packages/react-native-reanimated/RELEASE.md) - [Commits](https://github.com/software-mansion/react-native-reanimated/commits/4.5.3/packages/react-native-reanimated) Updates `react-native-webview` from 13.16.1 to 13.17.0 - [Release notes](https://github.com/react-native-webview/react-native-webview/releases) - [Commits](https://github.com/react-native-webview/react-native-webview/compare/v13.16.1...v13.17.0) Updates `react-native-worklets` from 0.10.0 to 0.11.3 - [Release notes](https://github.com/software-mansion/react-native-reanimated/releases) - [Commits](https://github.com/software-mansion/react-native-reanimated/commits/worklets-0.11.3/packages/react-native-worklets) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production - dependency-name: react-dom dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production - dependency-name: react-native-reanimated dependency-version: 4.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production - dependency-name: react-native-webview dependency-version: 13.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-production - dependency-name: react-native-worklets dependency-version: 0.11.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index aa09733..1bbaa87 100644 --- a/package.json +++ b/package.json @@ -57,18 +57,18 @@ "expo-status-bar": "~57.0.1", "expo-system-ui": "~57.0.1", "expo-updates": "~57.0.10", - "react": "19.2.3", - "react-dom": "19.2.3", + "react": "19.2.8", + "react-dom": "19.2.8", "react-native": "0.86.0", "react-native-argon2": "^4.0.0", "react-native-gesture-handler": "~2.32.0", "react-native-keyboard-aware-scroll-view": "^0.9.5", - "react-native-reanimated": "4.5.0", + "react-native-reanimated": "4.5.3", "react-native-safe-area-context": "~5.7.0", "react-native-screens": "~4.26.0", "react-native-web": "^0.21.2", - "react-native-webview": "13.16.1", - "react-native-worklets": "0.10.0", + "react-native-webview": "13.17.0", + "react-native-worklets": "0.11.3", "typescript": "~6.0.3", "zod": "^4.4.3" },