Skip to content

Commit

Permalink
fix(deps): update dependency @typechain/ethers-v5 to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 31, 2023
1 parent 6484eee commit a2dd702
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@devprotocol/protocol-v2": "^0.6.0",
"@openzeppelin/contracts-upgradeable": "^4.4.2",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"@typechain/ethers-v5": "^9.0.0",
"@typechain/ethers-v5": "^11.0.0",
"@typechain/hardhat": "^2.3.0",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@uniswap/v3-periphery": "^1.4.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1390,21 +1390,21 @@
lodash "^4.17.15"
ts-essentials "^7.0.1"

"@typechain/ethers-v5@^11.0.0":
version "11.1.1"
resolved "https://registry.yarnpkg.com/@typechain/ethers-v5/-/ethers-v5-11.1.1.tgz#23a358135a302140cf89a186592464dd6bbf1f98"
integrity sha512-D9WyUrCJ4Z5Gg8T00HWLpuqn1CqSDXlCiUOOpLaWoCbnZrE2jSIOUwR9blBZNo6LE5058e3niVu6xk205Et7tg==
dependencies:
lodash "^4.17.15"
ts-essentials "^7.0.1"

"@typechain/ethers-v5@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@typechain/ethers-v5/-/ethers-v5-2.0.0.tgz#cd3ca1590240d587ca301f4c029b67bfccd08810"
integrity sha512-0xdCkyGOzdqh4h5JSf+zoWx85IusEjDcPIwNEHP8mrWSnCae4rvrqB+/gtpdNfX7zjlFlZiMeePn2r63EI3Lrw==
dependencies:
ethers "^5.0.2"

"@typechain/ethers-v5@^9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@typechain/ethers-v5/-/ethers-v5-9.0.0.tgz#6aa93bea7425c0463bd8a61eea3643540ef851bd"
integrity sha512-bAanuPl1L2itaUdMvor/QvwnIH+TM/CmG00q17Ilv3ZZMeJ2j8HcarhgJUZ9pBY1teBb85P8cC03dz3mSSx+tQ==
dependencies:
lodash "^4.17.15"
ts-essentials "^7.0.1"

"@typechain/hardhat@^2.3.0":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@typechain/hardhat/-/hardhat-2.3.1.tgz#1e8a6e3795e115a5d5348526282b5c597fab0b78"
Expand Down

0 comments on commit a2dd702

Please sign in to comment.