|
19 | 19 | "url": "https://github.com/lingcoder/hardhat-template.git"
|
20 | 20 | },
|
21 | 21 | "devDependencies": {
|
22 |
| - "@commitlint/cli": "^18.4.3", |
23 |
| - "@commitlint/config-conventional": "^18.4.3", |
| 22 | + "@commitlint/cli": "^19.2.2", |
| 23 | + "@commitlint/config-conventional": "^19.2.2", |
24 | 24 | "@metamask/eth-sig-util": "^7.0.1",
|
25 |
| - "@nomicfoundation/hardhat-chai-matchers": "^2.0.3", |
| 25 | + "@nomicfoundation/hardhat-chai-matchers": "^2.0.6", |
26 | 26 | "@nomicfoundation/hardhat-ethers": "^3.0.5",
|
27 | 27 | "@nomicfoundation/hardhat-foundry": "^1.1.1",
|
28 | 28 | "@nomicfoundation/hardhat-network-helpers": "^1.0.10",
|
29 |
| - "@nomicfoundation/hardhat-toolbox": "^4.0.0", |
30 |
| - "@nomicfoundation/hardhat-verify": "^2.0.3", |
| 29 | + "@nomicfoundation/hardhat-toolbox": "^5.0.0", |
| 30 | + "@nomicfoundation/hardhat-verify": "^2.0.5", |
31 | 31 | "@nomiclabs/hardhat-solhint": "^3.0.1",
|
32 |
| - "@openzeppelin/contracts": "^5.0.1", |
33 |
| - "@openzeppelin/contracts-upgradeable": "^5.0.1", |
| 32 | + "@openzeppelin/contracts": "^5.0.2", |
| 33 | + "@openzeppelin/contracts-upgradeable": "^5.0.2", |
34 | 34 | "@openzeppelin/docs-utils": "^0.1.5",
|
35 |
| - "@openzeppelin/hardhat-upgrades": "^3.0.1", |
| 35 | + "@openzeppelin/hardhat-upgrades": "^3.0.5", |
36 | 36 | "@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
37 | 37 | "@typechain/ethers-v6": "^0.5.1",
|
38 |
| - "@types/chai": "^4.3.11", |
| 38 | + "@types/chai": "^4.3.14", |
39 | 39 | "@types/fs-extra": "^11.0.4",
|
40 | 40 | "@types/mocha": "^10.0.6",
|
41 |
| - "@types/node": "^20.10.6", |
42 |
| - "@typescript-eslint/eslint-plugin": "^6.17.0", |
43 |
| - "@typescript-eslint/parser": "^6.17.0", |
44 |
| - "eslint": "^8.56.0", |
| 41 | + "@types/node": "^20.12.7", |
| 42 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 43 | + "@typescript-eslint/parser": "^6.21.0", |
| 44 | + "eslint": "^8.57.0", |
45 | 45 | "eslint-config-prettier": "^9.1.0",
|
46 | 46 | "eslint-config-standard": "^17.1.0",
|
47 | 47 | "eslint-plugin-import": "^2.29.1",
|
48 |
| - "eslint-plugin-mocha": "^10.2.0", |
49 |
| - "eslint-plugin-n": "^16.6.1", |
50 |
| - "eslint-plugin-prettier": "^5.1.2", |
| 48 | + "eslint-plugin-mocha": "^10.4.2", |
| 49 | + "eslint-plugin-n": "^16.6.2", |
| 50 | + "eslint-plugin-prettier": "^5.1.3", |
51 | 51 | "eslint-plugin-promise": "^6.1.1",
|
52 |
| - "ethers": "^6.9.2", |
| 52 | + "ethers": "^6.11.1", |
53 | 53 | "fs-extra": "^11.2.0",
|
54 |
| - "hardhat": "^2.19.4", |
| 54 | + "hardhat": "^2.22.2", |
55 | 55 | "hardhat-abi-exporter": "^2.10.1",
|
56 | 56 | "hardhat-contract-sizer": "^2.10.0",
|
57 |
| - "hardhat-deploy": "^0.11.45", |
58 |
| - "hardhat-ignore-warnings": "^0.2.9", |
59 |
| - "husky": "^8.0.3", |
| 57 | + "hardhat-deploy": "^0.12.2", |
| 58 | + "hardhat-ignore-warnings": "^0.2.11", |
| 59 | + "husky": "^9.0.11", |
60 | 60 | "lodash": "^4.17.21",
|
61 | 61 | "micromatch": "^4.0.5",
|
62 |
| - "mocha": "^10.2.0", |
63 |
| - "prettier": "^3.1.1", |
| 62 | + "mocha": "^10.4.0", |
| 63 | + "prettier": "^3.2.5", |
64 | 64 | "prettier-plugin-solidity": "^1.3.1",
|
65 |
| - "solhint": "^4.0.0", |
66 |
| - "solidity-ast": "^0.4.55", |
| 65 | + "solhint": "^4.5.4", |
| 66 | + "solidity-ast": "^0.4.56", |
67 | 67 | "solidity-docgen": "0.6.0-beta.36",
|
68 | 68 | "ts-generator": "^0.1.1",
|
69 | 69 | "ts-node": "^10.9.2",
|
70 |
| - "typescript": "^5.3.3" |
| 70 | + "typescript": "^5.4.5" |
71 | 71 | },
|
72 | 72 | "scripts": {
|
73 | 73 | "prepare": "husky install",
|
|
90 | 90 | },
|
91 | 91 | "dependencies": {
|
92 | 92 | "cross-env": "^7.0.3",
|
93 |
| - "dotenv": "^16.3.1" |
| 93 | + "dotenv": "^16.4.5" |
94 | 94 | }
|
95 | 95 | }
|
0 commit comments