mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-15 20:09:23 +01:00
Merge branch 'master' into push
This commit is contained in:
commit
d9f3e56c51
3 changed files with 7 additions and 7 deletions
|
@ -1789,7 +1789,7 @@ PODS:
|
|||
- ReactCommon/turbomodule/bridging
|
||||
- ReactCommon/turbomodule/core
|
||||
- Yoga
|
||||
- RNShare (11.0.4):
|
||||
- RNShare (11.1.0):
|
||||
- DoubleConversion
|
||||
- glog
|
||||
- hermes-engine
|
||||
|
@ -2277,7 +2277,7 @@ SPEC CHECKSUMS:
|
|||
RNReactNativeHapticFeedback: 00ba111b82aa266bb3ee1aa576831c2ea9a9dfad
|
||||
RNReanimated: 6398ee150e1ebeda517fdd1e1b5525833a0c0ddc
|
||||
RNScreens: 35bb8e81aeccf111baa0ea01a54231390dbbcfd9
|
||||
RNShare: 6af59763338a7d8440035701f39be9d53cbc4d09
|
||||
RNShare: 6204e6a1987ba3e7c47071ef703e5449a0e3548a
|
||||
RNSVG: bb4bfcb8ec723a6f34b074a1b7cd40ee35246fe5
|
||||
RNVectorIcons: 182892e7d1a2f27b52d3c627eca5d2665a22ee28
|
||||
RNWatch: 28fe1f5e0c6410d45fd20925f4796fce05522e3f
|
||||
|
|
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -90,7 +90,7 @@
|
|||
"react-native-screen-capture": "github:BlueWallet/react-native-screen-capture#18cb79f",
|
||||
"react-native-screens": "3.35.0",
|
||||
"react-native-secure-key-store": "github:BlueWallet/react-native-secure-key-store#2076b4849e88aa0a78e08bfbb4ce3923e0925cbc",
|
||||
"react-native-share": "11.0.4",
|
||||
"react-native-share": "11.1.0",
|
||||
"react-native-svg": "15.9.0",
|
||||
"react-native-tcp-socket": "6.2.0",
|
||||
"react-native-vector-icons": "10.2.0",
|
||||
|
@ -20910,9 +20910,9 @@
|
|||
"license": "ISC"
|
||||
},
|
||||
"node_modules/react-native-share": {
|
||||
"version": "11.0.4",
|
||||
"resolved": "https://registry.npmjs.org/react-native-share/-/react-native-share-11.0.4.tgz",
|
||||
"integrity": "sha512-i91n1Pcdaxxr39uxR5KduXjqi5FSEXuEO6rmeHl8OPs5rqo4No36qJXUU6du4TZUI6tFSENdxnzZMh3OsMF+ug==",
|
||||
"version": "11.1.0",
|
||||
"resolved": "https://registry.npmjs.org/react-native-share/-/react-native-share-11.1.0.tgz",
|
||||
"integrity": "sha512-kcpBR90d5//xc8H84HnX6YFeOk4A34mtHz4UEpb7Twbu049KafJwsp4KVVr/SrJwy8W0/Rbe880En9Hq0REamw==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
"react-native-screen-capture": "github:BlueWallet/react-native-screen-capture#18cb79f",
|
||||
"react-native-screens": "3.35.0",
|
||||
"react-native-secure-key-store": "github:BlueWallet/react-native-secure-key-store#2076b4849e88aa0a78e08bfbb4ce3923e0925cbc",
|
||||
"react-native-share": "11.0.4",
|
||||
"react-native-share": "11.1.0",
|
||||
"react-native-svg": "15.9.0",
|
||||
"react-native-tcp-socket": "6.2.0",
|
||||
"react-native-vector-icons": "10.2.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue