|
21 | 21 | "prettier": "prettier --write --plugin=prettier-plugin-solidity ."
|
22 | 22 | },
|
23 | 23 | "devDependencies": {
|
24 |
| - "@nomicfoundation/hardhat-chai-matchers": "^2.0.2", |
25 |
| - "@nomicfoundation/hardhat-ethers": "^3.0.4", |
26 |
| - "@nomiclabs/hardhat-etherscan": "^3.1.7", |
27 |
| - "@solidstate/contracts": "^0.0.58", |
| 24 | + "@nomicfoundation/hardhat-chai-matchers": "^2.0.6", |
| 25 | + "@nomicfoundation/hardhat-ethers": "^3.0.5", |
| 26 | + "@nomicfoundation/hardhat-verify": "^2.0.4", |
| 27 | + "@solidstate/contracts": "^0.0.59", |
28 | 28 | "@solidstate/hardhat-accounts": "^1.0.0",
|
29 |
| - "@solidstate/spec": "^0.0.58", |
30 |
| - "@typechain/ethers-v6": "^0.5.0", |
31 |
| - "@typechain/hardhat": "^9.0.0", |
32 |
| - "@types/chai": "^4.3.5", |
33 |
| - "@types/mocha": "^10.0.1", |
34 |
| - "@types/node": "^20.5.1", |
35 |
| - "chai": "^4.3.7", |
36 |
| - "dotenv": "^16.3.1", |
37 |
| - "ethers": "^6.7.1", |
38 |
| - "hardhat": "^2.17.1", |
| 29 | + "@solidstate/spec": "^0.0.59", |
| 30 | + "@typechain/ethers-v6": "^0.5.1", |
| 31 | + "@typechain/hardhat": "^9.1.0", |
| 32 | + "@types/chai": "^4.3.12", |
| 33 | + "@types/mocha": "^10.0.6", |
| 34 | + "@types/node": "^20.11.21", |
| 35 | + "chai": "^4.4.1", |
| 36 | + "dotenv": "^16.4.5", |
| 37 | + "ethers": "^6.11.1", |
| 38 | + "hardhat": "^2.20.1", |
39 | 39 | "hardhat-contract-sizer": "^2.10.0",
|
40 | 40 | "hardhat-docgen": "^1.3.0",
|
41 |
| - "hardhat-gas-reporter": "^1.0.9", |
42 |
| - "hardhat-spdx-license-identifier": "^2.1.0", |
43 |
| - "husky": "^8.0.3", |
44 |
| - "lint-staged": "^14.0.1", |
45 |
| - "prettier": "^3.0.2", |
46 |
| - "prettier-plugin-solidity": "^1.1.3", |
47 |
| - "solidity-coverage": "^0.8.4", |
48 |
| - "ts-node": "^10.9.1", |
49 |
| - "typechain": "^8.3.1", |
50 |
| - "typescript": "^5.1.6" |
| 41 | + "hardhat-gas-reporter": "^1.0.10", |
| 42 | + "hardhat-spdx-license-identifier": "^2.2.0", |
| 43 | + "husky": "^9.0.11", |
| 44 | + "lint-staged": "^15.2.2", |
| 45 | + "prettier": "^3.2.5", |
| 46 | + "prettier-plugin-solidity": "^1.3.1", |
| 47 | + "solidity-coverage": "^0.8.9", |
| 48 | + "ts-node": "^10.9.2", |
| 49 | + "typechain": "^8.3.2", |
| 50 | + "typescript": "^5.3.3" |
51 | 51 | }
|
52 | 52 | }
|
0 commit comments