mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
OPS: Package (#4705)
This commit is contained in:
parent
fac41af2a2
commit
5a17a16edb
3 changed files with 8 additions and 8 deletions
|
@ -384,7 +384,7 @@ PODS:
|
|||
- React
|
||||
- RemobileReactNativeQrcodeLocalImage (1.0.4):
|
||||
- React
|
||||
- rn-ldk (0.8.1):
|
||||
- rn-ldk (0.8.3):
|
||||
- React-Core
|
||||
- RNCAsyncStorage (1.17.3):
|
||||
- React-Core
|
||||
|
@ -793,7 +793,7 @@ SPEC CHECKSUMS:
|
|||
ReactCommon: 07d0c460b9ba9af3eaf1b8f5abe7daaad28c9c4e
|
||||
RealmJS: 772520fb85c19b65c2ea0c8f9aa6e790a905a377
|
||||
RemobileReactNativeQrcodeLocalImage: 57aadc12896b148fb5e04bc7c6805f3565f5c3fa
|
||||
rn-ldk: fe694aaca0c661e7eb32cd9989dade5fe7e9c4e9
|
||||
rn-ldk: af3286ce1622e31f4e79d26d34c9fc3bfb32cb52
|
||||
RNCAsyncStorage: 005c0e2f09575360f142d0d1f1f15e4ec575b1af
|
||||
RNCClipboard: f1736c75ab85b627a4d57587edb4b60999c4dd80
|
||||
RNCPushNotificationIOS: 87b8d16d3ede4532745e05b03c42cff33a36cc45
|
||||
|
|
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -103,7 +103,7 @@
|
|||
"react-test-render": "1.1.2",
|
||||
"readable-stream": "3.6.0",
|
||||
"realm": "^10.20.0-beta.5",
|
||||
"rn-ldk": "github:BlueWallet/rn-ldk#v0.8.2",
|
||||
"rn-ldk": "github:BlueWallet/rn-ldk#v0.8.3",
|
||||
"rn-nodeify": "10.3.0",
|
||||
"scryptsy": "2.1.0",
|
||||
"secure-random": "1.1.2",
|
||||
|
@ -25233,8 +25233,8 @@
|
|||
}
|
||||
},
|
||||
"node_modules/rn-ldk": {
|
||||
"version": "0.8.2",
|
||||
"resolved": "git+ssh://git@github.com/BlueWallet/rn-ldk.git#b48d09b5db0fc0fa529fcee0c38a04d1be9c0cc3",
|
||||
"version": "0.8.3",
|
||||
"resolved": "git+ssh://git@github.com/BlueWallet/rn-ldk.git#9481d34489851fb699371513bf6ae544ed972da8",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "*",
|
||||
|
@ -47953,8 +47953,8 @@
|
|||
}
|
||||
},
|
||||
"rn-ldk": {
|
||||
"version": "git+ssh://git@github.com/BlueWallet/rn-ldk.git#b48d09b5db0fc0fa529fcee0c38a04d1be9c0cc3",
|
||||
"from": "rn-ldk@github:BlueWallet/rn-ldk#v0.8.2",
|
||||
"version": "git+ssh://git@github.com/BlueWallet/rn-ldk.git#9481d34489851fb699371513bf6ae544ed972da8",
|
||||
"from": "rn-ldk@github:BlueWallet/rn-ldk#v0.8.3",
|
||||
"requires": {}
|
||||
},
|
||||
"rn-nodeify": {
|
||||
|
|
|
@ -189,7 +189,7 @@
|
|||
"react-test-render": "1.1.2",
|
||||
"readable-stream": "3.6.0",
|
||||
"realm": "^10.20.0-beta.5",
|
||||
"rn-ldk": "github:BlueWallet/rn-ldk#v0.8.2",
|
||||
"rn-ldk": "github:BlueWallet/rn-ldk#v0.8.3",
|
||||
"rn-nodeify": "10.3.0",
|
||||
"scryptsy": "2.1.0",
|
||||
"secure-random": "1.1.2",
|
||||
|
|
Loading…
Add table
Reference in a new issue