|
19 | 19 | }, |
20 | 20 | "author": "pcaversaccio (https://pcaversaccio.com)", |
21 | 21 | "license": "MIT", |
22 | | - "packageManager": "pnpm@10.24.0", |
| 22 | + "packageManager": "pnpm@10.25.0", |
23 | 23 | "scripts": { |
24 | 24 | "help": "npx hardhat help", |
25 | 25 | "accounts": "npx hardhat accounts", |
|
213 | 213 | "lint:fix": "pnpm run prettier:fix && pnpm run solhint:fix && npx eslint . --fix" |
214 | 214 | }, |
215 | 215 | "devDependencies": { |
216 | | - "@eslint/js": "^9.39.1", |
| 216 | + "@eslint/js": "^9.39.2", |
217 | 217 | "@matterlabs/hardhat-zksync-deploy": "^1.8.0", |
218 | 218 | "@matterlabs/hardhat-zksync-ethers": "^1.4.0", |
219 | 219 | "@matterlabs/hardhat-zksync-solc": "^1.5.1", |
|
227 | 227 | "@typechain/hardhat": "^9.1.0", |
228 | 228 | "@types/chai": "^4.3.20", |
229 | 229 | "@types/mocha": "^10.0.10", |
230 | | - "@types/node": "^24.10.1", |
| 230 | + "@types/node": "^25.0.1", |
231 | 231 | "chai": "^4.5.0", |
232 | 232 | "dotenv": "^17.2.3", |
233 | | - "eslint": "^9.39.1", |
| 233 | + "eslint": "^9.39.2", |
234 | 234 | "eslint-config-prettier": "^10.1.8", |
235 | 235 | "ethers": "^6.16.0", |
236 | | - "hardhat": "^2.27.1", |
| 236 | + "globals": "^16.5.0", |
| 237 | + "hardhat": "^2.27.2", |
237 | 238 | "hardhat-abi-exporter": "^2.11.0", |
238 | 239 | "hardhat-contract-sizer": "^2.10.1", |
239 | 240 | "hardhat-gas-reporter": "^2.3.0", |
240 | 241 | "prettier": "^3.7.4", |
241 | 242 | "prettier-plugin-solidity": "^2.2.0", |
242 | 243 | "solhint": "^6.0.1", |
243 | | - "solidity-coverage": "^0.8.16", |
| 244 | + "solidity-coverage": "^0.8.17", |
244 | 245 | "ts-node": "^10.9.2", |
245 | 246 | "typechain": "^8.3.2", |
246 | 247 | "typescript": "^5.9.3", |
247 | | - "typescript-eslint": "^8.48.1", |
| 248 | + "typescript-eslint": "^8.49.0", |
248 | 249 | "zksync-ethers": "^6.21.0" |
249 | 250 | }, |
250 | 251 | "pnpm": { |
|
0 commit comments