Commit 3163f09d authored by Indeavr's avatar Indeavr

fix (output-validator): added support for overloads

parent 36972b6e
...@@ -73,6 +73,7 @@ ...@@ -73,6 +73,7 @@
"@nomiclabs/hardhat-waffle": "^2.0.1", "@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "4.3.2", "@openzeppelin/contracts": "4.3.2",
"@openzeppelin/contracts-upgradeable": "4.3.2", "@openzeppelin/contracts-upgradeable": "4.3.2",
"@primitivefi/hardhat-dodoc": "^0.1.3",
"@typechain/ethers-v5": "^8.0.2", "@typechain/ethers-v5": "^8.0.2",
"@typechain/hardhat": "^3.0.0", "@typechain/hardhat": "^3.0.0",
"@types/chai": "^4.2.18", "@types/chai": "^4.2.18",
...@@ -101,6 +102,7 @@ ...@@ -101,6 +102,7 @@
"hardhat": "^2.3.0", "hardhat": "^2.3.0",
"hardhat-deploy": "^0.9.3", "hardhat-deploy": "^0.9.3",
"hardhat-gas-reporter": "^1.0.4", "hardhat-gas-reporter": "^1.0.4",
"hardhat-output-validator": "^0.1.17",
"istanbul": "^0.4.5", "istanbul": "^0.4.5",
"lint-staged": "11.0.0", "lint-staged": "11.0.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
...@@ -119,9 +121,7 @@ ...@@ -119,9 +121,7 @@
"ts-node": "^10.0.0", "ts-node": "^10.0.0",
"typechain": "^6.0.2", "typechain": "^6.0.2",
"typescript": "^4.3.5", "typescript": "^4.3.5",
"yargs": "^16.2.0", "yargs": "^16.2.0"
"@primitivefi/hardhat-dodoc": "^0.1.3",
"hardhat-output-validator": "^0.1.14"
}, },
"peerDependencies": { "peerDependencies": {
"ethers": "^5.4.5" "ethers": "^5.4.5"
......
...@@ -8603,10 +8603,10 @@ hardhat-gas-reporter@^1.0.4: ...@@ -8603,10 +8603,10 @@ hardhat-gas-reporter@^1.0.4:
eth-gas-reporter "^0.2.20" eth-gas-reporter "^0.2.20"
sha1 "^1.1.1" sha1 "^1.1.1"
hardhat-output-validator@^0.1.14: hardhat-output-validator@^0.1.17:
version "0.1.14" version "0.1.17"
resolved "https://registry.yarnpkg.com/hardhat-output-validator/-/hardhat-output-validator-0.1.14.tgz#3cb9c34eba08637a623c8e07f47d4d17457a7d21" resolved "https://registry.yarnpkg.com/hardhat-output-validator/-/hardhat-output-validator-0.1.17.tgz#dd8422d651c80bf5ba61089916ad3783a1e9fad3"
integrity sha512-PXLpL1mXwllz5Rmp2sC9/GH147DwKTRHtpjmOddg3aZ2dTd/S843cg/hWaF+NOrMkJ7EYNzXk2XYbf510YUTdw== integrity sha512-1PqFV+5hCJcFs7wWJ5sPK/TPQGEB0HEpEVoIUZqyW0tChpzjQsxUMYS2mV6FLIi1YjYCJOqmEnupSWXAYdBfvw==
dependencies: dependencies:
chalk "^4.1.2" chalk "^4.1.2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment