chore: explicitly declare used dependencies - #6670
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## unstable #6670 +/- ##
=========================================
Coverage 61.81% 61.81%
=========================================
Files 556 556
Lines 59050 59050
Branches 1898 1898
=========================================
Hits 36502 36502
Misses 22505 22505
Partials 43 43 |
Performance Report鉁旓笍 no performance regression detected Full benchmark results
|
not used by utils package, it explicitly just imports the types which are installed as dev dep lodestar/packages/utils/package.json Line 50 in ae984f0 if anything we would just install the the types as dependency, or alternatively list it as a peer dependency. See #6441 (comment) why I went with just adding it as dev dependency. |
|
Also if you look at |
|
Hmm right, I was confused due to some error related to using |
Motivation
List all dependencies used by projects.
yargsis used inutils, but not defined in the associatedpackage.json.