Skip to content

Commit

Permalink
chore(deps): bump hardhat from 2.19.4 to 2.22.1
Browse files Browse the repository at this point in the history
Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.19.4 to 2.22.1.
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.19.4...hardhat@2.22.1)

---
updated-dependencies:
- dependency-name: hardhat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent 5c05619 commit 3115107
Show file tree
Hide file tree
Showing 21 changed files with 178 additions and 673 deletions.
2 changes: 1 addition & 1 deletion examples/basic-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@matterlabs/hardhat-zksync-deploy": "link:../../packages/hardhat-zksync-deploy",
"@matterlabs/hardhat-zksync-solc": "link:../../packages/hardhat-zksync-solc",
"chalk": "4.1.2",
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"ethers": "^6.7.1",
"zksync-ethers": "^6.0.0",
"@matterlabs/zksync-contracts": "^0.6.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/deploy-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@matterlabs/hardhat-zksync-deploy": "link:../../packages/hardhat-zksync-deploy",
"@matterlabs/hardhat-zksync-solc": "link:../../packages/hardhat-zksync-solc",
"chalk": "4.1.2",
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"ethers": "^6.7.1",
"zksync-ethers": "^6.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/mixed-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@matterlabs/hardhat-zksync-vyper": "link:../../packages/hardhat-zksync-vyper",
"@nomiclabs/hardhat-vyper": "^3.0.5",
"ethers": "^6.7.1",
"hardhat": "^2.19.4"
"hardhat": "^2.22.1"
},
"prettier": {
"tabWidth": 4,
Expand Down
2 changes: 1 addition & 1 deletion examples/node-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@matterlabs/hardhat-zksync-node": "link:../../packages/hardhat-zksync-node",
"@matterlabs/hardhat-zksync-chai-matchers": "link:../../packages/hardhat-zksync-chai-matchers",
"chalk": "4.1.2",
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"ethers": "^6.7.1",
"zksync-ethers": "^6.0.0",
"@matterlabs/zksync-contracts": "^0.6.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/noninline-libraries-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@matterlabs/hardhat-zksync-deploy": "link:../../packages/hardhat-zksync-deploy",
"@matterlabs/hardhat-zksync-solc": "link:../../packages/hardhat-zksync-solc",
"chalk": "4.1.2",
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"ethers": "^6.7.1",
"zksync-ethers": "^6.0.0",
"@matterlabs/zksync-contracts": "^0.6.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/upgradable-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"zksync-ethers":"^6.0.0",
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"@matterlabs/hardhat-zksync-deploy": "link:../../packages/hardhat-zksync-deploy",
"@matterlabs/hardhat-zksync-solc": "link:../../packages/hardhat-zksync-solc",
"@matterlabs/hardhat-zksync-upgradable": "link:../../packages/hardhat-zksync-upgradable",
Expand Down
2 changes: 1 addition & 1 deletion examples/verify-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@matterlabs/hardhat-zksync-ethers": "link:../../packages/hardhat-zksync-ethers",
"@matterlabs/hardhat-zksync-verify": "link:../../packages/hardhat-zksync-verify",
"chalk": "4.1.2",
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"ethers": "^6.7.1",
"zksync-ethers":"^6.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/verify-vyper-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"chalk": "4.1.2",
"@nomiclabs/hardhat-vyper": "^3.0.5",
"ethers": "^6.7.1",
"hardhat": "^2.19.4"
"hardhat": "^2.22.1"
},
"prettier": {
"tabWidth": 4,
Expand Down
2 changes: 1 addition & 1 deletion examples/vyper-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nomiclabs/hardhat-vyper": "^3.0.5",
"chalk": "4.1.2",
"ethers": "^6.7.1",
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"zksync-ethers": "^6.0.0"
},
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion examples/zksync-ethers-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@matterlabs/hardhat-zksync-solc": "link:../../packages/hardhat-zksync-solc",
"@matterlabs/hardhat-zksync-ethers": "link:../../packages/hardhat-zksync-ethers",
"chalk": "4.1.2",
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"ethers": "^6.7.1",
"zksync-ethers": "^6.0.0"
},
Expand Down
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 @@ -43,7 +43,7 @@
"chai": "^4.3.7",
"zksync-ethers": "^6.0.0",
"ethers": "^6.7.1",
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"ordinal": "1.0.3",
"chai-as-promised": "^7.1.1",
"@matterlabs/hardhat-zksync-deploy": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat-zksync-deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-prettier": "5.0.1",
"ethers": "^6.7.1",
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"mocha": "^9.2.1",
"prettier": "3.1.0",
"rimraf": "^3.0.2",
Expand All @@ -68,7 +68,7 @@
},
"peerDependencies": {
"ethers": "^6.7.1",
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"zksync-ethers": "^6.0.0"
},
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"dependencies": {
"chalk": "5.3.0",
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"chai": "^4.2.0",
"@matterlabs/hardhat-zksync-solc": "^1.1.2",
"@matterlabs/hardhat-zksync-deploy": "^1.1.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat-zksync-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"eslint-plugin-import": "2.29.0",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-prettier": "5.0.1",
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"mocha": "^9.2.1",
"prettier": "3.1.0",
"rimraf": "^3.0.2",
Expand All @@ -67,7 +67,7 @@
"c8": "^8.0.1"
},
"peerDependencies": {
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"zksync-ethers": "^6.0.0"
},
"prettier": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat-zksync-solc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"eslint-plugin-import": "2.29.0",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-prettier": "5.0.1",
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"mocha": "^9.2.1",
"prettier": "3.1.0",
"rimraf": "^3.0.2",
Expand All @@ -68,7 +68,7 @@
"c8": "^8.0.1"
},
"peerDependencies": {
"hardhat": "^2.19.4"
"hardhat": "^2.22.1"
},
"prettier": {
"tabWidth": 4,
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"README.md"
],
"dependencies": {
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"zksync-ethers": "^6.0.0",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
"chai": "^4.3.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-upgradable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@matterlabs/hardhat-zksync-solc": "^1.1.4",
"@openzeppelin/upgrades-core": "^1.31.3",
"chalk": "4.1.2",
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"fs-extra": "^7.0.1",
"ethereumjs-util": "^7.1.5",
"zksync-ethers": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat-zksync-verify-vyper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"eslint-plugin-import": "2.27.5",
"eslint-plugin-no-only-tests": "3.0.0",
"eslint-plugin-prettier": "3.4.0",
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"mocha": "^9.2.1",
"prettier": "2.5.1",
"rimraf": "^3.0.2",
Expand All @@ -69,7 +69,7 @@
"c8": "^8.0.1"
},
"peerDependencies": {
"hardhat": "^2.19.4"
"hardhat": "^2.22.1"
},
"prettier": {
"tabWidth": 4,
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-verify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@nomicfoundation/hardhat-verify": "^2.0.0",
"axios": "^1.6.2",
"chai": "^4.3.6",
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"chalk": "4.1.2",
"@ethersproject/abi": "^5.1.2",
"@ethersproject/address": "5.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat-zksync-vyper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"eslint-plugin-import": "2.29.0",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-prettier": "5.0.1",
"hardhat": "^2.19.4",
"hardhat": "^2.22.1",
"mocha": "^9.2.1",
"prettier": "3.1.0",
"rimraf": "^3.0.2",
Expand All @@ -71,7 +71,7 @@
},
"peerDependencies": {
"@nomiclabs/hardhat-vyper": "^3.0.5",
"hardhat": "^2.19.4"
"hardhat": "^2.22.1"
},
"prettier": {
"tabWidth": 4,
Expand Down
Loading

0 comments on commit 3115107

Please sign in to comment.