Skip to content

Commit a1f7092

Browse files
committed
upgrade dependencies
1 parent 00eda7c commit a1f7092

File tree

2 files changed

+1169
-1958
lines changed

2 files changed

+1169
-1958
lines changed

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -17,38 +17,38 @@
1717
"spec"
1818
],
1919
"devDependencies": {
20-
"@nomicfoundation/hardhat-chai-matchers": "^2.0.7",
21-
"@nomicfoundation/hardhat-ethers": "^3.0.6",
22-
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
20+
"@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
21+
"@nomicfoundation/hardhat-ethers": "^3.0.8",
22+
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
2323
"@solidstate/hardhat-4byte-uploader": "^1.2.2",
2424
"@solidstate/library": "link:lib",
2525
"@solidstate/spec": "link:spec",
2626
"@solidstate/typechain-types": "link:typechain-types",
27-
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
27+
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
2828
"@typechain/ethers-v6": "^0.5.1",
2929
"@typechain/hardhat": "^9.1.0",
30-
"@types/chai": "^4.3.16",
31-
"@types/mocha": "^10.0.6",
32-
"@types/node": "^20.14.7",
30+
"@types/chai": "^5.0.1",
31+
"@types/mocha": "^10.0.10",
32+
"@types/node": "^22.10.5",
3333
"chai": "^4.4.1",
34-
"ethers": "^6.13.1",
35-
"hardhat": "^2.22.5",
34+
"ethers": "^6.13.5",
35+
"hardhat": "^2.22.17",
3636
"hardhat-abi-exporter": "^2.10.1",
3737
"hardhat-contract-sizer": "^2.10.0",
38-
"hardhat-gas-reporter": "^2.2.0",
38+
"hardhat-gas-reporter": "^2.2.2",
3939
"hardhat-linearization": "^0.1.1",
4040
"hardhat-spdx-license-identifier": "^2.3.1",
41-
"husky": "^9.0.11",
41+
"husky": "^9.1.7",
4242
"keccak256": "^1.0.6",
43-
"lerna": "^8.1.3",
44-
"lint-staged": "^15.2.7",
45-
"merkletreejs": "^0.3.11",
46-
"prettier": "^3.3.2",
47-
"prettier-plugin-solidity": "^1.3.1",
48-
"solidity-coverage": "^0.8.12",
43+
"lerna": "^8.1.9",
44+
"lint-staged": "^15.3.0",
45+
"merkletreejs": "^0.4.1",
46+
"prettier": "^3.4.2",
47+
"prettier-plugin-solidity": "^1.4.2",
48+
"solidity-coverage": "^0.8.14",
4949
"ts-node": "^10.9.2",
5050
"typechain": "^8.3.2",
51-
"typescript": "^5.5.2",
51+
"typescript": "^5.7.2",
5252
"yarn-up": "^1.4.1"
5353
},
5454
"resolutions": {

0 commit comments

Comments
 (0)