Merge branch 'master' into wde

This commit is contained in:
Marcos Rodriguez Velez 2024-09-14 00:21:42 -04:00
commit 04c1c091a9
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -11,7 +11,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/preset-env": "7.25.3", "@babel/preset-env": "7.25.3",
"@bugsnag/react-native": "^8.0.0", "@bugsnag/react-native": "8.0.0",
"@bugsnag/source-maps": "2.3.3", "@bugsnag/source-maps": "2.3.3",
"@keystonehq/bc-ur-registry": "0.7.0", "@keystonehq/bc-ur-registry": "0.7.0",
"@lodev09/react-native-true-sheet": "github:BlueWallet/react-native-true-sheet#839f2966cee77c0ad99d09609dadb61a338e7f54", "@lodev09/react-native-true-sheet": "github:BlueWallet/react-native-true-sheet#839f2966cee77c0ad99d09609dadb61a338e7f54",
@ -89,7 +89,7 @@
"react-native-quick-actions": "0.3.13", "react-native-quick-actions": "0.3.13",
"react-native-randombytes": "3.6.1", "react-native-randombytes": "3.6.1",
"react-native-rate": "1.2.12", "react-native-rate": "1.2.12",
"react-native-reanimated": "3.15.1", "react-native-reanimated": "3.15.2",
"react-native-safe-area-context": "4.11.0", "react-native-safe-area-context": "4.11.0",
"react-native-screens": "3.34.0", "react-native-screens": "3.34.0",
"react-native-secure-key-store": "github:BlueWallet/react-native-secure-key-store#2076b4849e88aa0a78e08bfbb4ce3923e0925cbc", "react-native-secure-key-store": "github:BlueWallet/react-native-secure-key-store#2076b4849e88aa0a78e08bfbb4ce3923e0925cbc",
@ -20874,9 +20874,9 @@
} }
}, },
"node_modules/react-native-reanimated": { "node_modules/react-native-reanimated": {
"version": "3.15.1", "version": "3.15.2",
"resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.15.1.tgz", "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.15.2.tgz",
"integrity": "sha512-DbBeUUExtJ1x1nfE94I8qgDgWjq5ztM3IO/+XFO+agOkPeVpBs5cRnxHfJKrjqJ2MgwhJOUDmtHxo+tDsoeitg==", "integrity": "sha512-2kg80jhPCYAxoT+xx/+oTvOkc2YbzD0mfodQ8y7OtR1aZUECXd3UnHb6uN2J19TFF4si1TKS5Qi17R4qOENBHA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/plugin-transform-arrow-functions": "^7.0.0-0", "@babel/plugin-transform-arrow-functions": "^7.0.0-0",

View file

@ -153,7 +153,7 @@
"react-native-quick-actions": "0.3.13", "react-native-quick-actions": "0.3.13",
"react-native-randombytes": "3.6.1", "react-native-randombytes": "3.6.1",
"react-native-rate": "1.2.12", "react-native-rate": "1.2.12",
"react-native-reanimated": "3.15.1", "react-native-reanimated": "3.15.2",
"react-native-safe-area-context": "4.11.0", "react-native-safe-area-context": "4.11.0",
"react-native-screens": "3.34.0", "react-native-screens": "3.34.0",
"react-native-secure-key-store": "github:BlueWallet/react-native-secure-key-store#2076b4849e88aa0a78e08bfbb4ce3923e0925cbc", "react-native-secure-key-store": "github:BlueWallet/react-native-secure-key-store#2076b4849e88aa0a78e08bfbb4ce3923e0925cbc",