|
19 | 19 | }, |
20 | 20 | "author": "pcaversaccio (https://pcaversaccio.com)", |
21 | 21 | "license": "MIT", |
22 | | - "packageManager": "pnpm@10.5.2", |
| 22 | + "packageManager": "pnpm@10.6.1", |
23 | 23 | "scripts": { |
24 | 24 | "help": "npx hardhat help", |
25 | 25 | "accounts": "npx hardhat accounts", |
|
188 | 188 | "lint:fix": "pnpm run prettier:fix && pnpm run solhint:fix && npx eslint . --fix" |
189 | 189 | }, |
190 | 190 | "devDependencies": { |
191 | | - "@eslint/js": "^9.21.0", |
| 191 | + "@eslint/js": "^9.22.0", |
192 | 192 | "@matterlabs/hardhat-zksync-deploy": "^1.6.0", |
193 | 193 | "@matterlabs/hardhat-zksync-ethers": "1.2.1", |
194 | 194 | "@matterlabs/hardhat-zksync-solc": "^1.2.6", |
|
202 | 202 | "@typechain/hardhat": "^9.1.0", |
203 | 203 | "@types/chai": "^4.3.20", |
204 | 204 | "@types/mocha": "^10.0.10", |
205 | | - "@types/node": "^22.13.9", |
| 205 | + "@types/node": "^22.13.10", |
206 | 206 | "chai": "^4.5.0", |
207 | 207 | "dotenv": "^16.4.7", |
208 | | - "eslint": "^9.21.0", |
209 | | - "eslint-config-prettier": "^10.0.2", |
| 208 | + "eslint": "^9.22.0", |
| 209 | + "eslint-config-prettier": "^10.1.1", |
210 | 210 | "ethers": "^6.13.5", |
211 | 211 | "hardhat": "^2.22.19", |
212 | 212 | "hardhat-abi-exporter": "^2.10.1", |
|
0 commit comments