Skip to content

Commit cd5ac9c

Browse files
chore(deps): pin dependencies
1 parent 2e47e9a commit cd5ac9c

26 files changed

Lines changed: 375 additions & 301 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.3.0
81+
uses: dutterbutter/anvil-zksync-action@9fdd10a8fea44082d479fe63f6ef19a5f542db68 # v1.3.0
8282
with:
8383
token: ${{ secrets.GITHUB_TOKEN }}
8484

bun.lockb

132 KB
Binary file not shown.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "hardhat-project",
33
"devDependencies": {
4-
"@matterlabs/zksync-contracts": "^28.0.1",
5-
"@nomicfoundation/hardhat-ethers": "^3.0.8",
6-
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
4+
"@matterlabs/zksync-contracts": "28.0.1",
5+
"@nomicfoundation/hardhat-ethers": "3.0.8",
6+
"@nomicfoundation/hardhat-toolbox": "5.0.0",
77
"@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: 53 additions & 18 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: 5 additions & 5 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.6.1",
19-
"@matterlabs/zksync-contracts": "^28.0.1",
20-
"@nomicfoundation/hardhat-verify": "^2.0.9",
18+
"@matterlabs/hardhat-zksync": "1.3.0",
19+
"@matterlabs/zksync-contracts": "28.0.1",
20+
"@nomicfoundation/hardhat-verify": "2.0.12",
2121
"@openzeppelin/contracts": "^5.1.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
}

0 commit comments

Comments
 (0)