Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
fde01d46
Unverified
Commit
fde01d46
authored
Mar 04, 2022
by
Matthew Slipper
Committed by
GitHub
Mar 04, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2255 from ethereum-optimism/sc/ct-rm-yargs
fix(ct): remove yargs as unused dep
parents
14b7c164
b7c0a5ca
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
khaki-chefs-call.md
.changeset/khaki-chefs-call.md
+5
-0
.depcheckrc
packages/contracts/.depcheckrc
+0
-1
package.json
packages/contracts/package.json
+1
-2
No files found.
.changeset/khaki-chefs-call.md
0 → 100644
View file @
fde01d46
---
'
@eth-optimism/contracts'
:
patch
---
Remove yargs as a contracts dependency (unused)
packages/contracts/.depcheckrc
View file @
fde01d46
...
@@ -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",
]
]
packages/contracts/package.json
View file @
fde01d46
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment