Skip to content

Commit caee670

Browse files
committed
build: Update pacakge.json
1 parent 246bb40 commit caee670

File tree

2 files changed

+429
-420
lines changed

2 files changed

+429
-420
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,29 @@
1919
"url": "https://github.com/lingcoder/hardhat-template.git"
2020
},
2121
"devDependencies": {
22-
"@commitlint/cli": "^18.4.1",
23-
"@commitlint/config-conventional": "^18.4.0",
24-
"@metamask/eth-sig-util": "^7.0.0",
22+
"@commitlint/cli": "^18.4.3",
23+
"@commitlint/config-conventional": "^18.4.3",
24+
"@metamask/eth-sig-util": "^7.0.1",
2525
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
26-
"@nomicfoundation/hardhat-ethers": "^3.0.4",
26+
"@nomicfoundation/hardhat-ethers": "^3.0.5",
2727
"@nomicfoundation/hardhat-foundry": "^1.1.1",
2828
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
29-
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
30-
"@nomicfoundation/hardhat-verify": "^2.0.0",
29+
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
30+
"@nomicfoundation/hardhat-verify": "^2.0.1",
3131
"@nomiclabs/hardhat-solhint": "^3.0.1",
3232
"@openzeppelin/contracts": "^5.0.0",
3333
"@openzeppelin/contracts-upgradeable": "^5.0.0",
3434
"@openzeppelin/docs-utils": "^0.1.5",
35-
"@openzeppelin/hardhat-upgrades": "^2.3.3",
35+
"@openzeppelin/hardhat-upgrades": "^2.4.1",
3636
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
3737
"@typechain/ethers-v6": "^0.5.1",
38-
"@types/chai": "^4.3.10",
38+
"@types/chai": "^4.3.11",
3939
"@types/fs-extra": "^11.0.4",
40-
"@types/mocha": "^10.0.4",
41-
"@types/node": "^20.9.0",
42-
"@typescript-eslint/eslint-plugin": "^6.10.0",
43-
"@typescript-eslint/parser": "^6.10.0",
44-
"eslint": "^8.53.0",
40+
"@types/mocha": "^10.0.6",
41+
"@types/node": "^20.10.0",
42+
"@typescript-eslint/eslint-plugin": "^6.12.0",
43+
"@typescript-eslint/parser": "^6.12.0",
44+
"eslint": "^8.54.0",
4545
"eslint-config-prettier": "^9.0.0",
4646
"eslint-config-standard": "^17.1.0",
4747
"eslint-plugin-import": "^2.29.0",
@@ -51,23 +51,23 @@
5151
"eslint-plugin-promise": "^6.1.1",
5252
"ethers": "^6.8.1",
5353
"fs-extra": "^11.1.1",
54-
"hardhat": "^2.19.0",
54+
"hardhat": "^2.19.1",
5555
"hardhat-abi-exporter": "^2.10.1",
5656
"hardhat-contract-sizer": "^2.10.0",
57-
"hardhat-deploy": "^0.11.43",
57+
"hardhat-deploy": "^0.11.44",
5858
"hardhat-ignore-warnings": "^0.2.9",
5959
"husky": "^8.0.3",
6060
"lodash": "^4.17.21",
6161
"micromatch": "^4.0.5",
6262
"mocha": "^10.2.0",
63-
"prettier": "^3.0.3",
63+
"prettier": "^3.1.0",
6464
"prettier-plugin-solidity": "^1.2.0",
6565
"solhint": "^4.0.0",
66-
"solidity-ast": "^0.4.53",
66+
"solidity-ast": "^0.4.55",
6767
"solidity-docgen": "0.6.0-beta.36",
6868
"ts-generator": "^0.1.1",
6969
"ts-node": "^10.9.1",
70-
"typescript": "^5.2.2"
70+
"typescript": "^5.3.2"
7171
},
7272
"scripts": {
7373
"prepare": "husky install",

0 commit comments

Comments
 (0)