Merge branch 'master' into modal

This commit is contained in:
Marcos Rodriguez Velez 2024-07-01 11:08:31 -04:00
commit 4135a1618c
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7
2 changed files with 18 additions and 16 deletions

30
package-lock.json generated
View file

@ -22,9 +22,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",
@ -6210,9 +6210,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",
@ -6255,9 +6256,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"
@ -27217,9 +27219,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",
@ -27243,9 +27245,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

@ -106,9 +106,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",