Skip to content

Commit bccf725

Browse files
fix(deps): update dependency @typechain/hardhat to v9
1 parent a108c37 commit bccf725

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
@@ -1271,10 +1271,10 @@
12711271
lodash "^4.17.15"
12721272
ts-essentials "^7.0.1"
12731273

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

0 commit comments

Comments
 (0)