From f319b3095d84acf0c426df6bc1a1b62d975d07e2 Mon Sep 17 00:00:00 2001 From: Soham Zemse <22412996+zemse@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:33:39 +0530 Subject: [PATCH] Update hardhat peer dependency version range --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e8c47f8..2f7c67c 100644 --- a/package.json +++ b/package.json @@ -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", @@ -53,7 +53,7 @@ }, "peerDependencies": { "chai": "4.x", - "hardhat": ">=2.16 <3.x" + "hardhat": ">=2.16 <2.21.0" }, "dependencies": { "chalk": "^4.1.2", diff --git a/yarn.lock b/yarn.lock index 7e9431d..98328e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"