Skip to content

Commit

Permalink
chore: bump hardhat-zksync-deploy dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriyaga committed Apr 3, 2024
1 parent e638b61 commit 9bd92c1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-chai-matchers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@ethersproject/abi": "^5.1.2",
"@matterlabs/hardhat-zksync-deploy": "^0.8.0",
"@matterlabs/hardhat-zksync-deploy": "^0.9.0",
"@matterlabs/hardhat-zksync-solc": "^1.1.4",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
Expand Down
22 changes: 21 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -848,8 +848,28 @@
proper-lockfile "^4.1.2"
semver "^7.5.1"

"@matterlabs/hardhat-zksync-upgradable@link:packages/hardhat-zksync-upgradable":
"@matterlabs/hardhat-zksync-upgradable@^0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@matterlabs/hardhat-zksync-upgradable/-/hardhat-zksync-upgradable-0.3.1.tgz#862b2253d18cfb6554ac1e224473123ad1888923"
integrity sha512-2JnBXbOAu708Aythpqh+QtQixiuipW1Z3PAxc2tjMqyLalVI0+L1p6VF9LwMdv28/ob4SbIqEWKYWGgRmNRsHg==
dependencies:
"@ethersproject/abi" "^5.1.2"
"@matterlabs/hardhat-zksync-deploy" "^0.8.0"
"@matterlabs/hardhat-zksync-solc" "^1.1.4"
"@openzeppelin/upgrades-core" "1.27.0"
chalk "4.1.2"
compare-versions "^6.0.0"
dockerode "^3.3.4"
ethereumjs-util "^7.1.5"
ethers "~5.7.2"
fs-extra "^11.1.1"
hardhat "^2.14.0"
proper-lockfile "^4.1.1"
solidity-ast "npm:[email protected]"
zksync-ethers "^5.0.0"

"@matterlabs/hardhat-zksync-upgradable@link:packages/hardhat-zksync-upgradable":
version "0.4.0"
dependencies:
"@ethersproject/abi" "^5.1.2"
"@matterlabs/hardhat-zksync-deploy" "^0.9.0"
Expand Down

0 comments on commit 9bd92c1

Please sign in to comment.