From e67f1c7dbdaaf67ab409a972dcd205c23336a0d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:05:26 +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.17.2. - [Release notes](https://github.com/software-mansion/react-native-reanimated/releases) - [Commits](https://github.com/software-mansion/react-native-reanimated/commits/3.17.2/packages/react-native-reanimated) --- updated-dependencies: - dependency-name: react-native-reanimated dependency-version: 3.17.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- example/yarn.lock | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/example/package.json b/example/package.json index a9faa253..2d390a0f 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.17.2", "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 4fc66130..32edb31a 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -7167,7 +7167,7 @@ path-type@^4.0.0: integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== payjp-react-native@../: - version "0.8.4" + version "0.8.5" picocolors@^1.0.0, picocolors@^1.0.1: version "1.0.1" @@ -7476,10 +7476,15 @@ 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-is-edge-to-edge@1.1.6: + version "1.1.6" + resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.6.tgz#69ec13f70d76e9245e275eed4140d0873a78f902" + integrity sha512-1pHnFTlBahins6UAajXUqeCOHew9l9C2C8tErnpGC3IyLJzvxD+TpYAixnCbrVS52f7+NvMttbiSI290XfwN0w== + +react-native-reanimated@~3.17.2: + version "3.17.2" + resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.17.2.tgz#92a5d8acfe77185d41c29140fc0b706d8160441b" + integrity sha512-8z4o8/qZRM02oI3qzVh48417/AXDx+aKl95X8qn+vqQx+s7Z1sGI8GPah645vYDB/DrPDRkoJOp0tAhrJdXs9w== dependencies: "@babel/plugin-transform-arrow-functions" "^7.0.0-0" "@babel/plugin-transform-class-properties" "^7.0.0-0" @@ -7492,6 +7497,7 @@ react-native-reanimated@~3.15.3: "@babel/preset-typescript" "^7.16.7" convert-source-map "^2.0.0" invariant "^2.2.4" + react-native-is-edge-to-edge "1.1.6" react-native-safe-area-context@4.11.0: version "4.11.0"