Commit 36972b6e authored by Indeavr's avatar Indeavr

fix: validateDocs now correctly ignores external libraries & moved to devDependencies

parent 50e18ddf
......@@ -61,9 +61,7 @@
"@eth-optimism/core-utils": "0.7.3",
"@ethersproject/abstract-provider": "^5.4.1",
"@ethersproject/abstract-signer": "^5.4.1",
"@ethersproject/hardware-wallets": "^5.4.0",
"@primitivefi/hardhat-dodoc": "^0.1.3",
"hardhat-output-validator": "^0.1.11"
"@ethersproject/hardware-wallets": "^5.4.0"
},
"devDependencies": {
"@codechecks/client": "^0.1.11",
......@@ -121,7 +119,9 @@
"ts-node": "^10.0.0",
"typechain": "^6.0.2",
"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": {
"ethers": "^5.4.5"
......
......@@ -8603,10 +8603,10 @@ hardhat-gas-reporter@^1.0.4:
eth-gas-reporter "^0.2.20"
sha1 "^1.1.1"
hardhat-output-validator@^0.1.11:
version "0.1.11"
resolved "https://registry.yarnpkg.com/hardhat-output-validator/-/hardhat-output-validator-0.1.11.tgz#e4d75e4e49cbbb7ef371068b5560d94c3f9b38e6"
integrity sha512-PNeppqU4JWLOUC2sOng/AEWEwSOP1LmTdGbFlMUhqAOh8baOrumMoIiz6i7er5LGnr7R0TxFizpiQYpKpX0Pmg==
hardhat-output-validator@^0.1.14:
version "0.1.14"
resolved "https://registry.yarnpkg.com/hardhat-output-validator/-/hardhat-output-validator-0.1.14.tgz#3cb9c34eba08637a623c8e07f47d4d17457a7d21"
integrity sha512-PXLpL1mXwllz5Rmp2sC9/GH147DwKTRHtpjmOddg3aZ2dTd/S843cg/hWaF+NOrMkJ7EYNzXk2XYbf510YUTdw==
dependencies:
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