Skip to content

Commit 8788e98

Browse files
chore(deps): pin dependencies
1 parent 2d6089b commit 8788e98

27 files changed

Lines changed: 366 additions & 172 deletions

File tree

.github/workflows/playwright.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Playwright Browsers
2828
run: bun playwright install chromium --with-deps
2929
- name: Run anvil-zksync
30-
uses: dutterbutter/anvil-zksync-action@v1.1.0
30+
uses: dutterbutter/anvil-zksync-action@d95a459320dcddd6c266f3d829a0a318ca0e8be7 # v1.1.0
3131
- name: Create Metamask Cache
3232
if: matrix.tutorial == 'frontend-paymaster'
3333
run: xvfb-run bun setup:mm

bun.lockb

-11.7 KB
Binary file not shown.

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

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

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.13",
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.0",
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.17.0"
3333
}
3434
}

code/custom-zk-chain/bun.lockb

40.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)