Skip to content

Commit b53855e

Browse files
committed
🔁 Update Dependencies
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 9358f3d commit b53855e

File tree

2 files changed

+878
-82
lines changed

2 files changed

+878
-82
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"author": "pcaversaccio (https://pcaversaccio.com)",
2121
"license": "MIT",
22-
"packageManager": "pnpm@10.6.5",
22+
"packageManager": "pnpm@10.7.0",
2323
"scripts": {
2424
"help": "npx hardhat help",
2525
"accounts": "npx hardhat accounts",
@@ -190,10 +190,10 @@
190190
},
191191
"devDependencies": {
192192
"@eslint/js": "^9.23.0",
193-
"@matterlabs/hardhat-zksync-deploy": "^1.6.0",
193+
"@matterlabs/hardhat-zksync-deploy": "^1.7.0",
194194
"@matterlabs/hardhat-zksync-ethers": "1.2.1",
195-
"@matterlabs/hardhat-zksync-solc": "^1.2.6",
196-
"@matterlabs/hardhat-zksync-verify": "^1.7.1",
195+
"@matterlabs/hardhat-zksync-solc": "^1.3.0",
196+
"@matterlabs/hardhat-zksync-verify": "^1.8.0",
197197
"@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
198198
"@nomicfoundation/hardhat-ethers": "^3.0.8",
199199
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
@@ -203,7 +203,7 @@
203203
"@typechain/hardhat": "^9.1.0",
204204
"@types/chai": "^4.3.20",
205205
"@types/mocha": "^10.0.10",
206-
"@types/node": "^22.13.13",
206+
"@types/node": "^22.13.14",
207207
"chai": "^4.5.0",
208208
"dotenv": "^16.4.7",
209209
"eslint": "^9.23.0",

0 commit comments

Comments
 (0)