This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
forked from LedgerHQ/ledger-live-common
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use live common v22.0.0 for CLI and tools (LedgerHQ#1885)
* Use Live Common v22.0.0 for tools * Use Live Common v22.0.0 for CLI
- Loading branch information
Hakim
authored
Apr 14, 2022
1 parent
d29680a
commit 9c76b5d
Showing
4 changed files
with
3,456 additions
and
1,125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -827,7 +827,14 @@ | |
dependencies: | ||
invariant "2" | ||
|
||
"@ledgerhq/[email protected]", "@ledgerhq/cryptoassets@^6.27.0": | ||
"@ledgerhq/[email protected]": | ||
version "6.28.0" | ||
resolved "https://registry.yarnpkg.com/@ledgerhq/cryptoassets/-/cryptoassets-6.28.0.tgz#218a41c5184a176ceb3ec16dc21b37589f673c08" | ||
integrity sha512-j3fBnjsOi2qijWO7p/PNoiEHdzjxP849pO02Q4YWW4Ms4lByv7ysmNLMwrset91We2yyVrdHsjdWY8X5JE97qQ== | ||
dependencies: | ||
invariant "2" | ||
|
||
"@ledgerhq/cryptoassets@^6.27.0": | ||
version "6.27.0" | ||
resolved "https://registry.yarnpkg.com/@ledgerhq/cryptoassets/-/cryptoassets-6.27.0.tgz#1a4efdef07858e8cb1b2dd4c1b9e110f1ed60f3f" | ||
integrity sha512-fM1tm+xJSkbgEB73RtWeTeogcWRkpAcgZX+hBGbvq7anhbRwF2jD4EL897SRNwDuvCKFfpSMxpSUaSvEmj9Lcw== | ||
|
@@ -1087,19 +1094,24 @@ | |
dependencies: | ||
bignumber.js "^9.0.1" | ||
json-rpc-2.0 "^0.2.16" | ||
|
||
"@ledgerhq/live-common@https://github.com/LedgerHQ/ledger-live-common.git#31177aae3a559e17f8452ed8dc6e010cd1d6f41e": | ||
version "21.32.4" | ||
resolved "https://github.com/LedgerHQ/ledger-live-common.git#31177aae3a559e17f8452ed8dc6e010cd1d6f41e" | ||
dependencies: | ||
"@celo/contractkit" "^1.5.1" | ||
"@celo/wallet-base" "^1.5.1" | ||
"@celo/wallet-ledger" "^1.5.1" | ||
|
||
"@ledgerhq/[email protected]": | ||
version "22.0.0" | ||
resolved "https://registry.yarnpkg.com/@ledgerhq/live-common/-/live-common-22.0.0.tgz#2717701fc8ba63b4befdd3cb1400527c2922335f" | ||
integrity sha512-BUMgPMWmavlFip0LwMVzr+TABG1o77nLZepGSmxZWIcyLUvsmRRDtCEasVJCW60g0Cd0BhvbtUOo8l0NdDZ+/A== | ||
dependencies: | ||
"@celo/contractkit" "^1.5.2" | ||
"@celo/wallet-base" "^1.5.2" | ||
"@celo/wallet-ledger" "^1.5.2" | ||
"@cosmjs/crypto" "^0.26.5" | ||
"@cosmjs/ledger-amino" "^0.26.5" | ||
"@cosmjs/proto-signing" "^0.26.5" | ||
"@cosmjs/stargate" "^0.26.5" | ||
"@crypto-com/chain-jslib" "0.0.19" | ||
"@ethereumjs/common" "^2.6.2" | ||
"@ethereumjs/tx" "^3.5.0" | ||
"@ledgerhq/compressjs" "1.3.2" | ||
"@ledgerhq/cryptoassets" "6.27.0" | ||
"@ledgerhq/cryptoassets" "6.28.0" | ||
"@ledgerhq/devices" "6.24.1" | ||
"@ledgerhq/errors" "6.10.0" | ||
"@ledgerhq/hw-app-algorand" "6.24.1" | ||
|
@@ -1178,6 +1190,7 @@ | |
semver "^7.3.5" | ||
sha.js "^2.4.11" | ||
stellar-sdk "^10.0.1" | ||
superstruct "^0.14.2" | ||
triple-beam "^1.3.0" | ||
winston "^3.4.0" | ||
xstate "^4.28.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.