Update Hardhat to latest (#3260)
Showing
This diff is collapsed.
Click to expand it.
| ... | @@ -51,7 +51,7 @@ | ... | @@ -51,7 +51,7 @@ |
| }, | }, | ||
| "homepage": "https://openzeppelin.com/contracts/", | "homepage": "https://openzeppelin.com/contracts/", | ||
| "devDependencies": { | "devDependencies": { | ||
| "@nomiclabs/hardhat-truffle5": "^2.0.0", | "@nomiclabs/hardhat-truffle5": "^2.0.5", | ||
| "@nomiclabs/hardhat-web3": "^2.0.0", | "@nomiclabs/hardhat-web3": "^2.0.0", | ||
| "@openzeppelin/docs-utils": "^0.1.0", | "@openzeppelin/docs-utils": "^0.1.0", | ||
| "@openzeppelin/test-helpers": "^0.5.13", | "@openzeppelin/test-helpers": "^0.5.13", | ||
| ... | @@ -66,7 +66,7 @@ | ... | @@ -66,7 +66,7 @@ |
| "ethereumjs-util": "^7.0.7", | "ethereumjs-util": "^7.0.7", | ||
| "ethereumjs-wallet": "^1.0.1", | "ethereumjs-wallet": "^1.0.1", | ||
| "graphlib": "^2.1.8", | "graphlib": "^2.1.8", | ||
| "hardhat": "^2.0.6", | "hardhat": "^2.9.1", | ||
| "hardhat-gas-reporter": "^1.0.4", | "hardhat-gas-reporter": "^1.0.4", | ||
| "keccak256": "^1.0.2", | "keccak256": "^1.0.2", | ||
| "lodash.startcase": "^4.4.0", | "lodash.startcase": "^4.4.0", | ||
| ... | ... |
Please
register
or
sign in
to comment