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

Commit

Permalink
pin @types/web3 to 1.0.20 and move some types into regular dependenci…
Browse files Browse the repository at this point in the history
…es for hdwallet-provider
  • Loading branch information
eggplantzzz committed Dec 7, 2022
1 parent 04048c4 commit 70b68e0
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 374 deletions.
2 changes: 1 addition & 1 deletion packages/blockchain-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/assert": "^1.4.2",
"@types/mocha": "^5.2.7",
"@types/node": "~12.12.0",
"@types/web3": "^1.0.20",
"@types/web3": "1.0.20",
"mocha": "10.1.0",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-message-bus-e2e-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/debug": "^4.1.5",
"@types/jest": "^27.0.3",
"@types/node": "~12.12.0",
"@types/web3": "^1.2.2",
"@types/web3": "1.0.20",
"ethers": "^5.6.2",
"jest": "29.1.2",
"ts-jest": "29.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-message-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@types/node": "~12.12.0",
"@types/promise.any": "^2.0.0",
"@types/web3": "^1.2.2",
"@types/web3": "1.0.20",
"typescript": "^4.7.4"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/db-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/jest": "27.4.1",
"@types/node": "~12.12.0",
"@types/react": "^16.8.0",
"@types/web3": "^1.0.20",
"@types/web3": "1.0.20",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "29.1.2",
"madge": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/pluralize": "^0.0.29",
"@types/pouchdb": "^6.4.0",
"@types/pouchdb-adapter-leveldb": "^6.1.3",
"@types/web3": "^1.0.20",
"@types/web3": "1.0.20",
"change-case": "3.0.2",
"fast-check": "3.1.1",
"ganache": "7.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/decoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/big.js": "^6.0.2",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
"@types/web3": "^1.0.20",
"@types/web3": "1.0.20",
"chai": "^4.2.0",
"ganache": "7.5.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/lodash": "^4.14.179",
"@types/node": "~12.12.0",
"@types/utf8": "^2.1.6",
"@types/web3": "^1.0.20",
"@types/web3": "1.0.20",
"chai": "^4.2.0",
"fast-check": "3.1.1",
"fs-extra": "^9.1.0",
Expand Down
7 changes: 3 additions & 4 deletions packages/hdwallet-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@
},
"types": "dist/index.d.ts",
"dependencies": {
"@types/ethereum-protocol": "^1.0.0",
"@types/web3": "1.0.20",
"@types/web3-provider-engine": "^14.0.0",
"@ethereumjs/common": "^2.4.0",
"@ethereumjs/tx": "^3.3.0",
"@metamask/eth-sig-util": "4.0.1",
"@truffle/hdwallet": "^0.1.1",
"@types/web3": "^1.0.20",
"ethereum-cryptography": "1.1.2",
"ethereum-protocol": "^1.0.1",
"ethereumjs-util": "^7.1.5",
Expand All @@ -34,11 +36,8 @@
},
"devDependencies": {
"@types/bip39": "^2.4.2",
"@types/ethereum-protocol": "^1.0.0",
"@types/ethereumjs-util": "^5.2.0",
"@types/mocha": "^5.2.7",
"@types/web3": "^1.0.20",
"@types/web3-provider-engine": "^14.0.0",
"ganache": "7.5.0",
"mocha": "10.1.0",
"ts-node": "10.7.0",
Expand Down

0 comments on commit 70b68e0

Please sign in to comment.