Update react-navigation monorepo

This commit is contained in:
renovate[bot] 2024-07-01 10:28:59 +00:00 committed by GitHub
parent 9fa8364907
commit 8643ea01f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 16 deletions

30
package-lock.json generated
View File

@ -21,9 +21,9 @@
"@react-native-community/push-notification-ios": "1.11.0",
"@react-native-menu/menu": "1.1.2",
"@react-native/metro-config": "0.74.84",
"@react-navigation/drawer": "6.6.15",
"@react-navigation/drawer": "6.7.0",
"@react-navigation/native": "6.1.17",
"@react-navigation/native-stack": "6.9.26",
"@react-navigation/native-stack": "6.10.0",
"@remobile/react-native-qrcode-local-image": "https://github.com/BlueWallet/react-native-qrcode-local-image",
"@rneui/base": "4.0.0-rc.8",
"@rneui/themed": "4.0.0-rc.8",
@ -6197,9 +6197,10 @@
}
},
"node_modules/@react-navigation/drawer": {
"version": "6.6.15",
"resolved": "https://registry.npmjs.org/@react-navigation/drawer/-/drawer-6.6.15.tgz",
"integrity": "sha512-GLkFQNxjtmxB/qXSHmu1DfoB89jCzW64tmX68iPndth+9U+0IP27GcCCaMZxQfwj+nI8Kn2zlTlXAZDIIHE+DQ==",
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@react-navigation/drawer/-/drawer-6.7.0.tgz",
"integrity": "sha512-qvv99Dh2mfUkcr5sgt+o1aHdcB+DjEmpzRxsXL+Hz2Pc0dZ4IxOB/KqEvRROQ4O1oGNLTEJVk84yBnRwbdil1A==",
"license": "MIT",
"dependencies": {
"@react-navigation/elements": "^1.3.30",
"color": "^4.2.3",
@ -6242,9 +6243,10 @@
}
},
"node_modules/@react-navigation/native-stack": {
"version": "6.9.26",
"resolved": "https://registry.npmjs.org/@react-navigation/native-stack/-/native-stack-6.9.26.tgz",
"integrity": "sha512-++dueQ+FDj2XkZ902DVrK79ub1vp19nSdAZWxKRgd6+Bc0Niiesua6rMCqymYOVaYh+dagwkA9r00bpt/U5WLw==",
"version": "6.10.0",
"resolved": "https://registry.npmjs.org/@react-navigation/native-stack/-/native-stack-6.10.0.tgz",
"integrity": "sha512-AmuixgGJylFMhWs2FwxlfqGdRAuaUc3CTWbUBC0Pf54YFz617YuWJZ82/u948ja/NMhn+hXTO0s/orCpBwnMqw==",
"license": "MIT",
"dependencies": {
"@react-navigation/elements": "^1.3.30",
"warn-once": "^0.1.0"
@ -27221,9 +27223,9 @@
}
},
"@react-navigation/drawer": {
"version": "6.6.15",
"resolved": "https://registry.npmjs.org/@react-navigation/drawer/-/drawer-6.6.15.tgz",
"integrity": "sha512-GLkFQNxjtmxB/qXSHmu1DfoB89jCzW64tmX68iPndth+9U+0IP27GcCCaMZxQfwj+nI8Kn2zlTlXAZDIIHE+DQ==",
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@react-navigation/drawer/-/drawer-6.7.0.tgz",
"integrity": "sha512-qvv99Dh2mfUkcr5sgt+o1aHdcB+DjEmpzRxsXL+Hz2Pc0dZ4IxOB/KqEvRROQ4O1oGNLTEJVk84yBnRwbdil1A==",
"requires": {
"@react-navigation/elements": "^1.3.30",
"color": "^4.2.3",
@ -27247,9 +27249,9 @@
}
},
"@react-navigation/native-stack": {
"version": "6.9.26",
"resolved": "https://registry.npmjs.org/@react-navigation/native-stack/-/native-stack-6.9.26.tgz",
"integrity": "sha512-++dueQ+FDj2XkZ902DVrK79ub1vp19nSdAZWxKRgd6+Bc0Niiesua6rMCqymYOVaYh+dagwkA9r00bpt/U5WLw==",
"version": "6.10.0",
"resolved": "https://registry.npmjs.org/@react-navigation/native-stack/-/native-stack-6.10.0.tgz",
"integrity": "sha512-AmuixgGJylFMhWs2FwxlfqGdRAuaUc3CTWbUBC0Pf54YFz617YuWJZ82/u948ja/NMhn+hXTO0s/orCpBwnMqw==",
"requires": {
"@react-navigation/elements": "^1.3.30",
"warn-once": "^0.1.0"

View File

@ -105,9 +105,9 @@
"@react-native-community/push-notification-ios": "1.11.0",
"@react-native-menu/menu": "1.1.2",
"@react-native/metro-config": "0.74.84",
"@react-navigation/drawer": "6.6.15",
"@react-navigation/drawer": "6.7.0",
"@react-navigation/native": "6.1.17",
"@react-navigation/native-stack": "6.9.26",
"@react-navigation/native-stack": "6.10.0",
"@remobile/react-native-qrcode-local-image": "https://github.com/BlueWallet/react-native-qrcode-local-image",
"@rneui/base": "4.0.0-rc.8",
"@rneui/themed": "4.0.0-rc.8",