Skip to content

Commit

Permalink
Update ledgerjs library to latest version (2.1.0)
Browse files Browse the repository at this point in the history
Needed to support new release of Ledger cardano app
  • Loading branch information
refi93 committed Dec 18, 2020
1 parent c030fb4 commit 7392ac7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"postinstall": "node ./helpers/removeChainLibsWasmImport"
},
"dependencies": {
"@cardano-foundation/ledgerjs-hw-app-cardano": "^2.0.0",
"@cardano-foundation/ledgerjs-hw-app-cardano": "^2.1.0",
"@emurgo/js-chain-libs": "https://github.com/SebastienGllmt/js-chain-libs-pkg",
"@ledgerhq/hw-transport": "^5.15.0",
"@ledgerhq/hw-transport-u2f": "^5.15.0",
Expand Down
8 changes: 4 additions & 4 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
dependencies:
regenerator-runtime "^0.13.4"

"@cardano-foundation/ledgerjs-hw-app-cardano@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@cardano-foundation/ledgerjs-hw-app-cardano/-/ledgerjs-hw-app-cardano-2.0.0.tgz#7bad95e79ba585864c69f364fbaad8449b5328d9"
integrity sha512-YP9Uuc8Fc690xVbGzExRi/WpqIO4CLQNW6NOZkmUImo5sw7dlHH3FKbdSit1848zEvmSiGazJWRHT/ykH2oPrg==
"@cardano-foundation/ledgerjs-hw-app-cardano@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@cardano-foundation/ledgerjs-hw-app-cardano/-/ledgerjs-hw-app-cardano-2.1.0.tgz#e2e4b1a0d5b672f8dbe7c46dc514c27d6603082f"
integrity sha512-44rezv9eGE/AvFeEqQ80V7xZgTvsRPnxlb1aSZnMDSVZhgxWBV9LHNPtT5kjWsrKzalsX7k+xrDybp7+ay/2HQ==
dependencies:
"@ledgerhq/hw-transport" "^5.12.0"
babel-polyfill "^6.26.0"
Expand Down

0 comments on commit 7392ac7

Please sign in to comment.