mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-18 21:35:21 +01:00
commit
3f19334629
@ -1592,7 +1592,7 @@ PODS:
|
||||
- React-utils (= 0.75.4)
|
||||
- ReactNativeCameraKit (13.0.0):
|
||||
- React-Core
|
||||
- RealmJS (12.13.1):
|
||||
- RealmJS (20.0.0):
|
||||
- React
|
||||
- RNCAsyncStorage (1.24.0):
|
||||
- React-Core
|
||||
@ -2217,7 +2217,7 @@ SPEC CHECKSUMS:
|
||||
ReactCodegen: 4bcb34e6b5ebf6eef5cee34f55aa39991ea1c1f1
|
||||
ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad
|
||||
ReactNativeCameraKit: 9d46a5d7dd544ca64aa9c03c150d2348faf437eb
|
||||
RealmJS: 325a7b621587dd9945306d4cbfd6b641bc20e2dd
|
||||
RealmJS: 6946b520bada5568b7e92a5242e138d3a19aa69f
|
||||
RNCAsyncStorage: ec53e44dc3e75b44aa2a9f37618a49c3bc080a7a
|
||||
RNCClipboard: 5e503962f0719ace8f7fdfe9c60282b526305c85
|
||||
RNCPushNotificationIOS: 64218f3c776c03d7408284a819b2abfda1834bc8
|
||||
|
9
package-lock.json
generated
9
package-lock.json
generated
@ -97,7 +97,7 @@
|
||||
"react-native-vector-icons": "10.2.0",
|
||||
"react-native-watch-connectivity": "1.1.0",
|
||||
"readable-stream": "3.6.2",
|
||||
"realm": "12.13.1",
|
||||
"realm": "20.0.0",
|
||||
"rn-nodeify": "10.3.0",
|
||||
"scryptsy": "2.1.0",
|
||||
"silent-payments": "github:BlueWallet/SilentPayments#7ac4d17",
|
||||
@ -21323,10 +21323,9 @@
|
||||
"license": "BSD"
|
||||
},
|
||||
"node_modules/realm": {
|
||||
"version": "12.13.1",
|
||||
"resolved": "https://registry.npmjs.org/realm/-/realm-12.13.1.tgz",
|
||||
"integrity": "sha512-fAs70ZCBf1P7htVhOTrDMFHD6SzoGXVsALy6DpOPR6t0LXoK635cKxBMECX3bYdCgI7+riSfdoWXLA/7g5yTSQ==",
|
||||
"deprecated": "This version uses Atlas Device Sync, please install `realm@community` and read https://github.com/realm/realm-js/blob/main/DEPRECATION.md for more information.",
|
||||
"version": "20.0.0",
|
||||
"resolved": "https://registry.npmjs.org/realm/-/realm-20.0.0.tgz",
|
||||
"integrity": "sha512-kkUFoDZiUD3KJct22apHCkUISXeV4TZM5DBa4Qxw1XncjU9GpuPCTkZo481++coDoy7wcBja9iPSNx57pzSZ3A==",
|
||||
"hasInstallScript": true,
|
||||
"license": "apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -161,7 +161,7 @@
|
||||
"react-native-vector-icons": "10.2.0",
|
||||
"react-native-watch-connectivity": "1.1.0",
|
||||
"readable-stream": "3.6.2",
|
||||
"realm": "12.13.1",
|
||||
"realm": "20.0.0",
|
||||
"rn-nodeify": "10.3.0",
|
||||
"scryptsy": "2.1.0",
|
||||
"silent-payments": "github:BlueWallet/SilentPayments#7ac4d17",
|
||||
|
Loading…
Reference in New Issue
Block a user