Bump dependencies
This commit is contained in:
parent
92c55db46f
commit
629d4e4890
2 changed files with 72 additions and 65 deletions
5
source/vendor/ansi-styles/index.d.ts
vendored
5
source/vendor/ansi-styles/index.d.ts
vendored
|
|
@ -187,4 +187,9 @@ declare const ansiStyles: {
|
|||
readonly codes: ReadonlyMap<number, number>;
|
||||
} & ForegroundColor & BackgroundColor & Modifier & ConvertColor;
|
||||
|
||||
declare const modifiers: readonly Modifier[];
|
||||
declare const foregroundColors: readonly ForegroundColor[];
|
||||
declare const backgroundColors: readonly BackgroundColor[];
|
||||
declare const colors: readonly Color[];
|
||||
|
||||
export default ansiStyles;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue