Skip to content

Commit 446a1b3

Browse files
authored
Merge pull request #3036 from input-output-hk/chore/ddw-1140-update-ledgerjs-to-v5.1.0
[DDW-1140] Update LedgerJS to 5.1.0 version
2 parents 8e6b5b5 + 9fcd88c commit 446a1b3

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- Added analytics data collection ([PR 2927](https://github.com/input-output-hk/daedalus/pull/2927), [PR 2989](https://github.com/input-output-hk/daedalus/pull/2989), [PR 3003](https://github.com/input-output-hk/daedalus/pull/3003), [PR 3028](https://github.com/input-output-hk/daedalus/pull/3028))
88

9+
### Chores
10+
11+
- Updated LedgerJS to 5.1.0 ([PR 3036](https://github.com/input-output-hk/daedalus/pull/3036))
12+
913
## 5.0.0
1014

1115
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
"yarn-lockfile": "1.1.1"
203203
},
204204
"dependencies": {
205-
"@cardano-foundation/ledgerjs-hw-app-cardano": "5.0.0",
205+
"@cardano-foundation/ledgerjs-hw-app-cardano": "5.1.0",
206206
"@iohk-jormungandr/wallet-js": "0.5.0-pre7",
207207
"@ledgerhq/hw-transport-node-hid": "6.27.1",
208208
"aes-js": "3.1.2",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -992,9 +992,9 @@
992992
version "0.2.3"
993993
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
994994

995-
"@cardano-foundation/ledgerjs-hw-app-cardano@5.0.0":
996-
version "5.0.0"
997-
resolved "https://registry.yarnpkg.com/@cardano-foundation/ledgerjs-hw-app-cardano/-/ledgerjs-hw-app-cardano-5.0.0.tgz#38d929abe7946a418d6c9788895a3114e6f7e293"
995+
"@cardano-foundation/ledgerjs-hw-app-cardano@5.1.0":
996+
version "5.1.0"
997+
resolved "https://registry.yarnpkg.com/@cardano-foundation/ledgerjs-hw-app-cardano/-/ledgerjs-hw-app-cardano-5.1.0.tgz#69b94f7c5055bdb19aa719ff277fa5f683d11067"
998998
dependencies:
999999
"@ledgerhq/hw-transport" "^5.12.0"
10001000
"@types/ledgerhq__hw-transport" "^4.21.3"

0 commit comments

Comments
 (0)