|
17 | 17 | "spec"
|
18 | 18 | ],
|
19 | 19 | "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", |
23 | 23 | "@solidstate/hardhat-4byte-uploader": "^1.2.2",
|
24 | 24 | "@solidstate/library": "link:lib",
|
25 | 25 | "@solidstate/spec": "link:spec",
|
26 | 26 | "@solidstate/typechain-types": "link:typechain-types",
|
27 |
| - "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
| 27 | + "@trivago/prettier-plugin-sort-imports": "^5.2.1", |
28 | 28 | "@typechain/ethers-v6": "^0.5.1",
|
29 | 29 | "@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", |
33 | 33 | "chai": "^4.4.1",
|
34 |
| - "ethers": "^6.13.1", |
35 |
| - "hardhat": "^2.22.5", |
| 34 | + "ethers": "^6.13.5", |
| 35 | + "hardhat": "^2.22.17", |
36 | 36 | "hardhat-abi-exporter": "^2.10.1",
|
37 | 37 | "hardhat-contract-sizer": "^2.10.0",
|
38 |
| - "hardhat-gas-reporter": "^2.2.0", |
| 38 | + "hardhat-gas-reporter": "^2.2.2", |
39 | 39 | "hardhat-linearization": "^0.1.1",
|
40 | 40 | "hardhat-spdx-license-identifier": "^2.3.1",
|
41 |
| - "husky": "^9.0.11", |
| 41 | + "husky": "^9.1.7", |
42 | 42 | "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", |
49 | 49 | "ts-node": "^10.9.2",
|
50 | 50 | "typechain": "^8.3.2",
|
51 |
| - "typescript": "^5.5.2", |
| 51 | + "typescript": "^5.7.2", |
52 | 52 | "yarn-up": "^1.4.1"
|
53 | 53 | },
|
54 | 54 | "resolutions": {
|
|
0 commit comments