We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83261b5 commit 314ecb7Copy full SHA for 314ecb7
2 files changed
package.json
@@ -212,7 +212,7 @@
212
"lint:fix": "pnpm run prettier:fix && pnpm run solhint:fix && npx eslint . --fix"
213
},
214
"devDependencies": {
215
- "@eslint/js": "^9.30.0",
+ "@eslint/js": "^9.30.1",
216
"@matterlabs/hardhat-zksync-deploy": "^1.7.0",
217
"@matterlabs/hardhat-zksync-ethers": "^1.3.0",
218
"@matterlabs/hardhat-zksync-solc": "^1.4.0",
@@ -226,10 +226,10 @@
226
"@typechain/hardhat": "^9.1.0",
227
"@types/chai": "^4.3.20",
228
"@types/mocha": "^10.0.10",
229
- "@types/node": "^24.0.8",
+ "@types/node": "^24.0.10",
230
"chai": "^4.5.0",
231
- "dotenv": "^17.0.0",
232
- "eslint": "^9.30.0",
+ "dotenv": "^17.0.1",
+ "eslint": "^9.30.1",
233
"eslint-config-prettier": "^10.1.5",
234
"ethers": "^6.14.4",
235
"hardhat": "^2.25.0",
0 commit comments