Bump packages to fix linter

This commit is contained in:
Henry Mercer 2023-01-18 20:50:03 +00:00
parent ed9506bbaf
commit 0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions

2
node_modules/figures/index.js generated vendored
View file

@ -216,7 +216,7 @@ export const mainSymbols = {
tick: '✔',
info: '',
warning: '⚠',
cross: '',
cross: '',
squareSmall: '◻',
squareSmallFilled: '◼',
circle: '◯',

11
node_modules/figures/package.json generated vendored
View file

@ -1,6 +1,6 @@
{
"name": "figures",
"version": "4.0.1",
"version": "5.0.0",
"description": "Unicode symbols with fallbacks for older terminals",
"license": "MIT",
"repository": "sindresorhus/figures",
@ -13,7 +13,7 @@
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=12"
"node": ">=14"
},
"scripts": {
"test": "xo && ava && tsd"
@ -39,9 +39,8 @@
"is-unicode-supported": "^1.2.0"
},
"devDependencies": {
"ava": "^4.1.0",
"tsd": "^0.19.1",
"typescript": "^4.6.3",
"xo": "^0.48.0"
"ava": "^4.3.1",
"tsd": "^0.22.0",
"xo": "^0.51.0"
}
}

7
node_modules/figures/readme.md generated vendored
View file

@ -10,8 +10,8 @@ Terminals such as Windows Console Host (and CMD) only support a [limited charact
## Install
```
$ npm install figures
```sh
npm install figures
```
## Usage
@ -62,7 +62,6 @@ Type: `string`
String where the Unicode symbols will be replaced with fallback symbols depending on the terminal.
## Figures
`Fallback` characters are only shown when they differ from the `Main` ones.
@ -72,7 +71,7 @@ String where the Unicode symbols will be replaced with fallback symbols dependin
| tick | `✔` | `√` |
| info | `` | `i` |
| warning | `⚠` | `‼` |
| cross | `` | `×` |
| cross | `` | `×` |
| square | `█` | |
| squareSmall | `◻` | `□` |
| squareSmallFilled | `◼` | `■` |