Merge branch 'master' into frisb

This commit is contained in:
Marcos Rodriguez Velez 2024-08-15 16:01:00 -04:00
commit 76025ab87d
2 changed files with 11 additions and 9 deletions

14
package-lock.json generated
View File

@ -47,7 +47,7 @@
"coinselect": "3.1.13",
"crypto-js": "4.2.0",
"dayjs": "1.11.12",
"detox": "20.25.4",
"detox": "20.25.5",
"ecpair": "2.0.1",
"ecurve": "1.0.6",
"electrum-client": "github:BlueWallet/rn-electrum-client#1bfe3cc",
@ -90,7 +90,7 @@
"react-native-randombytes": "3.6.1",
"react-native-rate": "1.2.12",
"react-native-reanimated": "3.15.0",
"react-native-safe-area-context": "4.10.8",
"react-native-safe-area-context": "4.10.9",
"react-native-screens": "3.34.0",
"react-native-secure-key-store": "github:BlueWallet/react-native-secure-key-store#2076b4849e88aa0a78e08bfbb4ce3923e0925cbc",
"react-native-share": "10.2.1",
@ -7048,9 +7048,9 @@
}
},
"node_modules/detox": {
"version": "20.25.4",
"resolved": "https://registry.npmjs.org/detox/-/detox-20.25.4.tgz",
"integrity": "sha512-QtltBMeQnjaohVBAzXZRoAHwP2fQf/wqyjwiKmJnIqNjITBMyRRwUSgZodVFXnvqwN6E9/moJqLt0HQ71LFbuw==",
"version": "20.25.5",
"resolved": "https://registry.npmjs.org/detox/-/detox-20.25.5.tgz",
"integrity": "sha512-d37Uik4KCZrNow278HpMix+o9MxsIDO1s2ejBQ65mRq29Qr0M40f2fYI0YV9nN2JWXTGPniRyRzhFcFRxNRPgA==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@ -13242,7 +13242,9 @@
}
},
"node_modules/react-native-safe-area-context": {
"version": "4.10.8",
"version": "4.10.9",
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.10.9.tgz",
"integrity": "sha512-wz/JXV1kARWyP5q93PFNKQP03StVBimOK7rRYEJjM+blZdXbM6H7EP3XhQUb6OK620+0M1AzpcGgyTHvgSJNAw==",
"license": "MIT",
"peerDependencies": {
"react": "*",

View File

@ -86,7 +86,6 @@
"@react-native-community/push-notification-ios": "1.11.0",
"@react-native-menu/menu": "https://github.com/BlueWallet/menu.git#958fac3d40811f38b53042ada9168175e321b99f",
"@react-native/gradle-plugin": "^0.74.85",
"@react-native/metro-config": "0.74.87",
"@react-navigation/drawer": "6.7.2",
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.11.0",
@ -111,7 +110,7 @@
"coinselect": "3.1.13",
"crypto-js": "4.2.0",
"dayjs": "1.11.12",
"detox": "20.25.4",
"detox": "20.25.5",
"ecpair": "2.0.1",
"ecurve": "1.0.6",
"electrum-client": "github:BlueWallet/rn-electrum-client#1bfe3cc",
@ -154,7 +153,8 @@
"react-native-randombytes": "3.6.1",
"react-native-rate": "1.2.12",
"react-native-reanimated": "3.15.0",
"react-native-safe-area-context": "4.10.8",
"@react-native/metro-config": "0.74.87",
"react-native-safe-area-context": "4.10.9",
"react-native-screens": "3.34.0",
"react-native-secure-key-store": "github:BlueWallet/react-native-secure-key-store#2076b4849e88aa0a78e08bfbb4ce3923e0925cbc",
"react-native-share": "10.2.1",