From 77025438ca4577a6bd73f03b23642d95110fc2bc Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Thu, 4 Jul 2024 01:51:34 -0400 Subject: [PATCH] build: update @react-navigation/bottom-tabs to 6.6.0 --- dev-client/package-lock.json | 9 +++++---- dev-client/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-client/package-lock.json b/dev-client/package-lock.json index dfd137625..a672d4f29 100644 --- a/dev-client/package-lock.json +++ b/dev-client/package-lock.json @@ -12,7 +12,7 @@ "@expo/vector-icons": "^14.0.2", "@gorhom/bottom-sheet": "^4.6.3", "@react-native-community/checkbox": "^0.5.17", - "@react-navigation/bottom-tabs": "^6.5.20", + "@react-navigation/bottom-tabs": "^6.6.0", "@react-navigation/material-top-tabs": "^6.6.13", "@react-navigation/native": "^6.1.17", "@react-navigation/native-stack": "^6.10.0", @@ -8452,9 +8452,10 @@ } }, "node_modules/@react-navigation/bottom-tabs": { - "version": "6.5.20", - "resolved": "https://registry.npmjs.org/@react-navigation/bottom-tabs/-/bottom-tabs-6.5.20.tgz", - "integrity": "sha512-ow6Z06iS4VqBO8d7FP+HsGjJLWt2xTWIvuWjpoCvsM/uQXzCRDIjBv9HaKcXbF0yTW7IMir0oDAbU5PFzEDdgA==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/@react-navigation/bottom-tabs/-/bottom-tabs-6.6.0.tgz", + "integrity": "sha512-IuKp1nUk4VLI3pNMvEczLROWfrYsPQIDyi+wtpHnm0pD+UbNtarH3crl76UrB/ALZho+5rKJZ8JNr+QfVTiUzg==", + "license": "MIT", "dependencies": { "@react-navigation/elements": "^1.3.30", "color": "^4.2.3", diff --git a/dev-client/package.json b/dev-client/package.json index 40ee2ddf2..464218999 100644 --- a/dev-client/package.json +++ b/dev-client/package.json @@ -21,7 +21,7 @@ "@expo/vector-icons": "^14.0.2", "@gorhom/bottom-sheet": "^4.6.3", "@react-native-community/checkbox": "^0.5.17", - "@react-navigation/bottom-tabs": "^6.5.20", + "@react-navigation/bottom-tabs": "^6.6.0", "@react-navigation/material-top-tabs": "^6.6.13", "@react-navigation/native": "^6.1.17", "@react-navigation/native-stack": "^6.10.0",