Skip to content

Commit e2f6566

Browse files
committed
chore: update devDependencies to latest versions
1 parent f41f2b5 commit e2f6566

File tree

2 files changed

+882
-932
lines changed

2 files changed

+882
-932
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"url": "https://github.com/lingcoder/hardhat-template.git"
2121
},
2222
"devDependencies": {
23-
"@commitlint/cli": "^19.8.0",
24-
"@commitlint/config-conventional": "^19.8.0",
23+
"@commitlint/cli": "^19.8.1",
24+
"@commitlint/config-conventional": "^19.8.1",
2525
"@eslint/eslintrc": "^3.3.1",
26-
"@eslint/js": "^9.24.0",
26+
"@eslint/js": "^9.27.0",
2727
"@metamask/eth-sig-util": "^8.2.0",
2828
"@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
2929
"@nomicfoundation/hardhat-ethers": "^3.0.8",
@@ -32,40 +32,40 @@
3232
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
3333
"@nomicfoundation/hardhat-verify": "^2.0.13",
3434
"@nomiclabs/hardhat-solhint": "^4.0.1",
35-
"@openzeppelin/contracts": "^5.2.0",
36-
"@openzeppelin/contracts-upgradeable": "^5.2.0",
35+
"@openzeppelin/contracts": "^5.3.0",
36+
"@openzeppelin/contracts-upgradeable": "^5.3.0",
3737
"@openzeppelin/docs-utils": "^0.1.5",
3838
"@openzeppelin/hardhat-upgrades": "^3.9.0",
3939
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
4040
"@typechain/ethers-v6": "^0.5.1",
4141
"@types/chai": "^4.3.20",
4242
"@types/fs-extra": "^11.0.4",
4343
"@types/mocha": "^10.0.10",
44-
"@types/node": "^22.14.0",
45-
"@typescript-eslint/eslint-plugin": "^8.29.0",
46-
"@typescript-eslint/parser": "^8.29.0",
44+
"@types/node": "^22.15.19",
45+
"@typescript-eslint/eslint-plugin": "^8.32.1",
46+
"@typescript-eslint/parser": "^8.32.1",
4747
"chai": "^4.5.0",
48-
"eslint": "^9.24.0",
49-
"eslint-config-prettier": "^10.1.1",
48+
"eslint": "^9.27.0",
49+
"eslint-config-prettier": "^10.1.5",
5050
"eslint-plugin-mocha": "^10.5.0",
51-
"eslint-plugin-prettier": "^5.2.6",
51+
"eslint-plugin-prettier": "^5.4.0",
5252
"eslint-plugin-promise": "^7.2.1",
53-
"ethers": "^6.13.5",
53+
"ethers": "^6.14.1",
5454
"fs-extra": "^11.3.0",
55-
"glob": "^11.0.1",
55+
"glob": "^11.0.2",
5656
"globals": "^15.15.0",
57-
"hardhat": "^2.22.19",
58-
"hardhat-abi-exporter": "^2.10.1",
57+
"hardhat": "^2.24.0",
58+
"hardhat-abi-exporter": "^2.11.0",
5959
"hardhat-contract-sizer": "^2.10.0",
6060
"hardhat-deploy": "^1.0.2",
6161
"hardhat-ignore-warnings": "^0.2.12",
6262
"lodash": "^4.17.21",
6363
"micromatch": "^4.0.8",
64-
"mocha": "^11.1.0",
64+
"mocha": "^11.3.0",
6565
"prettier": "^3.5.3",
66-
"prettier-plugin-solidity": "^1.4.2",
66+
"prettier-plugin-solidity": "^1.4.3",
6767
"rimraf": "^6.0.1",
68-
"solhint": "^5.0.5",
68+
"solhint": "^5.1.0",
6969
"solidity-ast": "^0.4.60",
7070
"solidity-docgen": "0.6.0-beta.36",
7171
"ts-generator": "^0.1.1",
@@ -97,7 +97,7 @@
9797
},
9898
"dependencies": {
9999
"cross-env": "^7.0.3",
100-
"dotenv": "^16.4.7",
101-
"simple-git-hooks": "^2.12.1"
100+
"dotenv": "^16.5.0",
101+
"simple-git-hooks": "^2.13.0"
102102
}
103103
}

0 commit comments

Comments
 (0)