We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56f344 commit 6c8a25dCopy full SHA for 6c8a25d
2 files changed
package.json
@@ -213,7 +213,7 @@
213
"lint:fix": "pnpm run prettier:fix && pnpm run solhint:fix && npx eslint . --fix"
214
},
215
"devDependencies": {
216
- "@eslint/js": "^9.37.0",
+ "@eslint/js": "^9.38.0",
217
"@matterlabs/hardhat-zksync-deploy": "^1.8.0",
218
"@matterlabs/hardhat-zksync-ethers": "^1.4.0",
219
"@matterlabs/hardhat-zksync-solc": "^1.5.1",
@@ -227,10 +227,10 @@
227
"@typechain/hardhat": "^9.1.0",
228
"@types/chai": "^4.3.20",
229
"@types/mocha": "^10.0.10",
230
- "@types/node": "^24.7.2",
+ "@types/node": "^24.8.1",
231
"chai": "^4.5.0",
232
"dotenv": "^17.2.3",
233
- "eslint": "^9.37.0",
+ "eslint": "^9.38.0",
234
"eslint-config-prettier": "^10.1.8",
235
"ethers": "^6.15.0",
236
"hardhat": "^2.26.3",
0 commit comments