From cc50e853fed5a235e10047d89ee39ee0deb78677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 04:13:24 +0000 Subject: [PATCH] Bump react-native-reanimated from 3.18.0 to 3.19.5 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.5. - [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.5/packages/react-native-reanimated) --- updated-dependencies: - dependency-name: react-native-reanimated dependency-version: 3.19.5 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 3c70b08d..b452a409 100644 --- a/sample/package.json +++ b/sample/package.json @@ -31,7 +31,7 @@ "react-native-nitro-modules": "^0.33.7", "react-native-quick-base64": "^2.2.2", "react-native-quick-crypto": "^1.0.9", - "react-native-reanimated": "3.18.0", + "react-native-reanimated": "3.19.5", "react-native-safe-area-context": "^5.6.1", "react-native-screens": "^4.16.0", "react-native-vector-icons": "^10.3.0",