Skip to content

Commit

Permalink
Bump hardhat from 2.14.0 to 2.17.3
Browse files Browse the repository at this point in the history
Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.14.0 to 2.17.3.
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](https://github.com/nomiclabs/hardhat/compare/[email protected]@2.17.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 15, 2023
1 parent d705951 commit 15cd4ad
Show file tree
Hide file tree
Showing 13 changed files with 115 additions and 177 deletions.
2 changes: 1 addition & 1 deletion examples/basic-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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.14.0",
"hardhat": "^2.17.3",
"ethers": "~5.7.2",
"zksync-web3": "^0.14.3",
"@matterlabs/zksync-contracts": "^0.6.1",
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 @@ -32,7 +32,7 @@
"@matterlabs/hardhat-zksync-vyper": "link:../../packages/hardhat-zksync-vyper",
"@nomiclabs/hardhat-vyper": "^3.0.3",
"ethers": "~5.7.2",
"hardhat": "^2.14.0",
"hardhat": "^2.17.3",
"zksync-web3": "^0.14.3"
},
"prettier": {
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 @@ -22,7 +22,7 @@
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "3.4.0",
"hardhat": "^2.14.0",
"hardhat": "^2.17.3",
"prettier": "2.3.2",
"rimraf": "^3.0.2",
"ts-node": "^10.6.0",
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 @@ -31,7 +31,7 @@
"@matterlabs/hardhat-zksync-vyper": "link:../../packages/hardhat-zksync-vyper",
"@nomiclabs/hardhat-vyper": "^3.0.3",
"ethers": "~5.7.2",
"hardhat": "^2.14.0",
"hardhat": "^2.17.3",
"zksync-web3": "^0.14.3"
},
"prettier": {
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 @@ -53,7 +53,7 @@
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "4.0.0",
"ethers": "^5.7.2",
"hardhat": "^2.14.0",
"hardhat": "^2.17.3",
"mocha": "^10.1.0",
"prettier": "2.5.1",
"rimraf": "^3.0.2",
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 @@ -48,7 +48,7 @@
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "4.0.0",
"ethers": "~5.7.2",
"hardhat": "^2.14.0",
"hardhat": "^2.17.3",
"mocha": "^9.2.1",
"prettier": "2.5.1",
"rimraf": "^3.0.2",
Expand All @@ -58,7 +58,7 @@
},
"peerDependencies": {
"ethers": "~5.7.2",
"hardhat": "^2.14.0",
"hardhat": "^2.17.3",
"zksync-web3": "^0.14.3"
},
"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 @@ -53,15 +53,15 @@
"eslint-config-prettier": "8.4.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "4.0.0",
"hardhat": "^2.14.0",
"hardhat": "^2.17.3",
"mocha": "^9.2.1",
"prettier": "2.5.1",
"rimraf": "^3.0.2",
"ts-node": "^10.6.0",
"typescript": "^4.6.2"
},
"peerDependencies": {
"hardhat": "^2.14.0"
"hardhat": "^2.17.3"
},
"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 @@ -51,7 +51,7 @@
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "4.0.0",
"ethers": "^5.7.2",
"hardhat": "^2.14.0",
"hardhat": "^2.17.3",
"mocha": "^10.1.0",
"prettier": "2.5.1",
"rimraf": "^3.0.2",
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 @@ -55,7 +55,7 @@
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "4.0.0",
"ethers": "~5.7.2",
"hardhat": "^2.14.0",
"hardhat": "^2.17.3",
"mocha": "^10.2.0",
"prettier": "2.5.1",
"rimraf": "^3.0.2",
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 @@ -55,7 +55,7 @@
"eslint-config-prettier": "8.4.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "4.0.0",
"hardhat": "^2.14.0",
"hardhat": "^2.17.3",
"mocha": "^9.2.1",
"prettier": "2.5.1",
"rimraf": "^3.0.2",
Expand All @@ -64,7 +64,7 @@
"typescript": "^4.6.2"
},
"peerDependencies": {
"hardhat": "^2.14.0"
"hardhat": "^2.17.3"
},
"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 @@ -49,7 +49,7 @@
"eslint-config-prettier": "8.4.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "4.0.0",
"hardhat": "^2.14.0",
"hardhat": "^2.17.3",
"mocha": "^10.1.0",
"prettier": "2.5.1",
"rimraf": "^3.0.2",
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 @@ -56,7 +56,7 @@
"eslint-config-prettier": "8.4.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "4.0.0",
"hardhat": "^2.14.0",
"hardhat": "^2.17.3",
"mocha": "^9.2.1",
"prettier": "2.5.1",
"rimraf": "^3.0.2",
Expand All @@ -66,7 +66,7 @@
},
"peerDependencies": {
"@nomiclabs/hardhat-vyper": "^3.0.3",
"hardhat": "^2.14.0"
"hardhat": "^2.17.3"
},
"prettier": {
"tabWidth": 4,
Expand Down
Loading

0 comments on commit 15cd4ad

Please sign in to comment.