Skip to content

Commit 0560630

Browse files
committed
build: update deps
1 parent f25439e commit 0560630

File tree

2 files changed

+1132
-1798
lines changed

2 files changed

+1132
-1798
lines changed

package.json

+33-33
Original file line numberDiff line numberDiff line change
@@ -20,57 +20,57 @@
2020
"url": "https://github.com/lingcoder/hardhat-template.git"
2121
},
2222
"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",
3232
"@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",
3737
"@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",
4040
"@typechain/ethers-v6": "^0.5.1",
4141
"@types/chai": "^4.3.17",
4242
"@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",
4747
"chai": "^4.5.0",
48-
"eslint": "^9.9.0",
48+
"eslint": "^9.17.0",
4949
"eslint-config-prettier": "^9.1.0",
5050
"eslint-plugin-mocha": "^10.5.0",
5151
"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",
5454
"fs-extra": "^11.2.0",
5555
"glob": "^11.0.0",
56-
"globals": "^15.9.0",
57-
"hardhat": "^2.22.8",
56+
"globals": "^15.14.0",
57+
"hardhat": "^2.22.17",
5858
"hardhat-abi-exporter": "^2.10.1",
5959
"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",
6262
"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",
6767
"rimraf": "^6.0.1",
6868
"solhint": "^5.0.3",
69-
"solidity-ast": "^0.4.56",
69+
"solidity-ast": "^0.4.59",
7070
"solidity-docgen": "0.6.0-beta.36",
7171
"ts-generator": "^0.1.1",
7272
"ts-node": "^10.9.2",
73-
"typescript": "^5.5.4"
73+
"typescript": "^5.7.2"
7474
},
7575
"simple-git-hooks": {
7676
"pre-commit": "pnpm lint",
@@ -97,7 +97,7 @@
9797
},
9898
"dependencies": {
9999
"cross-env": "^7.0.3",
100-
"dotenv": "^16.4.5",
100+
"dotenv": "^16.4.7",
101101
"simple-git-hooks": "^2.11.1"
102102
}
103103
}

0 commit comments

Comments
 (0)