Skip to content

Commit

Permalink
fix: remove unnecessary devDependencies, remove hardhat-zksync-deploy…
Browse files Browse the repository at this point in the history
… import from index.ts (#870)

Co-authored-by: Marko Arambasic <[email protected]>
  • Loading branch information
kiriyaga-txfusion and kiriyaga authored Mar 6, 2024
1 parent 1fef225 commit 8955d34
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 0 additions & 2 deletions packages/hardhat-zksync-upgradable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
"compare-versions": "^6.0.0"
},
"devDependencies": {
"@matterlabs/hardhat-zksync-deploy": "^1.2.0",
"@matterlabs/hardhat-zksync-solc": "^1.1.4",
"@openzeppelin/contracts-upgradeable": "^4.9.2",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.11.17",
Expand Down
1 change: 0 additions & 1 deletion packages/hardhat-zksync-upgradable/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import '@matterlabs/hardhat-zksync-solc';
import '@matterlabs/hardhat-zksync-deploy';
import './type-extensions';

import { extendEnvironment, subtask } from 'hardhat/internal/core/config/config-env';
Expand Down
16 changes: 9 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@
read-yaml-file "^1.1.0"

"@matterlabs/hardhat-zksync-chai-matchers@link:packages/hardhat-zksync-chai-matchers":
version "1.2.2"
version "1.3.0"
dependencies:
"@matterlabs/hardhat-zksync-deploy" "^1.2.0"
"@matterlabs/hardhat-zksync-solc" "^1.1.3"
Expand All @@ -783,14 +783,16 @@
zksync-ethers "^6.0.0"

"@matterlabs/hardhat-zksync-deploy@link:packages/hardhat-zksync-deploy":
version "1.2.0"
version "1.2.1"
dependencies:
"@matterlabs/hardhat-zksync-solc" "^1.0.4"
chai "^4.3.6"
chalk "4.1.2"
fs-extra "^11.2.0"
glob "^10.3.10"
lodash "^4.17.21"
sinon "^17.0.1"
sinon-chai "^3.7.0"
ts-morph "^21.0.1"

"@matterlabs/hardhat-zksync-ethers@link:packages/hardhat-zksync-ethers":
Expand Down Expand Up @@ -831,10 +833,10 @@
undici "^5.14.0"

"@matterlabs/hardhat-zksync-upgradable@link:packages/hardhat-zksync-upgradable":
version "1.2.4"
version "1.3.0"
dependencies:
"@matterlabs/hardhat-zksync-deploy" "^1.1.0"
"@matterlabs/hardhat-zksync-solc" "^1.0.3"
"@matterlabs/hardhat-zksync-deploy" "^1.2.0"
"@matterlabs/hardhat-zksync-solc" "^1.1.4"
"@openzeppelin/upgrades-core" "^1.31.3"
chalk "4.1.2"
compare-versions "^6.0.0"
Expand All @@ -859,11 +861,11 @@
zksync-ethers "^6.0.0"

"@matterlabs/hardhat-zksync-verify@link:packages/hardhat-zksync-verify":
version "1.3.0"
version "1.4.1"
dependencies:
"@ethersproject/abi" "^5.1.2"
"@ethersproject/address" "5.7.0"
"@matterlabs/hardhat-zksync-solc" "^1.0.3"
"@matterlabs/hardhat-zksync-solc" "^1.1.4"
"@nomicfoundation/hardhat-verify" "^2.0.0"
"@openzeppelin/contracts" "^4.9.2"
axios "^1.6.2"
Expand Down

0 comments on commit 8955d34

Please sign in to comment.