Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@gnosis-guild/zodiac": "4.1.1",
"@gnosis-guild/zodiac-core": "2.1.4",
"@matterlabs/hardhat-zksync-deploy": "1.7.0",
"@matterlabs/hardhat-zksync-solc": "1.4.0",
"@matterlabs/hardhat-zksync-solc": "1.5.1",
"@matterlabs/hardhat-zksync-upgradable": "1.9.0",
"@matterlabs/hardhat-zksync-verify": "1.8.0",
"@nomicfoundation/hardhat-ethers": "3.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@matterlabs/hardhat-zksync-deploy": "1.7.0",
"@matterlabs/hardhat-zksync-solc": "1.4.0",
"@matterlabs/hardhat-zksync-solc": "1.5.1",
"@matterlabs/hardhat-zksync-upgradable": "1.9.0",
"@matterlabs/hardhat-zksync-verify": "1.8.0",
"@nomiclabs/hardhat-ethers": "2.2.3",
Expand Down
31 changes: 7 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9551,9 +9551,9 @@ __metadata:
languageName: node
linkType: hard

"@matterlabs/hardhat-zksync-solc@npm:1.4.0":
version: 1.4.0
resolution: "@matterlabs/hardhat-zksync-solc@npm:1.4.0"
"@matterlabs/hardhat-zksync-solc@npm:1.5.1":
version: 1.5.1
resolution: "@matterlabs/hardhat-zksync-solc@npm:1.5.1"
dependencies:
"@matterlabs/hardhat-zksync-telemetry": "npm:^1.1.1"
"@nomiclabs/hardhat-docker": "npm:^2.0.2"
Expand All @@ -9562,14 +9562,15 @@ __metadata:
debug: "npm:^4.3.5"
dockerode: "npm:^4.0.2"
fs-extra: "npm:^11.2.0"
lodash: "npm:^4.17.21"
proper-lockfile: "npm:^4.1.2"
semver: "npm:^7.6.2"
sinon: "npm:^18.0.0"
sinon-chai: "npm:^3.7.0"
undici: "npm:^6.18.2"
peerDependencies:
hardhat: ^2.22.5
checksum: 10/0599e8c7e55f84a5d5025175135149610eeab697d251289ca8445b9218cd52d04460ec725f1563fe5ba9fed287472ed6c4e02d2c7c847a4e38c80c9c32c50536
checksum: 10/0057cf2cfd71eca7459fe68c3e8d964f26c9642587e3a3cee23a665122aae88e25fc9182c3620d0779a2fd5f8339c5a402f66c80178a630f2191431989852daa
languageName: node
linkType: hard

Expand Down Expand Up @@ -19501,13 +19502,6 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.83.0":
version: 5.83.0
resolution: "@tanstack/query-core@npm:5.83.0"
checksum: 10/68d76438ad8b95dce07c848a29bac01144bddbad0a6a860569eae909ecf6ea0dda378b3c5f55c45a415a34af79c90917bb5055912d315307416ef2a28b449699
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.83.1":
version: 5.83.1
resolution: "@tanstack/query-core@npm:5.83.1"
Expand All @@ -19526,17 +19520,6 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-query@npm:5.83.0":
version: 5.83.0
resolution: "@tanstack/react-query@npm:5.83.0"
dependencies:
"@tanstack/query-core": "npm:5.83.0"
peerDependencies:
react: ^18 || ^19
checksum: 10/59609393109af3a50fbf5bc84491220b7e171b7e7f67cfc5792dd0c649b26606baf1663c045b531982e4aea7d96214fd6cdcb7d1cf5e14b4846073b46dcd3ac4
languageName: node
linkType: hard

"@tanstack/react-query@npm:5.84.0":
version: 5.84.0
resolution: "@tanstack/react-query@npm:5.84.0"
Expand Down Expand Up @@ -21896,7 +21879,7 @@ __metadata:
"@gnosis-guild/zodiac": "npm:4.1.1"
"@gnosis-guild/zodiac-core": "npm:2.1.4"
"@matterlabs/hardhat-zksync-deploy": "npm:1.7.0"
"@matterlabs/hardhat-zksync-solc": "npm:1.4.0"
"@matterlabs/hardhat-zksync-solc": "npm:1.5.1"
"@matterlabs/hardhat-zksync-upgradable": "npm:1.9.0"
"@matterlabs/hardhat-zksync-verify": "npm:1.8.0"
"@nomicfoundation/hardhat-ethers": "npm:3.0.8"
Expand Down Expand Up @@ -21930,7 +21913,7 @@ __metadata:
resolution: "@unlock-protocol/hardhat-helpers@workspace:packages/hardhat-helpers"
dependencies:
"@matterlabs/hardhat-zksync-deploy": "npm:1.7.0"
"@matterlabs/hardhat-zksync-solc": "npm:1.4.0"
"@matterlabs/hardhat-zksync-solc": "npm:1.5.1"
"@matterlabs/hardhat-zksync-upgradable": "npm:1.9.0"
"@matterlabs/hardhat-zksync-verify": "npm:1.8.0"
"@nomiclabs/hardhat-ethers": "npm:2.2.3"
Expand Down
Loading