mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
OPS: Update package
This commit is contained in:
parent
9604ba6dd1
commit
7f3250d0f4
3 changed files with 7 additions and 8 deletions
|
@ -1592,7 +1592,7 @@ PODS:
|
||||||
- React-utils (= 0.75.4)
|
- React-utils (= 0.75.4)
|
||||||
- ReactNativeCameraKit (13.0.0):
|
- ReactNativeCameraKit (13.0.0):
|
||||||
- React-Core
|
- React-Core
|
||||||
- RealmJS (12.13.1):
|
- RealmJS (20.0.0):
|
||||||
- React
|
- React
|
||||||
- RNCAsyncStorage (1.24.0):
|
- RNCAsyncStorage (1.24.0):
|
||||||
- React-Core
|
- React-Core
|
||||||
|
@ -2217,7 +2217,7 @@ SPEC CHECKSUMS:
|
||||||
ReactCodegen: 4bcb34e6b5ebf6eef5cee34f55aa39991ea1c1f1
|
ReactCodegen: 4bcb34e6b5ebf6eef5cee34f55aa39991ea1c1f1
|
||||||
ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad
|
ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad
|
||||||
ReactNativeCameraKit: 9d46a5d7dd544ca64aa9c03c150d2348faf437eb
|
ReactNativeCameraKit: 9d46a5d7dd544ca64aa9c03c150d2348faf437eb
|
||||||
RealmJS: 325a7b621587dd9945306d4cbfd6b641bc20e2dd
|
RealmJS: 6946b520bada5568b7e92a5242e138d3a19aa69f
|
||||||
RNCAsyncStorage: ec53e44dc3e75b44aa2a9f37618a49c3bc080a7a
|
RNCAsyncStorage: ec53e44dc3e75b44aa2a9f37618a49c3bc080a7a
|
||||||
RNCClipboard: 5e503962f0719ace8f7fdfe9c60282b526305c85
|
RNCClipboard: 5e503962f0719ace8f7fdfe9c60282b526305c85
|
||||||
RNCPushNotificationIOS: 64218f3c776c03d7408284a819b2abfda1834bc8
|
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-vector-icons": "10.2.0",
|
||||||
"react-native-watch-connectivity": "1.1.0",
|
"react-native-watch-connectivity": "1.1.0",
|
||||||
"readable-stream": "3.6.2",
|
"readable-stream": "3.6.2",
|
||||||
"realm": "12.13.1",
|
"realm": "20.0.0",
|
||||||
"rn-nodeify": "10.3.0",
|
"rn-nodeify": "10.3.0",
|
||||||
"scryptsy": "2.1.0",
|
"scryptsy": "2.1.0",
|
||||||
"silent-payments": "github:BlueWallet/SilentPayments#7ac4d17",
|
"silent-payments": "github:BlueWallet/SilentPayments#7ac4d17",
|
||||||
|
@ -21323,10 +21323,9 @@
|
||||||
"license": "BSD"
|
"license": "BSD"
|
||||||
},
|
},
|
||||||
"node_modules/realm": {
|
"node_modules/realm": {
|
||||||
"version": "12.13.1",
|
"version": "20.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/realm/-/realm-12.13.1.tgz",
|
"resolved": "https://registry.npmjs.org/realm/-/realm-20.0.0.tgz",
|
||||||
"integrity": "sha512-fAs70ZCBf1P7htVhOTrDMFHD6SzoGXVsALy6DpOPR6t0LXoK635cKxBMECX3bYdCgI7+riSfdoWXLA/7g5yTSQ==",
|
"integrity": "sha512-kkUFoDZiUD3KJct22apHCkUISXeV4TZM5DBa4Qxw1XncjU9GpuPCTkZo481++coDoy7wcBja9iPSNx57pzSZ3A==",
|
||||||
"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.",
|
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "apache-2.0",
|
"license": "apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -161,7 +161,7 @@
|
||||||
"react-native-vector-icons": "10.2.0",
|
"react-native-vector-icons": "10.2.0",
|
||||||
"react-native-watch-connectivity": "1.1.0",
|
"react-native-watch-connectivity": "1.1.0",
|
||||||
"readable-stream": "3.6.2",
|
"readable-stream": "3.6.2",
|
||||||
"realm": "12.13.1",
|
"realm": "20.0.0",
|
||||||
"rn-nodeify": "10.3.0",
|
"rn-nodeify": "10.3.0",
|
||||||
"scryptsy": "2.1.0",
|
"scryptsy": "2.1.0",
|
||||||
"silent-payments": "github:BlueWallet/SilentPayments#7ac4d17",
|
"silent-payments": "github:BlueWallet/SilentPayments#7ac4d17",
|
||||||
|
|
Loading…
Add table
Reference in a new issue