Skip to content

Commit b8da7d2

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

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
@@ -1269,10 +1269,10 @@
12691269
lodash "^4.17.15"
12701270
ts-essentials "^7.0.1"
12711271

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

0 commit comments

Comments
 (0)