Merge branch 'master' into modal

This commit is contained in:
Marcos Rodriguez Velez 2024-07-15 22:15:59 -04:00
commit eeeb6d1f64
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -22,7 +22,7 @@
"@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.7.0",
"@react-navigation/drawer": "6.7.1",
"@react-navigation/native": "6.1.17",
"@react-navigation/native-stack": "6.10.0",
"@remobile/react-native-qrcode-local-image": "https://github.com/BlueWallet/react-native-qrcode-local-image",
@ -6220,9 +6220,9 @@
}
},
"node_modules/@react-navigation/drawer": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@react-navigation/drawer/-/drawer-6.7.0.tgz",
"integrity": "sha512-qvv99Dh2mfUkcr5sgt+o1aHdcB+DjEmpzRxsXL+Hz2Pc0dZ4IxOB/KqEvRROQ4O1oGNLTEJVk84yBnRwbdil1A==",
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@react-navigation/drawer/-/drawer-6.7.1.tgz",
"integrity": "sha512-CDAlPQwXiV7a8tOZoI48x+f1IrjMC3QoiPthu5k+5CCbpNY/CxLxDGU94jw9+UtZhX3AEh32RY9FoIPAcyeKwA==",
"license": "MIT",
"dependencies": {
"@react-navigation/elements": "^1.3.30",
@ -27229,9 +27229,9 @@
}
},
"@react-navigation/drawer": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@react-navigation/drawer/-/drawer-6.7.0.tgz",
"integrity": "sha512-qvv99Dh2mfUkcr5sgt+o1aHdcB+DjEmpzRxsXL+Hz2Pc0dZ4IxOB/KqEvRROQ4O1oGNLTEJVk84yBnRwbdil1A==",
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@react-navigation/drawer/-/drawer-6.7.1.tgz",
"integrity": "sha512-CDAlPQwXiV7a8tOZoI48x+f1IrjMC3QoiPthu5k+5CCbpNY/CxLxDGU94jw9+UtZhX3AEh32RY9FoIPAcyeKwA==",
"requires": {
"@react-navigation/elements": "^1.3.30",
"color": "^4.2.3",

View File

@ -106,7 +106,7 @@
"@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.7.0",
"@react-navigation/drawer": "6.7.1",
"@react-navigation/native": "6.1.17",
"@react-navigation/native-stack": "6.10.0",
"@remobile/react-native-qrcode-local-image": "https://github.com/BlueWallet/react-native-qrcode-local-image",