We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a115805 commit de74611Copy full SHA for de74611
package.json
@@ -203,7 +203,7 @@
203
"lint:fix": "pnpm run prettier:fix && pnpm run solhint:fix && npx eslint . --fix"
204
},
205
"devDependencies": {
206
- "@eslint/js": "^9.26.0",
+ "@eslint/js": "^9.27.0",
207
"@matterlabs/hardhat-zksync-deploy": "^1.7.0",
208
"@matterlabs/hardhat-zksync-ethers": "^1.3.0",
209
"@matterlabs/hardhat-zksync-solc": "^1.3.2",
@@ -220,7 +220,7 @@
220
"@types/node": "^22.15.18",
221
"chai": "^4.5.0",
222
"dotenv": "^16.5.0",
223
- "eslint": "^9.26.0",
+ "eslint": "^9.27.0",
224
"eslint-config-prettier": "^10.1.5",
225
"ethers": "^6.14.1",
226
"hardhat": "^2.24.0",
0 commit comments