From 1565025dab961c8a3c70093f134304d1c6938353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:16:33 +0000 Subject: [PATCH] Bump react-native-screens in /enatega-multivendor-restaurant Bumps [react-native-screens](https://github.com/software-mansion/react-native-screens) from 3.29.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.29.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] --- enatega-multivendor-restaurant/package-lock.json | 9 +++++---- enatega-multivendor-restaurant/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/enatega-multivendor-restaurant/package-lock.json b/enatega-multivendor-restaurant/package-lock.json index bb5f239..f0a4c1e 100644 --- a/enatega-multivendor-restaurant/package-lock.json +++ b/enatega-multivendor-restaurant/package-lock.json @@ -45,7 +45,7 @@ "react-native-material-textfield": "^0.16.1", "react-native-reanimated": "~3.10.1", "react-native-safe-area-context": "4.10.1", - "react-native-screens": "3.31.1", + "react-native-screens": "4.3.0", "react-native-swipe-gestures": "^1.0.5", "react-native-tab-view": "^2.16.0", "react-native-web": "~0.19.6", @@ -14666,9 +14666,10 @@ } }, "node_modules/react-native-screens": { - "version": "3.31.1", - "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.31.1.tgz", - "integrity": "sha512-8fRW362pfZ9y4rS8KY5P3DFScrmwo/vu1RrRMMx0PNHbeC9TLq0Kw1ubD83591yz64gLNHFLTVkTJmWeWCXKtQ==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-4.3.0.tgz", + "integrity": "sha512-G0u8BPgu2vcRZoQTlRpBXKa0ElQSDvDBlRe6ncWwCeBmd5Uqa2I3tQ6Vn6trIE6+yneW/nD4p5wihEHlAWZPEw==", + "license": "MIT", "dependencies": { "react-freeze": "^1.0.0", "warn-once": "^0.1.0" diff --git a/enatega-multivendor-restaurant/package.json b/enatega-multivendor-restaurant/package.json index 67b0490..a8c30c4 100644 --- a/enatega-multivendor-restaurant/package.json +++ b/enatega-multivendor-restaurant/package.json @@ -72,7 +72,7 @@ "react-native-material-textfield": "^0.16.1", "react-native-reanimated": "~3.10.1", "react-native-safe-area-context": "4.10.1", - "react-native-screens": "3.31.1", + "react-native-screens": "4.3.0", "react-native-swipe-gestures": "^1.0.5", "react-native-tab-view": "^2.16.0", "react-native-web": "~0.19.6",