Skip to content

Commit aef4aba

Browse files
chore(deps): pin dependencies
1 parent 5dba3c1 commit aef4aba

27 files changed

Lines changed: 1069 additions & 261 deletions

File tree

.github/workflows/playwright.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# Setup Anvil for local testing
7979
- name: Run anvil-zksync
8080
if: matrix.tutorial.test-file-name != 'how-to-test-contracts' && matrix.tutorial.test-file-name != 'walletconnect' && matrix.tutorial.test-file-name != 'viem'
81-
uses: dutterbutter/anvil-zksync-action@v1.1.0
81+
uses: dutterbutter/anvil-zksync-action@ea1a042822e83d30d15cdb9751681123b74192b9 # v1.2.0
8282

8383
# ZK Game Dependencies
8484
- name: Install Rust Toolchain

bun.lockb

-12.5 KB
Binary file not shown.

code/cross-chain-governance/L1-governance/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "hardhat-project",
33
"devDependencies": {
4-
"@matterlabs/zksync-contracts": "^1.0.0-beta.4",
5-
"@nomicfoundation/hardhat-ethers": "^3.0.8",
6-
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
7-
"@openzeppelin/contracts": "^5.2.0",
4+
"@matterlabs/zksync-contracts": "1.0.0-beta.4",
5+
"@nomicfoundation/hardhat-ethers": "3.0.8",
6+
"@nomicfoundation/hardhat-toolbox": "5.0.0",
7+
"@openzeppelin/contracts": "5.2.0",
88
"@typechain/ethers-v6": "^0.5.1",
9-
"@typechain/hardhat": "^9.1.0",
9+
"@typechain/hardhat": "9.1.0",
1010
"dotenv": "^16.4.7",
1111
"ethers": "^6.13.5",
12-
"hardhat": "^2.22.18",
12+
"hardhat": "2.22.18",
1313
"ts-node": "^10.9.2",
1414
"typechain": "^8.3.2",
1515
"typescript": "^5.7.3"

code/cross-chain-governance/L2-counter/package-lock.json

Lines changed: 42 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/cross-chain-governance/L2-counter/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
"test": "hardhat test --network hardhat"
1616
},
1717
"devDependencies": {
18-
"@matterlabs/hardhat-zksync": "^1.4.0",
19-
"@matterlabs/zksync-contracts": "^1.0.0-beta.4",
20-
"@nomicfoundation/hardhat-verify": "^2.0.9",
21-
"@openzeppelin/contracts": "^5.1.0",
18+
"@matterlabs/hardhat-zksync": "1.3.0",
19+
"@matterlabs/zksync-contracts": "0.6.1",
20+
"@nomicfoundation/hardhat-verify": "2.0.12",
21+
"@openzeppelin/contracts": "5.2.0",
2222
"@types/chai": "^4.3.7",
2323
"@types/mocha": "^10.0.7",
2424
"@types/node": "^22.10.1",
2525
"chai": "^4.3.7",
2626
"dotenv": "^16.4.5",
2727
"ethers": "^6.13.4",
28-
"hardhat": "^2.22.17",
28+
"hardhat": "2.22.18",
2929
"mocha": "^11.0.1",
3030
"ts-node": "^10.9.2",
3131
"typescript": "^5.7.2",
32-
"zksync-ethers": "^6.15.3"
32+
"zksync-ethers": "6.15.4"
3333
}
3434
}

code/cross-chain-tx/bun.lockb

42.2 KB
Binary file not shown.

code/cross-chain-tx/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
"test": "hardhat test --network hardhat"
1616
},
1717
"devDependencies": {
18-
"@matterlabs/hardhat-zksync": "^1.3.0",
19-
"@matterlabs/zksync-contracts": "^0.6.1",
20-
"@nomicfoundation/hardhat-verify": "^2.0.9",
21-
"@openzeppelin/contracts": "^5.1.0",
18+
"@matterlabs/hardhat-zksync": "1.6.0",
19+
"@matterlabs/zksync-contracts": "0.6.2",
20+
"@nomicfoundation/hardhat-verify": "2.0.14",
21+
"@openzeppelin/contracts": "5.3.0",
2222
"@types/chai": "^4.3.7",
2323
"@types/mocha": "^10.0.7",
2424
"@types/node": "^22.10.1",
2525
"chai": "^4.3.7",
2626
"dotenv": "^16.4.5",
2727
"ethers": "^6.13.4",
28-
"hardhat": "^2.22.17",
28+
"hardhat": "2.24.3",
2929
"mocha": "^11.0.1",
3030
"ts-node": "^10.9.2",
3131
"typescript": "^5.7.2",
32-
"zksync-ethers": "^6.15.3"
32+
"zksync-ethers": "6.18.0"
3333
}
3434
}

code/custom-zk-chain/bun.lockb

41.5 KB
Binary file not shown.

code/custom-zk-chain/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
"test": "hardhat test --network hardhat"
1414
},
1515
"devDependencies": {
16-
"@matterlabs/hardhat-zksync": "^1.3.0",
17-
"@matterlabs/zksync-contracts": "^0.6.1",
18-
"@nomicfoundation/hardhat-verify": "^2.0.9",
19-
"@openzeppelin/contracts": "^5.1.0",
16+
"@matterlabs/hardhat-zksync": "1.6.0",
17+
"@matterlabs/zksync-contracts": "0.6.2",
18+
"@nomicfoundation/hardhat-verify": "2.0.14",
19+
"@openzeppelin/contracts": "5.3.0",
2020
"@types/chai": "^4.3.7",
2121
"@types/mocha": "^10.0.7",
2222
"@types/node": "^22.10.1",
2323
"chai": "^4.3.7",
2424
"dotenv": "^16.4.5",
2525
"ethers": "^6.13.4",
26-
"hardhat": "^2.22.17",
26+
"hardhat": "2.24.3",
2727
"mocha": "^11.0.1",
2828
"ts-node": "^10.9.2",
2929
"typescript": "^5.8.2",
30-
"zksync-ethers": "^6.15.3"
30+
"zksync-ethers": "6.18.0"
3131
}
3232
}

0 commit comments

Comments
 (0)