Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 1826cd6

Browse files
authored
chore(deps): update trezor related dependencies (#195)
1 parent 0850163 commit 1826cd6

File tree

4 files changed

+708
-225
lines changed

4 files changed

+708
-225
lines changed

.yarn/patches/@trezor-connect-npm-9.0.6-37abefdc3e.patch

Lines changed: 0 additions & 46 deletions
This file was deleted.

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,14 @@
3737
"test:watch": "jest --watch"
3838
},
3939
"resolutions": {
40-
"@trezor/connect@9.0.6": "patch:@trezor/connect@npm%3A9.0.6#./.yarn/patches/@trezor-connect-npm-9.0.6-37abefdc3e.patch",
4140
"@types/web": "0.0.69"
4241
},
4342
"dependencies": {
4443
"@ethereumjs/tx": "^4.0.0",
4544
"@ethereumjs/util": "^8.0.0",
46-
"@metamask/eth-sig-util": "^7.0.0",
47-
"@trezor/connect-plugin-ethereum": "^9.0.1",
48-
"@trezor/connect-web": "^9.0.6",
45+
"@metamask/eth-sig-util": "^7.0.1",
46+
"@trezor/connect-plugin-ethereum": "^9.0.3",
47+
"@trezor/connect-web": "^9.1.11",
4948
"hdkey": "^2.1.0"
5049
},
5150
"devDependencies": {
@@ -113,7 +112,12 @@
113112
"@ethereumjs/tx>ethereumjs-util>ethereum-cryptography>keccak": false,
114113
"@ethereumjs/tx>ethereumjs-util>ethereum-cryptography>secp256k1": false,
115114
"ethereumjs-tx>ethereumjs-util>ethereum-cryptography>keccak": false,
116-
"ethereumjs-tx>ethereumjs-util>ethereum-cryptography>secp256k1": false
115+
"ethereumjs-tx>ethereumjs-util>ethereum-cryptography>secp256k1": false,
116+
"@trezor/connect-web>@trezor/connect>@trezor/blockchain-link>@solana/web3.js>bigint-buffer": false,
117+
"@trezor/connect-web>@trezor/connect>@trezor/blockchain-link>ws>bufferutil": false,
118+
"@trezor/connect-web>@trezor/connect>@trezor/blockchain-link>ws>utf-8-validate": false,
119+
"@trezor/connect-web>@trezor/connect>@trezor/protobuf>protobufjs": false,
120+
"@trezor/connect-web>@trezor/connect>@trezor/transport>usb": false
117121
}
118122
}
119123
}

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"noUncheckedIndexedAccess": true,
1212
"strict": true,
1313
"target": "es2017",
14-
"skipLibCheck": false
14+
// circumvent missing types in @trezor/connect-web, please see https://github.com/trezor/trezor-suite/issues/10389
15+
"skipLibCheck": true
1516
},
1617
"exclude": ["./dist/**/*"]
1718
}

0 commit comments

Comments
 (0)