From 001ff664adf5bb1c3e46e74faf48b3c434feaebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 17:59:57 +0000 Subject: [PATCH] chore(deps): bump the mobile-minor group across 1 directory with 7 updates Bumps the mobile-minor group with 7 updates in the /mobile directory: | Package | From | To | | --- | --- | --- | | [@react-native-community/slider](https://github.com/callstack/react-native-slider) | `5.1.2` | `5.2.0` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.0` | `19.2.6` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.0` | `19.2.6` | | [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) | `0.83.6` | `0.85.3` | | [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `4.2.1` | `4.4.0` | | [react-native-svg](https://github.com/software-mansion/react-native-svg) | `15.15.3` | `15.15.5` | | [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) | `0.7.4` | `0.9.1` | Updates `@react-native-community/slider` from 5.1.2 to 5.2.0 - [Release notes](https://github.com/callstack/react-native-slider/releases) - [Commits](https://github.com/callstack/react-native-slider/compare/v5.1.2...v5.2.0) Updates `react` from 19.2.0 to 19.2.6 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react) Updates `react-dom` from 19.2.0 to 19.2.6 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react-dom) Updates `react-native` from 0.83.6 to 0.85.3 - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/commits/v0.85.3/packages/react-native) Updates `react-native-reanimated` from 4.2.1 to 4.4.0 - [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.4.0/packages/react-native-reanimated) Updates `react-native-svg` from 15.15.3 to 15.15.5 - [Release notes](https://github.com/software-mansion/react-native-svg/releases) - [Commits](https://github.com/software-mansion/react-native-svg/compare/v15.15.3...v15.15.5) Updates `react-native-worklets` from 0.7.4 to 0.9.1 - [Release notes](https://github.com/software-mansion/react-native-reanimated/releases) - [Commits](https://github.com/software-mansion/react-native-reanimated/commits/worklets-0.9.1/packages/react-native-worklets) --- updated-dependencies: - dependency-name: "@react-native-community/slider" dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mobile-minor - dependency-name: react dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mobile-minor - dependency-name: react-dom dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mobile-minor - dependency-name: react-native dependency-version: 0.85.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mobile-minor - dependency-name: react-native-reanimated dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mobile-minor - dependency-name: react-native-svg dependency-version: 15.15.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mobile-minor - dependency-name: react-native-worklets dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mobile-minor ... Signed-off-by: dependabot[bot] --- mobile/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mobile/package.json b/mobile/package.json index 310bbaa2..6b2002ee 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -17,7 +17,7 @@ "clean": "rm -rf .expo node_modules ios android" }, "dependencies": { - "@react-native-community/slider": "5.1.2", + "@react-native-community/slider": "5.2.0", "@react-navigation/native": "^7.1.33", "@rn-primitives/avatar": "^1.4.0", "@rn-primitives/portal": "~1.4.0", @@ -39,16 +39,16 @@ "lucide-react-native": "^1.11.0", "nativewind": "^4.2.3", "posthog-react-native": "^4.43.5", - "react": "19.2.0", - "react-dom": "19.2.0", - "react-native": "0.83.6", - "react-native-reanimated": "4.2.1", + "react": "19.2.6", + "react-dom": "19.2.6", + "react-native": "0.85.3", + "react-native-reanimated": "4.4.0", "react-native-safe-area-context": "~5.6.2", "react-native-screens": "~4.23.0", "react-native-sse": "^1.2.1", - "react-native-svg": "15.15.3", + "react-native-svg": "15.15.5", "react-native-web": "^0.21.0", - "react-native-worklets": "0.7.4", + "react-native-worklets": "0.9.1", "tailwind-merge": "^3.5.0", "tailwindcss": "^3.4.14", "tailwindcss-animate": "^1.0.7"