Skip to content

Commit

Permalink
Update hardhat peer dependency version range
Browse files Browse the repository at this point in the history
  • Loading branch information
zemse committed Mar 4, 2024
1 parent 4dc141c commit f319b30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/readable-stream": "^2.3.14",
"chai": "^4.3.7",
"dotenv": "^16.0.3",
"hardhat": "^2.19.4",
"hardhat": "^2.20.0",
"hardhat-deploy": "^0.11.25",
"mocha": "^7.1.2",
"prettier": "2.0.5",
Expand All @@ -53,7 +53,7 @@
},
"peerDependencies": {
"chai": "4.x",
"hardhat": ">=2.16 <3.x"
"hardhat": ">=2.16 <2.21.0"
},
"dependencies": {
"chalk": "^4.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2245,10 +2245,10 @@ hardhat-deploy@^0.11.25:
qs "^6.9.4"
zksync-web3 "^0.8.1"

hardhat@^2.19.4:
version "2.20.0"
resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.20.0.tgz#b28da8038fa5db0663a3b93668b261d3d4e7fb3d"
integrity sha512-TtWZ4mKOH5YA+PCDAGAjG7Gub2NA+egAX7RIHq5XnGrEALNXAbyP3S0I9vOE1MWCgZhn+XOFUNfDuHgkBOPoRw==
hardhat@^2.20.0:
version "2.20.1"
resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.20.1.tgz#3ad8f2b003a96c9ce80a55fec3575580ff2ddcd4"
integrity sha512-q75xDQiQtCZcTMBwjTovrXEU5ECr49baxr4/OBkIu/ULTPzlB20yk1dRWNmD2IFbAeAeXggaWvQAdpiScaHtPw==
dependencies:
"@ethersproject/abi" "^5.1.2"
"@metamask/eth-sig-util" "^4.0.0"
Expand Down

0 comments on commit f319b30

Please sign in to comment.