Bump dependencies

This commit is contained in:
LitoMore 2022-10-10 00:34:32 +08:00
parent 92c55db46f
commit 629d4e4890
No known key found for this signature in database
GPG key ID: B8653F9344667340
2 changed files with 72 additions and 65 deletions

View file

@ -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;