Commit fde01d46 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #2255 from ethereum-optimism/sc/ct-rm-yargs

fix(ct): remove yargs as unused dep
parents 14b7c164 b7c0a5ca
---
'@eth-optimism/contracts': patch
---
Remove yargs as a contracts dependency (unused)
...@@ -6,5 +6,4 @@ ignores: [ ...@@ -6,5 +6,4 @@ ignores: [
"prettier-plugin-solidity", "prettier-plugin-solidity",
"solhint-plugin-prettier", "solhint-plugin-prettier",
"ts-generator", "ts-generator",
"yargs",
] ]
...@@ -119,8 +119,7 @@ ...@@ -119,8 +119,7 @@
"ts-generator": "0.0.8", "ts-generator": "0.0.8",
"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"
}, },
"peerDependencies": { "peerDependencies": {
"ethers": "^5" "ethers": "^5"
......
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