-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(deps/types/clean): remove extraneous typings
- external @types/ are overridden by the package's own internal typings, so any @types/ packages on top of that are extraneous - and are usually deprecated too; all are in this case - execa has had its own typedefs since v2 - the @types/execa package is very dated at v0.9 - ora has had its own typedefs since v3.2 - so @types/ora v3.2 is just a stub - ansi-escapes has had its own typedefs since v4 - @types/ansi-escapes v4 is just a stub - camelcase has had its own typedefs since v5.2 - @types/camelcase v5.2 is just a stub - pin camelcase to v5.2+ from 5.0 to ensure it's a version with internal typings - ora also had an unnecessary internal re-declaration too - as did ansi-escapes and camelcase
- Loading branch information
Showing
3 changed files
with
13 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters