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: bump react-native-ldk #1947

Merged
merged 1 commit into from
Jun 5, 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 @@ -911,7 +911,7 @@ PODS:
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
- react-native-ldk (0.0.140):
- react-native-ldk (0.0.142):
- React
- react-native-mmkv (2.12.2):
- glog
Expand Down Expand Up @@ -1479,7 +1479,7 @@ SPEC CHECKSUMS:
react-native-biometrics: 352e5a794bfffc46a0c86725ea7dc62deb085bdc
react-native-blur: 799045500f56146afc46245148080e7b7623cb75
react-native-image-picker: d3db110a3ded6e48c93aef7e8e51afdde8b16ed0
react-native-ldk: c5037d5c182a25d23569ae79083bb18c8bc0a69a
react-native-ldk: a9ecc561c5a186d6d8259c4713d09f957039bad1
react-native-mmkv: 1fdc81aa70c1aba09370718e6a63a09cbbbac8d2
react-native-netinfo: bdb108d340cdb41875c9ced535977cac6d2ff321
react-native-quick-crypto: 455c1b411db006dba1026a30681ececb19180187
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/blocktank-lsp-http-client": "1.1.2",
"@synonymdev/feeds": "2.1.1",
"@synonymdev/ledger": "0.0.5",
"@synonymdev/react-native-ldk": "0.0.140",
"@synonymdev/react-native-ldk": "0.0.142",
"@synonymdev/react-native-lnurl": "0.0.7",
"@synonymdev/result": "0.0.2",
"@synonymdev/slashtags-keychain": "1.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3541,19 +3541,19 @@
resolved "https://registry.yarnpkg.com/@synonymdev/ledger/-/ledger-0.0.5.tgz#a55a5873e3f4b197711cd747b69a02295c83449f"
integrity sha512-bp5UBV4hB21c+6kEyZEleeNbft5FLbGSJkcocaahSG3dJ4PuqtMYd/zf0OSQGEUSC0cv+7TpuFI9icCkE4AtpA==

"@synonymdev/raw-transaction-decoder@1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@synonymdev/raw-transaction-decoder/-/raw-transaction-decoder-1.0.0.tgz#2090dd0979c0f35f126f9a2c7557a4bc8cda44eb"
integrity sha512-YCv96YA+OTFbb/3pUFEXavaivP1Ofwq7TJInsHlP7QrJlBBSqnT3aZXsRGC2dLm8PA8HR4Fnu5Kq0tCnJ7tEqA==
"@synonymdev/raw-transaction-decoder@1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@synonymdev/raw-transaction-decoder/-/raw-transaction-decoder-1.1.0.tgz#9777fd4e3b696974594338ad7271aa4fe2133d8a"
integrity sha512-X9v/HZ7b0MUKcvEOMtuqNRB7bzWzK/GkLeh/BsqPIDnjS3yoRF4jHiIGhW2WQunBR1PUPXo5qB8LoFFGqCpUoA==
dependencies:
bitcoinjs-lib "6.1.4"

"@synonymdev/[email protected].140":
version "0.0.140"
resolved "https://registry.yarnpkg.com/@synonymdev/react-native-ldk/-/react-native-ldk-0.0.140.tgz#ecd1cec00f0888af92946602ebc84279eaadf549"
integrity sha512-vIaBSWoA4zIBXmT2HAjZbsCOVQXUbjw/pWESnJuoGlC37uh6sIX0B1U/N0JXUqN6HcQekqqG9AlQYiaOcXIe3w==
"@synonymdev/[email protected].142":
version "0.0.142"
resolved "https://registry.yarnpkg.com/@synonymdev/react-native-ldk/-/react-native-ldk-0.0.142.tgz#8c2d2c0a3429046ae068c4b1213584974ca1ebe9"
integrity sha512-kT9SF94SlLjvqYBDxn84we80ty/6spHblWZA5vmrpFMwozuhANHNpYqW80VMzcSn6SHqp06wSv4phcDzPHFK6w==
dependencies:
"@synonymdev/raw-transaction-decoder" "1.0.0"
"@synonymdev/raw-transaction-decoder" "1.1.0"
bech32 "^2.0.0"
bitcoinjs-lib "^6.0.2"

Expand Down
Loading