Skip to content

Commit 38cffd0

Browse files
fix(deps): update dependency @typechain/hardhat to v9
1 parent cd77acd commit 38cffd0

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": "^3.3.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,10 +1231,10 @@
12311231
lodash "^4.17.15"
12321232
ts-essentials "^7.0.1"
12331233

1234-
"@typechain/hardhat@^7.0.0":
1235-
version "7.0.0"
1236-
resolved "https://registry.yarnpkg.com/@typechain/hardhat/-/hardhat-7.0.0.tgz#ffa7465328150e793007fee616ae7b76ed20784d"
1237-
integrity sha512-XB79i5ewg9Met7gMVGfgVkmypicbnI25T5clJBEooMoW2161p4zvKFpoS2O+lBppQyMrPIZkdvl2M3LMDayVcA==
1234+
"@typechain/hardhat@^9.0.0":
1235+
version "9.0.0"
1236+
resolved "https://registry.yarnpkg.com/@typechain/hardhat/-/hardhat-9.0.0.tgz#c92d562566db9b933ac6899c0a0a2ae1871ad5c1"
1237+
integrity sha512-oCGRvcsryRHEDZ4KO2lenB7wdf8WMDS+f9KGcRFiQWcRLpWWD0ruBGRxNjzkTqyPLtgQ9MvZsXquAFPEw7gAEA==
12381238
dependencies:
12391239
fs-extra "^9.1.0"
12401240

0 commit comments

Comments
 (0)