|
20 | 20 | "url": "https://github.com/lingcoder/hardhat-template.git"
|
21 | 21 | },
|
22 | 22 | "devDependencies": {
|
23 |
| - "@commitlint/cli": "^19.3.0", |
| 23 | + "@commitlint/cli": "^19.4.0", |
24 | 24 | "@commitlint/config-conventional": "^19.2.2",
|
25 | 25 | "@metamask/eth-sig-util": "^7.0.3",
|
26 | 26 | "@nomicfoundation/hardhat-chai-matchers": "^2.0.7",
|
|
33 | 33 | "@openzeppelin/contracts": "^5.0.2",
|
34 | 34 | "@openzeppelin/contracts-upgradeable": "^5.0.2",
|
35 | 35 | "@openzeppelin/docs-utils": "^0.1.5",
|
36 |
| - "@openzeppelin/hardhat-upgrades": "^3.2.0", |
| 36 | + "@openzeppelin/hardhat-upgrades": "^3.2.1", |
37 | 37 | "@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
38 | 38 | "@typechain/ethers-v6": "^0.5.1",
|
39 |
| - "@types/chai": "^4.3.16", |
| 39 | + "@types/chai": "^4.3.17", |
40 | 40 | "@types/fs-extra": "^11.0.4",
|
41 | 41 | "@types/mocha": "^10.0.7",
|
42 |
| - "@types/node": "^20.14.13", |
| 42 | + "@types/node": "^20.14.14", |
43 | 43 | "@typescript-eslint/eslint-plugin": "^7.18.0",
|
44 | 44 | "@typescript-eslint/parser": "^7.18.0",
|
45 | 45 | "eslint": "^8.57.0",
|
46 | 46 | "eslint-config-prettier": "^9.1.0",
|
47 | 47 | "eslint-config-standard": "^17.1.0",
|
48 | 48 | "eslint-plugin-import": "^2.29.1",
|
49 | 49 | "eslint-plugin-mocha": "^10.5.0",
|
50 |
| - "eslint-plugin-n": "^17.10.1", |
| 50 | + "eslint-plugin-n": "^17.10.2", |
51 | 51 | "eslint-plugin-prettier": "^5.2.1",
|
52 | 52 | "eslint-plugin-promise": "^6.6.0",
|
53 | 53 | "ethers": "^6.13.2",
|
54 | 54 | "fs-extra": "^11.2.0",
|
55 |
| - "hardhat": "^2.22.7", |
| 55 | + "hardhat": "^2.22.8", |
56 | 56 | "hardhat-abi-exporter": "^2.10.1",
|
57 | 57 | "hardhat-contract-sizer": "^2.10.0",
|
58 | 58 | "hardhat-deploy": "^0.12.4",
|
|
62 | 62 | "mocha": "^10.7.0",
|
63 | 63 | "prettier": "^3.3.3",
|
64 | 64 | "prettier-plugin-solidity": "^1.3.1",
|
65 |
| - "solhint": "^5.0.2", |
| 65 | + "solhint": "^5.0.3", |
66 | 66 | "solidity-ast": "^0.4.56",
|
67 | 67 | "solidity-docgen": "0.6.0-beta.36",
|
68 | 68 | "ts-generator": "^0.1.1",
|
|
0 commit comments