Skip to content

Commit 9cb72eb

Browse files
fix(deps): update dependency @typechain/hardhat to v9
1 parent a4099bd commit 9cb72eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@openzeppelin/contracts-upgradeable": "^4.4.2",
5353
"@openzeppelin/hardhat-upgrades": "^1.22.1",
5454
"@typechain/ethers-v5": "^11.0.0",
55-
"@typechain/hardhat": "^7.0.0",
55+
"@typechain/hardhat": "^9.0.0",
5656
"@uniswap/v2-core": "^1.0.1",
5757
"@uniswap/v2-periphery": "^1.1.0-beta.0",
5858
"solhint": "^4.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,10 +1270,10 @@
12701270
lodash "^4.17.15"
12711271
ts-essentials "^7.0.1"
12721272

1273-
"@typechain/hardhat@^7.0.0":
1274-
version "7.0.0"
1275-
resolved "https://registry.yarnpkg.com/@typechain/hardhat/-/hardhat-7.0.0.tgz#ffa7465328150e793007fee616ae7b76ed20784d"
1276-
integrity sha512-XB79i5ewg9Met7gMVGfgVkmypicbnI25T5clJBEooMoW2161p4zvKFpoS2O+lBppQyMrPIZkdvl2M3LMDayVcA==
1273+
"@typechain/hardhat@^9.0.0":
1274+
version "9.1.0"
1275+
resolved "https://registry.yarnpkg.com/@typechain/hardhat/-/hardhat-9.1.0.tgz#6985015f01dfb37ef2ca8a29c742d05890351ddc"
1276+
integrity sha512-mtaUlzLlkqTlfPwB3FORdejqBskSnh+Jl8AIJGjXNAQfRQ4ofHADPl1+oU7Z3pAJzmZbUXII8MhOLQltcHgKnA==
12771277
dependencies:
12781278
fs-extra "^9.1.0"
12791279

0 commit comments

Comments
 (0)