|
20 | 20 | "url": "https://github.com/lingcoder/hardhat-template.git"
|
21 | 21 | },
|
22 | 22 | "devDependencies": {
|
23 |
| - "@commitlint/cli": "^19.4.0", |
24 |
| - "@commitlint/config-conventional": "^19.2.2", |
25 |
| - "@eslint/eslintrc": "^3.1.0", |
26 |
| - "@eslint/js": "^9.9.0", |
27 |
| - "@metamask/eth-sig-util": "^7.0.3", |
28 |
| - "@nomicfoundation/hardhat-chai-matchers": "^2.0.7", |
29 |
| - "@nomicfoundation/hardhat-ethers": "^3.0.6", |
30 |
| - "@nomicfoundation/hardhat-foundry": "^1.1.2", |
31 |
| - "@nomicfoundation/hardhat-network-helpers": "^1.0.11", |
| 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", |
| 28 | + "@nomicfoundation/hardhat-chai-matchers": "^2.0.8", |
| 29 | + "@nomicfoundation/hardhat-ethers": "^3.0.8", |
| 30 | + "@nomicfoundation/hardhat-foundry": "^1.1.3", |
| 31 | + "@nomicfoundation/hardhat-network-helpers": "^1.0.12", |
32 | 32 | "@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
33 |
| - "@nomicfoundation/hardhat-verify": "^2.0.9", |
34 |
| - "@nomiclabs/hardhat-solhint": "^4.0.0", |
35 |
| - "@openzeppelin/contracts": "^5.0.2", |
36 |
| - "@openzeppelin/contracts-upgradeable": "^5.0.2", |
| 33 | + "@nomicfoundation/hardhat-verify": "^2.0.12", |
| 34 | + "@nomiclabs/hardhat-solhint": "^4.0.1", |
| 35 | + "@openzeppelin/contracts": "^5.1.0", |
| 36 | + "@openzeppelin/contracts-upgradeable": "^5.1.0", |
37 | 37 | "@openzeppelin/docs-utils": "^0.1.5",
|
38 |
| - "@openzeppelin/hardhat-upgrades": "^3.2.1", |
39 |
| - "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
| 38 | + "@openzeppelin/hardhat-upgrades": "^3.8.0", |
| 39 | + "@trivago/prettier-plugin-sort-imports": "^5.2.0", |
40 | 40 | "@typechain/ethers-v6": "^0.5.1",
|
41 | 41 | "@types/chai": "^4.3.17",
|
42 | 42 | "@types/fs-extra": "^11.0.4",
|
43 |
| - "@types/mocha": "^10.0.7", |
44 |
| - "@types/node": "^20.14.15", |
45 |
| - "@typescript-eslint/eslint-plugin": "^8.1.0", |
46 |
| - "@typescript-eslint/parser": "^8.1.0", |
| 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", |
47 | 47 | "chai": "^4.5.0",
|
48 |
| - "eslint": "^9.9.0", |
| 48 | + "eslint": "^9.17.0", |
49 | 49 | "eslint-config-prettier": "^9.1.0",
|
50 | 50 | "eslint-plugin-mocha": "^10.5.0",
|
51 | 51 | "eslint-plugin-prettier": "^5.2.1",
|
52 |
| - "eslint-plugin-promise": "^7.1.0", |
53 |
| - "ethers": "^6.13.2", |
| 52 | + "eslint-plugin-promise": "^7.2.1", |
| 53 | + "ethers": "^6.13.4", |
54 | 54 | "fs-extra": "^11.2.0",
|
55 | 55 | "glob": "^11.0.0",
|
56 |
| - "globals": "^15.9.0", |
57 |
| - "hardhat": "^2.22.8", |
| 56 | + "globals": "^15.14.0", |
| 57 | + "hardhat": "^2.22.17", |
58 | 58 | "hardhat-abi-exporter": "^2.10.1",
|
59 | 59 | "hardhat-contract-sizer": "^2.10.0",
|
60 |
| - "hardhat-deploy": "^0.12.4", |
61 |
| - "hardhat-ignore-warnings": "^0.2.11", |
| 60 | + "hardhat-deploy": "^0.14.0", |
| 61 | + "hardhat-ignore-warnings": "^0.2.12", |
62 | 62 | "lodash": "^4.17.21",
|
63 |
| - "micromatch": "^4.0.7", |
64 |
| - "mocha": "^10.7.3", |
65 |
| - "prettier": "^3.3.3", |
66 |
| - "prettier-plugin-solidity": "^1.3.1", |
| 63 | + "micromatch": "^4.0.8", |
| 64 | + "mocha": "^11.0.1", |
| 65 | + "prettier": "^3.4.2", |
| 66 | + "prettier-plugin-solidity": "^1.4.1", |
67 | 67 | "rimraf": "^6.0.1",
|
68 | 68 | "solhint": "^5.0.3",
|
69 |
| - "solidity-ast": "^0.4.56", |
| 69 | + "solidity-ast": "^0.4.59", |
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.5.4" |
| 73 | + "typescript": "^5.7.2" |
74 | 74 | },
|
75 | 75 | "simple-git-hooks": {
|
76 | 76 | "pre-commit": "pnpm lint",
|
|
97 | 97 | },
|
98 | 98 | "dependencies": {
|
99 | 99 | "cross-env": "^7.0.3",
|
100 |
| - "dotenv": "^16.4.5", |
| 100 | + "dotenv": "^16.4.7", |
101 | 101 | "simple-git-hooks": "^2.11.1"
|
102 | 102 | }
|
103 | 103 | }
|
0 commit comments