From c6e2b6896a1153d22cc5aeabdec70576c3434767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:47:21 +0000 Subject: [PATCH] Bump @react-navigation/drawer in /enatega-multivendor-restaurant Bumps [@react-navigation/drawer](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/drawer) from 6.6.2 to 7.0.13. - [Release notes](https://github.com/react-navigation/react-navigation/releases) - [Changelog](https://github.com/react-navigation/react-navigation/blob/main/packages/drawer/CHANGELOG.md) - [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/drawer@7.0.13/packages/drawer) --- updated-dependencies: - dependency-name: "@react-navigation/drawer" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../package-lock.json | 80 ++++++++++++++++--- enatega-multivendor-restaurant/package.json | 2 +- 2 files changed, 69 insertions(+), 13 deletions(-) diff --git a/enatega-multivendor-restaurant/package-lock.json b/enatega-multivendor-restaurant/package-lock.json index bb5f239..64e067c 100644 --- a/enatega-multivendor-restaurant/package-lock.json +++ b/enatega-multivendor-restaurant/package-lock.json @@ -11,7 +11,7 @@ "@react-native-async-storage/async-storage": "1.23.1", "@react-native-community/masked-view": "0.1.11", "@react-navigation/bottom-tabs": "^6.2.0", - "@react-navigation/drawer": "^6.3.1", + "@react-navigation/drawer": "^7.0.13", "@react-navigation/material-top-tabs": "^5.3.19", "@react-navigation/native": "^6.0.8", "@react-navigation/native-stack": "^6.5.0", @@ -5145,22 +5145,54 @@ } }, "node_modules/@react-navigation/drawer": { - "version": "6.6.2", - "resolved": "https://registry.npmjs.org/@react-navigation/drawer/-/drawer-6.6.2.tgz", - "integrity": "sha512-6qt4guBdz7bkdo/8BLSCcFNdQdSPYyNn05D9cD+VCY3mGThSiD8bRiP9ju+64im7LsSU+bNWXaP8RxA/FtTVQg==", + "version": "7.0.13", + "resolved": "https://registry.npmjs.org/@react-navigation/drawer/-/drawer-7.0.13.tgz", + "integrity": "sha512-7ljWgyBV3LnAXhmwbJDkf07bLIzo6thELRdg4pXXDervjX/MXcInLf7qz7LLJJyZEPKlle3nfkXP4miTxYjKCQ==", + "license": "MIT", "dependencies": { - "@react-navigation/elements": "^1.3.17", + "@react-navigation/elements": "^2.1.7", "color": "^4.2.3", - "warn-once": "^0.1.0" + "react-native-drawer-layout": "^4.0.2", + "use-latest-callback": "^0.2.1" }, "peerDependencies": { - "@react-navigation/native": "^6.0.0", - "react": "*", + "@react-navigation/native": "^7.0.8", + "react": ">= 18.2.0", "react-native": "*", - "react-native-gesture-handler": ">= 1.0.0", - "react-native-reanimated": ">= 1.0.0", - "react-native-safe-area-context": ">= 3.0.0", - "react-native-screens": ">= 3.0.0" + "react-native-gesture-handler": ">= 2.0.0", + "react-native-reanimated": ">= 2.0.0", + "react-native-safe-area-context": ">= 4.0.0", + "react-native-screens": ">= 4.0.0" + } + }, + "node_modules/@react-navigation/drawer/node_modules/@react-navigation/elements": { + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@react-navigation/elements/-/elements-2.1.7.tgz", + "integrity": "sha512-MFeImIuJrE2D45SNptQitoNUeCmyq8Yt+a7HKvDP4W0g8j9UcF5LCWPae7FjWKbSq8G60o5XTN8MZImaik4vaw==", + "license": "MIT", + "dependencies": { + "color": "^4.2.3" + }, + "peerDependencies": { + "@react-native-masked-view/masked-view": ">= 0.2.0", + "@react-navigation/native": "^7.0.8", + "react": ">= 18.2.0", + "react-native": "*", + "react-native-safe-area-context": ">= 4.0.0" + }, + "peerDependenciesMeta": { + "@react-native-masked-view/masked-view": { + "optional": true + } + } + }, + "node_modules/@react-navigation/drawer/node_modules/use-latest-callback": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/use-latest-callback/-/use-latest-callback-0.2.3.tgz", + "integrity": "sha512-7vI3fBuyRcP91pazVboc4qu+6ZqM8izPWX9k7cRnT8hbD5svslcknsh3S9BUhaK11OmgTV4oWZZVSeQAiV53SQ==", + "license": "MIT", + "peerDependencies": { + "react": ">=16.8" } }, "node_modules/@react-navigation/elements": { @@ -14533,6 +14565,30 @@ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz", "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==" }, + "node_modules/react-native-drawer-layout": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/react-native-drawer-layout/-/react-native-drawer-layout-4.0.2.tgz", + "integrity": "sha512-VkDpOquZQ+R2JkC9dRIO0NZrJSqRl3h/ryG+S23m3G2EenXVAXho/JuAhuM1LgO9sQuiu0hmgnOfa48ghufsfg==", + "license": "MIT", + "dependencies": { + "use-latest-callback": "^0.2.1" + }, + "peerDependencies": { + "react": ">= 18.2.0", + "react-native": "*", + "react-native-gesture-handler": ">= 2.0.0", + "react-native-reanimated": ">= 2.0.0" + } + }, + "node_modules/react-native-drawer-layout/node_modules/use-latest-callback": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/use-latest-callback/-/use-latest-callback-0.2.3.tgz", + "integrity": "sha512-7vI3fBuyRcP91pazVboc4qu+6ZqM8izPWX9k7cRnT8hbD5svslcknsh3S9BUhaK11OmgTV4oWZZVSeQAiV53SQ==", + "license": "MIT", + "peerDependencies": { + "react": ">=16.8" + } + }, "node_modules/react-native-elements": { "version": "3.4.3", "resolved": "https://registry.npmjs.org/react-native-elements/-/react-native-elements-3.4.3.tgz", diff --git a/enatega-multivendor-restaurant/package.json b/enatega-multivendor-restaurant/package.json index 67b0490..ef8fe5b 100644 --- a/enatega-multivendor-restaurant/package.json +++ b/enatega-multivendor-restaurant/package.json @@ -38,7 +38,7 @@ "@react-native-async-storage/async-storage": "1.23.1", "@react-native-community/masked-view": "0.1.11", "@react-navigation/bottom-tabs": "^6.2.0", - "@react-navigation/drawer": "^6.3.1", + "@react-navigation/drawer": "^7.0.13", "@react-navigation/material-top-tabs": "^5.3.19", "@react-navigation/native": "^6.0.8", "@react-navigation/native-stack": "^6.5.0",