Skip to content

Commit 09df398

Browse files
[DDW-743] Update trezor-connect dependency to version 8.2.0 (#2675)
* [DDW-743] Update trezor-connect to the latest official version v8.2.0 * [DDW-743] CHANGELOG update Co-authored-by: Nikola Glumac <[email protected]>
1 parent 54429c8 commit 09df398

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Changelog
1313
- Updated Electron and related packages ([PR 2206](https://github.com/input-output-hk/daedalus/pull/2206))
1414
- Fixed some Japanese translations for the external currencies ([PR 2667](https://github.com/input-output-hk/daedalus/pull/2667))
1515

16+
### Chores
17+
18+
- Updated `trezor-connect` dependency to version `8.2.0` ([PR 2675](https://github.com/input-output-hk/daedalus/pull/2675))
19+
1620
## 4.3.1
1721

1822
### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
"source-map-support": "0.5.19",
246246
"spectron-fake-dialog": "0.0.1",
247247
"tcp-port-used": "1.0.1",
248-
"trezor-connect": "8.1.30-beta.4",
248+
"trezor-connect": "8.2.0-extended",
249249
"unorm": "1.6.0",
250250
"validator": "13.1.17"
251251
},

yarn.lock

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1881,6 +1881,10 @@
18811881
tiny-worker "^2.3.0"
18821882
ws "^7.4.0"
18831883

1884+
"@trezor/connect-common@^0.0.2":
1885+
version "0.0.2"
1886+
resolved "https://registry.yarnpkg.com/@trezor/connect-common/-/connect-common-0.0.2.tgz#d2bb1e90de6be2895b7f44215f09b52db361aaf4"
1887+
18841888
"@trezor/rollout@^1.2.0":
18851889
version "1.2.0"
18861890
resolved "https://registry.yarnpkg.com/@trezor/rollout/-/rollout-1.2.0.tgz#827316debc5cf2e8af2210900eb49540ea2753d1"
@@ -15789,12 +15793,13 @@ tree-kill@^1.1.0, tree-kill@^1.2.2:
1578915793
version "1.2.2"
1579015794
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
1579115795

15792-
trezor-connect@8.1.30-beta.4:
15793-
version "8.1.30-beta.4"
15794-
resolved "https://registry.yarnpkg.com/trezor-connect/-/trezor-connect-8.1.30-beta.4.tgz#337b2de73f3973c484e5493a3b5c424dd8ae56f8"
15796+
trezor-connect@8.2.0-extended:
15797+
version "8.2.0-extended"
15798+
resolved "https://registry.yarnpkg.com/trezor-connect/-/trezor-connect-8.2.0-extended.tgz#b33d3c7f4505cb5aee8acc1f8565410a1a811530"
1579515799
dependencies:
1579615800
"@babel/runtime" "^7.12.5"
1579715801
"@trezor/blockchain-link" "^1.0.17"
15802+
"@trezor/connect-common" "^0.0.2"
1579815803
"@trezor/rollout" "^1.2.0"
1579915804
"@trezor/utxo-lib" "^0.1.2"
1580015805
bchaddrjs "^0.5.2"

0 commit comments

Comments
 (0)