From a4fd78b3fd9af0fe806a5a33df861d0f04a8be44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 10:36:32 +0000 Subject: [PATCH] Bump react-native-reanimated in /fixture/react-native Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) from 3.16.6 to 3.17.5. - [Release notes](https://github.com/software-mansion/react-native-reanimated/releases) - [Commits](https://github.com/software-mansion/react-native-reanimated/commits/3.17.5/packages/react-native-reanimated) --- updated-dependencies: - dependency-name: react-native-reanimated dependency-version: 3.17.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- fixture/react-native/package.json | 2 +- fixture/react-native/yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/fixture/react-native/package.json b/fixture/react-native/package.json index 0a5d907b7..a4dd56cb4 100644 --- a/fixture/react-native/package.json +++ b/fixture/react-native/package.json @@ -22,7 +22,7 @@ "react-native": "0.76.5", "react-native-fast-image": "^8.6.3", "react-native-gesture-handler": "^2.21.2", - "react-native-reanimated": "^3.16.6", + "react-native-reanimated": "^3.17.5", "react-native-safe-area-context": "^5.4.0", "react-native-screens": "^4.4.0" }, diff --git a/fixture/react-native/yarn.lock b/fixture/react-native/yarn.lock index cb187ae14..d43c9047d 100644 --- a/fixture/react-native/yarn.lock +++ b/fixture/react-native/yarn.lock @@ -6938,10 +6938,15 @@ react-native-gesture-handler@^2.21.2: invariant "^2.2.4" prop-types "^15.7.2" -react-native-reanimated@^3.16.6: - version "3.16.6" - resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.16.6.tgz#fa1eda23b740c893e81a024712346c79f1bbdf36" - integrity sha512-jPbAfLF5t8+UCKFTO+LeOY+OmAcDP5SsAfqINvNQz5GFGvoO7UebxujjtY58CmpZNH6c3SQ514FF9//mZDpo/g== +react-native-is-edge-to-edge@1.1.7: + version "1.1.7" + resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.7.tgz#28947688f9fafd584e73a4f935ea9603bd9b1939" + integrity sha512-EH6i7E8epJGIcu7KpfXYXiV2JFIYITtq+rVS8uEb+92naMRBdxhTuS8Wn2Q7j9sqyO0B+Xbaaf9VdipIAmGW4w== + +react-native-reanimated@^3.17.5: + version "3.17.5" + resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.17.5.tgz#09ebe3c9e3379c5c0c588b7ab30c131ea29b60f0" + integrity sha512-SxBK7wQfJ4UoWoJqQnmIC7ZjuNgVb9rcY5Xc67upXAFKftWg0rnkknTw6vgwnjRcvYThrjzUVti66XoZdDJGtw== dependencies: "@babel/plugin-transform-arrow-functions" "^7.0.0-0" "@babel/plugin-transform-class-properties" "^7.0.0-0" @@ -6954,6 +6959,7 @@ react-native-reanimated@^3.16.6: "@babel/preset-typescript" "^7.16.7" convert-source-map "^2.0.0" invariant "^2.2.4" + react-native-is-edge-to-edge "1.1.7" react-native-safe-area-context@^5.4.0: version "5.4.0"