From 1323912ffaeb46cbcfea514b7e10b1972145aeef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 04:31:00 +0000 Subject: [PATCH] Bump react-native-reanimated from 3.18.0 to 3.19.2 in /sample Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) from 3.18.0 to 3.19.2. - [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/3.19.2/packages/react-native-reanimated) --- updated-dependencies: - dependency-name: react-native-reanimated dependency-version: 3.19.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/package.json b/sample/package.json index 3f5818d7..fa083772 100644 --- a/sample/package.json +++ b/sample/package.json @@ -27,7 +27,7 @@ "jotai": "^2.13.1", "react-native-config": "1.5.6", "react-native-dotenv": "^3.4.11", - "react-native-reanimated": "3.18.0", + "react-native-reanimated": "3.19.2", "react-native-safe-area-context": "^5.2.0", "react-native-screens": "^4.10.0", "react-native-vector-icons": "^10.3.0"