Skip to content

Commit

Permalink
chore(deps): update trezor related dependencies (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaryatrh committed Feb 20, 2024
1 parent 0850163 commit 1826cd6
Show file tree
Hide file tree
Showing 4 changed files with 708 additions and 225 deletions.
46 changes: 0 additions & 46 deletions .yarn/patches/@trezor-connect-npm-9.0.6-37abefdc3e.patch

This file was deleted.

14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,14 @@
"test:watch": "jest --watch"
},
"resolutions": {
"@trezor/connect@9.0.6": "patch:@trezor/connect@npm%3A9.0.6#./.yarn/patches/@trezor-connect-npm-9.0.6-37abefdc3e.patch",
"@types/web": "0.0.69"
},
"dependencies": {
"@ethereumjs/tx": "^4.0.0",
"@ethereumjs/util": "^8.0.0",
"@metamask/eth-sig-util": "^7.0.0",
"@trezor/connect-plugin-ethereum": "^9.0.1",
"@trezor/connect-web": "^9.0.6",
"@metamask/eth-sig-util": "^7.0.1",
"@trezor/connect-plugin-ethereum": "^9.0.3",
"@trezor/connect-web": "^9.1.11",
"hdkey": "^2.1.0"
},
"devDependencies": {
Expand Down Expand Up @@ -113,7 +112,12 @@
"@ethereumjs/tx>ethereumjs-util>ethereum-cryptography>keccak": false,
"@ethereumjs/tx>ethereumjs-util>ethereum-cryptography>secp256k1": false,
"ethereumjs-tx>ethereumjs-util>ethereum-cryptography>keccak": false,
"ethereumjs-tx>ethereumjs-util>ethereum-cryptography>secp256k1": false
"ethereumjs-tx>ethereumjs-util>ethereum-cryptography>secp256k1": false,
"@trezor/connect-web>@trezor/connect>@trezor/blockchain-link>@solana/web3.js>bigint-buffer": false,
"@trezor/connect-web>@trezor/connect>@trezor/blockchain-link>ws>bufferutil": false,
"@trezor/connect-web>@trezor/connect>@trezor/blockchain-link>ws>utf-8-validate": false,
"@trezor/connect-web>@trezor/connect>@trezor/protobuf>protobufjs": false,
"@trezor/connect-web>@trezor/connect>@trezor/transport>usb": false
}
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"noUncheckedIndexedAccess": true,
"strict": true,
"target": "es2017",
"skipLibCheck": false
// circumvent missing types in @trezor/connect-web, please see https://github.com/trezor/trezor-suite/issues/10389
"skipLibCheck": true
},
"exclude": ["./dist/**/*"]
}
Loading

0 comments on commit 1826cd6

Please sign in to comment.