Skip to content

Commit d56ebb8

Browse files
committed
chore: update dependencies and add pnpm workspace configuration
1 parent cdeb8bf commit d56ebb8

File tree

3 files changed

+2155
-1145
lines changed

3 files changed

+2155
-1145
lines changed

package.json

Lines changed: 30 additions & 30 deletions
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.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",
23+
"@commitlint/cli": "^19.8.0",
24+
"@commitlint/config-conventional": "^19.8.0",
25+
"@eslint/eslintrc": "^3.3.1",
26+
"@eslint/js": "^9.24.0",
27+
"@metamask/eth-sig-util": "^8.2.0",
2828
"@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
2929
"@nomicfoundation/hardhat-ethers": "^3.0.8",
3030
"@nomicfoundation/hardhat-foundry": "^1.1.3",
3131
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
3232
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
33-
"@nomicfoundation/hardhat-verify": "^2.0.12",
33+
"@nomicfoundation/hardhat-verify": "^2.0.13",
3434
"@nomiclabs/hardhat-solhint": "^4.0.1",
35-
"@openzeppelin/contracts": "^5.1.0",
36-
"@openzeppelin/contracts-upgradeable": "^5.1.0",
35+
"@openzeppelin/contracts": "^5.2.0",
36+
"@openzeppelin/contracts-upgradeable": "^5.2.0",
3737
"@openzeppelin/docs-utils": "^0.1.5",
38-
"@openzeppelin/hardhat-upgrades": "^3.8.0",
39-
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
38+
"@openzeppelin/hardhat-upgrades": "^3.9.0",
39+
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
4040
"@typechain/ethers-v6": "^0.5.1",
41-
"@types/chai": "^4.3.17",
41+
"@types/chai": "^4.3.20",
4242
"@types/fs-extra": "^11.0.4",
4343
"@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",
44+
"@types/node": "^22.14.0",
45+
"@typescript-eslint/eslint-plugin": "^8.29.0",
46+
"@typescript-eslint/parser": "^8.29.0",
4747
"chai": "^4.5.0",
48-
"eslint": "^9.17.0",
49-
"eslint-config-prettier": "^9.1.0",
48+
"eslint": "^9.24.0",
49+
"eslint-config-prettier": "^10.1.1",
5050
"eslint-plugin-mocha": "^10.5.0",
51-
"eslint-plugin-prettier": "^5.2.1",
51+
"eslint-plugin-prettier": "^5.2.6",
5252
"eslint-plugin-promise": "^7.2.1",
53-
"ethers": "^6.13.4",
54-
"fs-extra": "^11.2.0",
55-
"glob": "^11.0.0",
56-
"globals": "^15.14.0",
57-
"hardhat": "^2.22.17",
53+
"ethers": "^6.13.5",
54+
"fs-extra": "^11.3.0",
55+
"glob": "^11.0.1",
56+
"globals": "^15.15.0",
57+
"hardhat": "^2.22.19",
5858
"hardhat-abi-exporter": "^2.10.1",
5959
"hardhat-contract-sizer": "^2.10.0",
60-
"hardhat-deploy": "^0.14.0",
60+
"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.0.1",
65-
"prettier": "^3.4.2",
66-
"prettier-plugin-solidity": "^1.4.1",
64+
"mocha": "^11.1.0",
65+
"prettier": "^3.5.3",
66+
"prettier-plugin-solidity": "^1.4.2",
6767
"rimraf": "^6.0.1",
68-
"solhint": "^5.0.3",
69-
"solidity-ast": "^0.4.59",
68+
"solhint": "^5.0.5",
69+
"solidity-ast": "^0.4.60",
7070
"solidity-docgen": "0.6.0-beta.36",
7171
"ts-generator": "^0.1.1",
7272
"ts-node": "^10.9.2",
73-
"typescript": "^5.7.2"
73+
"typescript": "^5.8.3"
7474
},
7575
"simple-git-hooks": {
7676
"pre-commit": "pnpm lint",
@@ -98,6 +98,6 @@
9898
"dependencies": {
9999
"cross-env": "^7.0.3",
100100
"dotenv": "^16.4.7",
101-
"simple-git-hooks": "^2.11.1"
101+
"simple-git-hooks": "^2.12.1"
102102
}
103103
}

0 commit comments

Comments
 (0)