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

Commit 868fb10

Browse files
authored
Merge pull request #5767 from trufflesuite/hdwallet-types
Bug fix: fix hdwallet types
2 parents a1c5906 + 70b68e0 commit 868fb10

File tree

9 files changed

+26
-373
lines changed

9 files changed

+26
-373
lines changed

packages/blockchain-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/assert": "^1.4.2",
2525
"@types/mocha": "^5.2.7",
2626
"@types/node": "~12.12.0",
27-
"@types/web3": "^1.0.20",
27+
"@types/web3": "1.0.20",
2828
"mocha": "10.1.0",
2929
"ts-node": "10.7.0",
3030
"typescript": "^4.7.4"

packages/dashboard-message-bus-e2e-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/debug": "^4.1.5",
3232
"@types/jest": "^27.0.3",
3333
"@types/node": "~12.12.0",
34-
"@types/web3": "^1.2.2",
34+
"@types/web3": "1.0.20",
3535
"ethers": "^5.6.2",
3636
"jest": "29.1.2",
3737
"ts-jest": "29.0.3"

packages/dashboard-message-bus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@types/node": "~12.12.0",
3030
"@types/promise.any": "^2.0.0",
31-
"@types/web3": "^1.2.2",
31+
"@types/web3": "1.0.20",
3232
"typescript": "^4.7.4"
3333
},
3434
"publishConfig": {

packages/db-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/jest": "27.4.1",
6060
"@types/node": "~12.12.0",
6161
"@types/react": "^16.8.0",
62-
"@types/web3": "^1.0.20",
62+
"@types/web3": "1.0.20",
6363
"eslint-plugin-react-hooks": "^4.3.0",
6464
"jest": "29.1.2",
6565
"madge": "^5.0.1",

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@types/pluralize": "^0.0.29",
6969
"@types/pouchdb": "^6.4.0",
7070
"@types/pouchdb-adapter-leveldb": "^6.1.3",
71-
"@types/web3": "^1.0.20",
71+
"@types/web3": "1.0.20",
7272
"change-case": "3.0.2",
7373
"fast-check": "3.1.1",
7474
"ganache": "7.5.0",

packages/decoder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/big.js": "^6.0.2",
4444
"@types/bn.js": "^5.1.0",
4545
"@types/debug": "^4.1.5",
46-
"@types/web3": "^1.0.20",
46+
"@types/web3": "1.0.20",
4747
"chai": "^4.2.0",
4848
"ganache": "7.5.0",
4949
"lodash": "^4.17.21",

packages/encoder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/lodash": "^4.14.179",
5656
"@types/node": "~12.12.0",
5757
"@types/utf8": "^2.1.6",
58-
"@types/web3": "^1.0.20",
58+
"@types/web3": "1.0.20",
5959
"chai": "^4.2.0",
6060
"fast-check": "3.1.1",
6161
"fs-extra": "^9.1.0",

packages/hdwallet-provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@
2121
},
2222
"types": "dist/index.d.ts",
2323
"dependencies": {
24+
"@types/ethereum-protocol": "^1.0.0",
25+
"@types/web3": "1.0.20",
26+
"@types/web3-provider-engine": "^14.0.0",
2427
"@ethereumjs/common": "^2.4.0",
2528
"@ethereumjs/tx": "^3.3.0",
2629
"@metamask/eth-sig-util": "4.0.1",
2730
"@truffle/hdwallet": "^0.1.1",
28-
"@types/web3": "^1.0.20",
2931
"ethereum-cryptography": "1.1.2",
3032
"ethereum-protocol": "^1.0.1",
3133
"ethereumjs-util": "^7.1.5",
@@ -34,10 +36,8 @@
3436
},
3537
"devDependencies": {
3638
"@types/bip39": "^2.4.2",
37-
"@types/ethereum-protocol": "^1.0.0",
3839
"@types/ethereumjs-util": "^5.2.0",
3940
"@types/mocha": "^5.2.7",
40-
"@types/web3-provider-engine": "^14.0.0",
4141
"ganache": "7.5.0",
4242
"mocha": "10.1.0",
4343
"ts-node": "10.7.0",

0 commit comments

Comments
 (0)