|
20 | 20 | "url": "https://github.com/lingcoder/hardhat-template.git"
|
21 | 21 | },
|
22 | 22 | "devDependencies": {
|
23 |
| - "@commitlint/cli": "^19.6.1", |
24 |
| - "@commitlint/config-conventional": "^19.6.0", |
25 |
| - "@eslint/eslintrc": "^3.2.0", |
26 |
| - "@eslint/js": "^9.17.0", |
27 |
| - "@metamask/eth-sig-util": "^8.1.2", |
| 23 | + "@commitlint/cli": "^19.8.0", |
| 24 | + "@commitlint/config-conventional": "^19.8.0", |
| 25 | + "@eslint/eslintrc": "^3.3.1", |
| 26 | + "@eslint/js": "^9.24.0", |
| 27 | + "@metamask/eth-sig-util": "^8.2.0", |
28 | 28 | "@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
|
29 | 29 | "@nomicfoundation/hardhat-ethers": "^3.0.8",
|
30 | 30 | "@nomicfoundation/hardhat-foundry": "^1.1.3",
|
31 | 31 | "@nomicfoundation/hardhat-network-helpers": "^1.0.12",
|
32 | 32 | "@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
33 |
| - "@nomicfoundation/hardhat-verify": "^2.0.12", |
| 33 | + "@nomicfoundation/hardhat-verify": "^2.0.13", |
34 | 34 | "@nomiclabs/hardhat-solhint": "^4.0.1",
|
35 |
| - "@openzeppelin/contracts": "^5.1.0", |
36 |
| - "@openzeppelin/contracts-upgradeable": "^5.1.0", |
| 35 | + "@openzeppelin/contracts": "^5.2.0", |
| 36 | + "@openzeppelin/contracts-upgradeable": "^5.2.0", |
37 | 37 | "@openzeppelin/docs-utils": "^0.1.5",
|
38 |
| - "@openzeppelin/hardhat-upgrades": "^3.8.0", |
39 |
| - "@trivago/prettier-plugin-sort-imports": "^5.2.0", |
| 38 | + "@openzeppelin/hardhat-upgrades": "^3.9.0", |
| 39 | + "@trivago/prettier-plugin-sort-imports": "^5.2.2", |
40 | 40 | "@typechain/ethers-v6": "^0.5.1",
|
41 |
| - "@types/chai": "^4.3.17", |
| 41 | + "@types/chai": "^4.3.20", |
42 | 42 | "@types/fs-extra": "^11.0.4",
|
43 | 43 | "@types/mocha": "^10.0.10",
|
44 |
| - "@types/node": "^22.10.2", |
45 |
| - "@typescript-eslint/eslint-plugin": "^8.18.1", |
46 |
| - "@typescript-eslint/parser": "^8.18.1", |
| 44 | + "@types/node": "^22.14.0", |
| 45 | + "@typescript-eslint/eslint-plugin": "^8.29.0", |
| 46 | + "@typescript-eslint/parser": "^8.29.0", |
47 | 47 | "chai": "^4.5.0",
|
48 |
| - "eslint": "^9.17.0", |
49 |
| - "eslint-config-prettier": "^9.1.0", |
| 48 | + "eslint": "^9.24.0", |
| 49 | + "eslint-config-prettier": "^10.1.1", |
50 | 50 | "eslint-plugin-mocha": "^10.5.0",
|
51 |
| - "eslint-plugin-prettier": "^5.2.1", |
| 51 | + "eslint-plugin-prettier": "^5.2.6", |
52 | 52 | "eslint-plugin-promise": "^7.2.1",
|
53 |
| - "ethers": "^6.13.4", |
54 |
| - "fs-extra": "^11.2.0", |
55 |
| - "glob": "^11.0.0", |
56 |
| - "globals": "^15.14.0", |
57 |
| - "hardhat": "^2.22.17", |
| 53 | + "ethers": "^6.13.5", |
| 54 | + "fs-extra": "^11.3.0", |
| 55 | + "glob": "^11.0.1", |
| 56 | + "globals": "^15.15.0", |
| 57 | + "hardhat": "^2.22.19", |
58 | 58 | "hardhat-abi-exporter": "^2.10.1",
|
59 | 59 | "hardhat-contract-sizer": "^2.10.0",
|
60 |
| - "hardhat-deploy": "^0.14.0", |
| 60 | + "hardhat-deploy": "^1.0.2", |
61 | 61 | "hardhat-ignore-warnings": "^0.2.12",
|
62 | 62 | "lodash": "^4.17.21",
|
63 | 63 | "micromatch": "^4.0.8",
|
64 |
| - "mocha": "^11.0.1", |
65 |
| - "prettier": "^3.4.2", |
66 |
| - "prettier-plugin-solidity": "^1.4.1", |
| 64 | + "mocha": "^11.1.0", |
| 65 | + "prettier": "^3.5.3", |
| 66 | + "prettier-plugin-solidity": "^1.4.2", |
67 | 67 | "rimraf": "^6.0.1",
|
68 |
| - "solhint": "^5.0.3", |
69 |
| - "solidity-ast": "^0.4.59", |
| 68 | + "solhint": "^5.0.5", |
| 69 | + "solidity-ast": "^0.4.60", |
70 | 70 | "solidity-docgen": "0.6.0-beta.36",
|
71 | 71 | "ts-generator": "^0.1.1",
|
72 | 72 | "ts-node": "^10.9.2",
|
73 |
| - "typescript": "^5.7.2" |
| 73 | + "typescript": "^5.8.3" |
74 | 74 | },
|
75 | 75 | "simple-git-hooks": {
|
76 | 76 | "pre-commit": "pnpm lint",
|
|
98 | 98 | "dependencies": {
|
99 | 99 | "cross-env": "^7.0.3",
|
100 | 100 | "dotenv": "^16.4.7",
|
101 |
| - "simple-git-hooks": "^2.11.1" |
| 101 | + "simple-git-hooks": "^2.12.1" |
102 | 102 | }
|
103 | 103 | }
|
0 commit comments