Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update react-native-ldk #2211

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-ldk (0.0.150):
- react-native-ldk (0.0.152):
- React
- react-native-mmkv (2.12.2):
- DoubleConversion
Expand Down Expand Up @@ -1809,7 +1809,7 @@ SPEC CHECKSUMS:
react-native-biometrics: 352e5a794bfffc46a0c86725ea7dc62deb085bdc
react-native-blur: a2acf22fd7bd13621df5e0b1c130b81adea7009c
react-native-image-picker: c3afe5472ef870d98a4b28415fc0b928161ee5f7
react-native-ldk: 2b19de9eb94dcfd46f3f2a7191502292b75a5d7a
react-native-ldk: 1d25080cfadac349eab355725da66de140fbc7a8
react-native-mmkv: 8c9a677e64a1ac89b0c6cf240feea528318b3074
react-native-netinfo: bdb108d340cdb41875c9ced535977cac6d2ff321
react-native-quick-base64: a74c4b2607b9de016877a8edb776b6ac59785809
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@synonymdev/feeds": "3.0.0",
"@synonymdev/ledger": "0.0.5",
"@synonymdev/react-native-keychain": "8.2.2",
"@synonymdev/react-native-ldk": "0.0.150",
"@synonymdev/react-native-ldk": "0.0.152",
"@synonymdev/react-native-lnurl": "0.0.10",
"@synonymdev/result": "0.0.2",
"@synonymdev/slashtags-keychain": "1.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4670,16 +4670,16 @@ __metadata:
languageName: node
linkType: hard

"@synonymdev/react-native-ldk@npm:0.0.150":
version: 0.0.150
resolution: "@synonymdev/react-native-ldk@npm:0.0.150"
"@synonymdev/react-native-ldk@npm:0.0.152":
version: 0.0.152
resolution: "@synonymdev/react-native-ldk@npm:0.0.152"
dependencies:
"@synonymdev/raw-transaction-decoder": 1.1.0
bech32: ^2.0.0
bitcoinjs-lib: ^6.0.2
peerDependencies:
react-native: "*"
checksum: e3fcbd1237e83913f9450cb706189e85dbdf6add9f8fabd181bbc551d9a07514193bcaf680a833fa1af54d90a7251eca2bfdeff49b01748542d2c13aefdd6a3d
checksum: 5b702469b0ba9ff2121be186e6e9e00b86b8c5b2a978246af191fcec36d8a5e69c6a06bccf4def8716e5a2adb4d93ed1d0d21ded2574ce960ce87105963361e6
languageName: node
linkType: hard

Expand Down Expand Up @@ -6322,7 +6322,7 @@ __metadata:
"@synonymdev/feeds": 3.0.0
"@synonymdev/ledger": 0.0.5
"@synonymdev/react-native-keychain": 8.2.2
"@synonymdev/react-native-ldk": 0.0.150
"@synonymdev/react-native-ldk": 0.0.152
"@synonymdev/react-native-lnurl": 0.0.10
"@synonymdev/result": 0.0.2
"@synonymdev/slashtags-keychain": 1.0.0
Expand Down