Skip to content

Commit b41c9c7

Browse files
authored
Merge pull request #5852 from NomicFoundation/fix-latest-dependencies-workflow
Fix a dependency error in hardhat-web3
2 parents df47e13 + c016446 commit b41c9c7

File tree

3 files changed

+1550
-1789
lines changed

3 files changed

+1550
-1789
lines changed

.changeset/chilled-cycles-judge.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nomiclabs/hardhat-web3": patch
3+
---
4+
5+
Fix a dependency error in hardhat-web3

packages/hardhat-web3/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,5 @@
6060
"hardhat": "workspace:^2.0.0",
6161
"web3": "^1.0.0-beta.36"
6262
},
63-
"dependencies": {
64-
"@types/bignumber.js": "^5.0.0"
65-
}
63+
"dependencies": {}
6664
}

0 commit comments

Comments
 (0)