Skip to content

Commit e4b47e2

Browse files
committed
🔁 Bump Dependencies
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent a0f7c83 commit e4b47e2

3 files changed

Lines changed: 127 additions & 125 deletions

File tree

hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const config: HardhatUserConfig = {
5959
},
6060
},
6161
zksolc: {
62-
version: "1.5.13",
62+
version: "1.5.15",
6363
compilerSource: "binary",
6464
settings: {
6565
enableEraVMExtensions: false,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
"eslint": "^9.28.0",
224224
"eslint-config-prettier": "^10.1.5",
225225
"ethers": "^6.14.3",
226-
"hardhat": "^2.24.1",
226+
"hardhat": "^2.24.2",
227227
"hardhat-abi-exporter": "^2.11.0",
228228
"hardhat-contract-sizer": "^2.10.0",
229229
"hardhat-gas-reporter": "^2.3.0",
@@ -234,7 +234,7 @@
234234
"ts-node": "^10.9.2",
235235
"typechain": "^8.3.2",
236236
"typescript": "^5.8.3",
237-
"typescript-eslint": "^8.33.0",
237+
"typescript-eslint": "^8.33.1",
238238
"zksync-ethers": "^6.17.0"
239239
},
240240
"pnpm": {

0 commit comments

Comments
 (0)