Skip to content

Commit 8079c20

Browse files
Update all dependencies
1 parent eb9dc54 commit 8079c20

4 files changed

Lines changed: 617 additions & 352 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v6
2222

2323
- name: Install pnpm
24-
uses: pnpm/action-setup@v5
24+
uses: pnpm/action-setup@v6
2525
with:
2626
run_install: false
2727

.github/workflows/test-contracts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v6
2525

2626
- name: Install pnpm
27-
uses: pnpm/action-setup@v5
27+
uses: pnpm/action-setup@v6
2828
with:
2929
run_install: false
3030

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -220,23 +220,23 @@
220220
"@matterlabs/hardhat-zksync-ethers": "^1.4.0",
221221
"@matterlabs/hardhat-zksync-solc": "^1.5.1",
222222
"@matterlabs/hardhat-zksync-verify": "^1.9.1",
223-
"@nomicfoundation/hardhat-chai-matchers": "^2.1.2",
224-
"@nomicfoundation/hardhat-ethers": "^3.1.3",
225-
"@nomicfoundation/hardhat-network-helpers": "^1.1.2",
226-
"@nomicfoundation/hardhat-verify": "^2.1.3",
227-
"@openzeppelin/contracts": "^4.9.6",
223+
"@nomicfoundation/hardhat-chai-matchers": "^3.0.0",
224+
"@nomicfoundation/hardhat-ethers": "^4.0.0",
225+
"@nomicfoundation/hardhat-network-helpers": "^3.0.0",
226+
"@nomicfoundation/hardhat-verify": "^3.0.0",
227+
"@openzeppelin/contracts": "^5.0.0",
228228
"@typechain/ethers-v6": "^0.5.1",
229229
"@typechain/hardhat": "^9.1.0",
230-
"@types/chai": "^4.3.20",
230+
"@types/chai": "^5.0.0",
231231
"@types/mocha": "^10.0.10",
232232
"@types/node": "^25.6.0",
233-
"chai": "^4.5.0",
233+
"chai": "^6.0.0",
234234
"dotenv": "^17.4.2",
235235
"eslint": "^10.2.1",
236236
"eslint-config-prettier": "^10.1.8",
237237
"ethers": "^6.16.0",
238238
"globals": "^17.5.0",
239-
"hardhat": "^2.28.6",
239+
"hardhat": "^3.0.0",
240240
"hardhat-abi-exporter": "^2.11.0",
241241
"hardhat-contract-sizer": "^2.10.1",
242242
"hardhat-gas-reporter": "^2.3.0",

0 commit comments

Comments
 (0)