From e329b0307dfc1cdcccae3d4e7ba997eca2081f76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:34:52 +0000 Subject: [PATCH] Bump react-native-screens from 3.32.0 to 4.3.0 in /fixture/react-native (#1430) Bumps [react-native-screens](https://github.com/software-mansion/react-native-screens) from 3.32.0 to 4.3.0. - [Release notes](https://github.com/software-mansion/react-native-screens/releases) - [Commits](https://github.com/software-mansion/react-native-screens/compare/3.32.0...4.3.0) --- updated-dependencies: - dependency-name: react-native-screens dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Talha Naqvi --- fixture/react-native/package.json | 2 +- fixture/react-native/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fixture/react-native/package.json b/fixture/react-native/package.json index 31d936cb5..0d8863d00 100644 --- a/fixture/react-native/package.json +++ b/fixture/react-native/package.json @@ -24,7 +24,7 @@ "react-native-gesture-handler": "^2.16.2", "react-native-reanimated": "3.16.5", "react-native-safe-area-context": "4.11.0", - "react-native-screens": "3.32.0" + "react-native-screens": "4.3.0" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/fixture/react-native/yarn.lock b/fixture/react-native/yarn.lock index c02671d39..62c651f67 100644 --- a/fixture/react-native/yarn.lock +++ b/fixture/react-native/yarn.lock @@ -5547,10 +5547,10 @@ react-native-safe-area-context@4.11.0: resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.11.0.tgz#d45271363672dc1923ddb0ce5a6ad588e210c85d" integrity sha512-Bg7bozxEB+ZS+H3tVYs5yY1cvxNXgR6nRQwpSMkYR9IN5CbxohLnSprrOPG/ostTCd4F6iCk0c51pExEhifSKQ== -react-native-screens@3.32.0: - version "3.32.0" - resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.32.0.tgz#47c3d2efc9cd5ed18af41b34efc8b46df05b87b4" - integrity sha512-wybqZAHX7v8ipOXhh90CqGLkBHw5JYqKNRBX7R/b0c2WQisTOgu0M0yGwBMM6LyXRBT+4k3NTGHdDbpJVpq0yQ== +react-native-screens@4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-4.3.0.tgz#c4fef7583535c963e9257cdd1d91a9889961ab61" + integrity sha512-G0u8BPgu2vcRZoQTlRpBXKa0ElQSDvDBlRe6ncWwCeBmd5Uqa2I3tQ6Vn6trIE6+yneW/nD4p5wihEHlAWZPEw== dependencies: react-freeze "^1.0.0" warn-once "^0.1.0"