From 123397d26710a7d9634a9f73636d7eee7d2b5dd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:39:53 +0000 Subject: [PATCH] chore(deps): bump react-native-reanimated in /example Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) from 3.15.3 to 3.15.5. - [Release notes](https://github.com/software-mansion/react-native-reanimated/releases) - [Commits](https://github.com/software-mansion/react-native-reanimated/commits/3.15.5/packages/react-native-reanimated) --- updated-dependencies: - dependency-name: react-native-reanimated dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- example/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example/package.json b/example/package.json index 06657bca..2017353e 100644 --- a/example/package.json +++ b/example/package.json @@ -21,7 +21,7 @@ "react-dom": "18.2.0", "react-native": "0.74.5", "react-native-gesture-handler": "~2.16.1", - "react-native-reanimated": "~3.15.3", + "react-native-reanimated": "~3.15.5", "react-native-safe-area-context": "4.11.0", "react-native-screens": "3.34.0", "react-native-web": "~0.19.10" diff --git a/example/yarn.lock b/example/yarn.lock index c1143e1c..304fb48d 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -7083,7 +7083,7 @@ path-type@^4.0.0: integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== payjp-react-native@../: - version "0.7.0" + version "0.8.0" picocolors@^1.0.0, picocolors@^1.0.1: version "1.0.1" @@ -7382,10 +7382,10 @@ react-native-helmet-async@2.0.4: react-fast-compare "^3.2.2" shallowequal "^1.1.0" -react-native-reanimated@~3.15.3: - version "3.15.3" - resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.15.3.tgz#580b5c1cb5a9f85e44b2850640514513d76e350d" - integrity sha512-5QBk/7PZvZ98Adxm4MRyglwzsRzReTQIe4Hd2wbBBAZ68IC4OYKvsc8cPEjgx3/1mG8HgHFYhbcDe5U2RjeFqw== +react-native-reanimated@~3.15.5: + version "3.15.5" + resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.15.5.tgz#c92085f054ddfc37b2b5489b7eadfc74da33e1f7" + integrity sha512-admqeZ0w235vQqYPy+IUgmHu5gwKi9+b7AQRV1yIK3MbAMLYx+RY+tTUtx1CNE5X+rNZ6eSQssW5z77yTwIusg== dependencies: "@babel/plugin-transform-arrow-functions" "^7.0.0-0" "@babel/plugin-transform-class-properties" "^7.0.0-0"