|
43 | 43 | "eth-sig-util": "3.0.1",
|
44 | 44 | "ethers": "5.7.2",
|
45 | 45 | "fs-extra": "11.1.1",
|
46 |
| - "hardhat": "2.15.0", |
| 46 | + "hardhat": "2.18.3", |
47 | 47 | "hardhat-contract-sizer": "2.10.0",
|
48 | 48 | "hardhat-erc1820": "0.1.0",
|
49 | 49 | "hardhat-gas-reporter": "1.0.9",
|
50 | 50 | "hardhat-storage-layout": "0.1.7",
|
51 |
| - "hardhat-tracer": "2.4.0", |
| 51 | + "hardhat-tracer": "2.7.0", |
52 | 52 | "hardlydifficult-eth": "1.1.4",
|
53 | 53 | "hardlydifficult-ethereum-contracts": "0.11.1",
|
54 | 54 | "prettier": "3.0.0",
|
55 | 55 | "prettier-plugin-solidity": "1.1.3",
|
56 | 56 | "prompt": "1.3.0",
|
57 | 57 | "solhint": "3.4.1",
|
58 |
| - "solidity-coverage": "0.8.2", |
| 58 | + "solidity-coverage": "0.8.5", |
59 | 59 | "yesno": "0.4.0"
|
60 | 60 | },
|
61 | 61 | "devDependencies": {
|
|
69 | 69 | "lint:code": "eslint --resolve-plugins-relative-to ../packages/eslint-config .",
|
70 | 70 | "lint": "yarn lint:contracts && yarn lint:code",
|
71 | 71 | "lintFix": "yarn lint:contracts --fix && yarn lint:code --fix",
|
72 |
| - "coverage": "IS_COVERAGE=1 yarn hardhat coverage", |
| 72 | + "coverage": "IS_COVERAGE=1 yarn hardhat coverage --network hardhat", |
73 | 73 | "dev": "yarn lint && yarn build && yarn test",
|
74 | 74 | "size": "yarn hardhat size-contracts",
|
75 | 75 | "ci": "yarn lint && yarn test",
|
|
0 commit comments