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 #2444

Merged
merged 1 commit into from
Jan 30, 2025
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 @@ -1330,7 +1330,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-ldk (0.0.154):
- react-native-ldk (0.0.155):
- React
- react-native-mmkv (2.12.2):
- DoubleConversion
Expand Down Expand Up @@ -2252,7 +2252,7 @@ SPEC CHECKSUMS:
react-native-biometrics: 352e5a794bfffc46a0c86725ea7dc62deb085bdc
react-native-blur: 42522e76bf44daf9a16d341408caeb900b5f9424
react-native-image-picker: 2fbbafdae7a7c6db9d25df2f2b1db4442d2ca2ad
react-native-ldk: 6910154336e57be6702a33acad2191d39a3a214b
react-native-ldk: 9ea2f29a6f96cc55f839ee180caf8dc9e58cd6eb
react-native-mmkv: 7d0b6c2a79e73100b933f2947a9c8741d664e18b
react-native-netinfo: bdb108d340cdb41875c9ced535977cac6d2ff321
react-native-pubky: 9fd2633ee974bafa9b77e0cd59e2619a0d9d708d
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@shopify/react-native-skia": "1.3.11",
"@synonymdev/blocktank-lsp-http-client": "2.2.0",
"@synonymdev/feeds": "3.0.0",
"@synonymdev/react-native-ldk": "0.0.154",
"@synonymdev/react-native-ldk": "0.0.155",
"@synonymdev/react-native-lnurl": "0.0.10",
"@synonymdev/react-native-pubky": "^0.3.0",
"@synonymdev/result": "0.0.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4911,16 +4911,16 @@ __metadata:
languageName: node
linkType: hard

"@synonymdev/react-native-ldk@npm:0.0.154":
version: 0.0.154
resolution: "@synonymdev/react-native-ldk@npm:0.0.154"
"@synonymdev/react-native-ldk@npm:0.0.155":
version: 0.0.155
resolution: "@synonymdev/react-native-ldk@npm:0.0.155"
dependencies:
"@synonymdev/raw-transaction-decoder": 1.1.0
bech32: ^2.0.0
bitcoinjs-lib: ^6.0.2
peerDependencies:
react-native: "*"
checksum: bc013ea87932450f48f82f4b14583f3647c18df72b79ef018f34b43871db02db947c126f55da927d7cc56bfa68e8c34caab5ed8a623a53e4a08c368411f70367
checksum: a5dc76dcb138d0b293a24759415988a277c7226bb8631b3cf87fd0d961330f795dcf5c6bac2277744a7dd034303bd74e9d682a0689c9c03181e3060ff7053399
languageName: node
linkType: hard

Expand Down Expand Up @@ -6247,7 +6247,7 @@ __metadata:
"@shopify/react-native-skia": 1.3.11
"@synonymdev/blocktank-lsp-http-client": 2.2.0
"@synonymdev/feeds": 3.0.0
"@synonymdev/react-native-ldk": 0.0.154
"@synonymdev/react-native-ldk": 0.0.155
"@synonymdev/react-native-lnurl": 0.0.10
"@synonymdev/react-native-pubky": ^0.3.0
"@synonymdev/result": 0.0.2
Expand Down
Loading