Skip to content

Commit a7534bd

Browse files
[DDW-779] Update trezor-connect to v.8.2.4-extended and fix MacInstaller/yarn2nix
1 parent c85e0b7 commit a7534bd

File tree

4 files changed

+112
-184
lines changed

4 files changed

+112
-184
lines changed

installers/common/MacInstaller.hs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,11 @@ buildElectronApp darwinConfig@DarwinConfig{dcAppName, dcAppNameApp} installerCon
233233
externalYarn =
234234
[ "@babel"
235235
, "@trezor"
236-
, "ascli"
237236
, "base-x"
238237
, "base64-js"
239238
, "bchaddrjs"
240239
, "bech32"
241240
, "big-integer"
242-
, "bigi"
243241
, "bignumber.js"
244242
, "bip66"
245243
, "bitcoin-ops"
@@ -250,16 +248,14 @@ buildElectronApp darwinConfig@DarwinConfig{dcAppName, dcAppNameApp} installerCon
250248
, "brorand"
251249
, "bs58"
252250
, "bs58check"
253-
, "bufferview"
254-
, "bytebuffer-old-fixed-webpack"
251+
, "bytebuffer"
255252
, "call-bind"
256253
, "cashaddrjs"
257254
, "cbor-web"
258255
, "create-hash"
259256
, "create-hmac"
260257
, "cross-fetch"
261258
, "define-properties"
262-
, "ecurve"
263259
, "elliptic"
264260
, "es-abstract"
265261
, "function-bind"
@@ -283,7 +279,7 @@ buildElectronApp darwinConfig@DarwinConfig{dcAppName, dcAppNameApp} installerCon
283279
, "object-keys"
284280
, "object.values"
285281
, "parse-uri"
286-
, "protobufjs-old-fixed-webpack"
282+
, "protobufjs"
287283
, "pushdata-bitcoin"
288284
, "randombytes"
289285
, "regenerator-runtime"
@@ -292,7 +288,6 @@ buildElectronApp darwinConfig@DarwinConfig{dcAppName, dcAppNameApp} installerCon
292288
, "semver-compare"
293289
, "tiny-worker"
294290
, "trezor-connect"
295-
, "trezor-link"
296291
, "tiny-secp256k1"
297292
, "typeforce"
298293
, "util-deprecate"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
"source-map-support": "0.5.19",
255255
"spectron-fake-dialog": "0.0.1",
256256
"tcp-port-used": "1.0.1",
257-
"trezor-connect": "8.2.3-beta.8",
257+
"trezor-connect": "8.2.4-extended",
258258
"unorm": "1.6.0",
259259
"validator": "13.1.17"
260260
},

0 commit comments

Comments
 (0)