Upgrade Ava to v4

This commit is contained in:
Henry Mercer 2022-02-01 18:01:11 +00:00
parent 9a40cc5274
commit ce89f1b611
1153 changed files with 27264 additions and 95308 deletions

22
node_modules/slice-ansi/package.json generated vendored
View file

@ -1,11 +1,14 @@
{
"name": "slice-ansi",
"version": "3.0.0",
"version": "5.0.0",
"description": "Slice a string with ANSI escape codes",
"license": "MIT",
"repository": "chalk/slice-ansi",
"funding": "https://github.com/chalk/slice-ansi?sponsor=1",
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=8"
"node": ">=12"
},
"scripts": {
"test": "xo && ava"
@ -37,15 +40,14 @@
"text"
],
"dependencies": {
"ansi-styles": "^4.0.0",
"astral-regex": "^2.0.0",
"is-fullwidth-code-point": "^3.0.0"
"ansi-styles": "^6.0.0",
"is-fullwidth-code-point": "^4.0.0"
},
"devDependencies": {
"ava": "^2.1.0",
"chalk": "^2.4.2",
"random-item": "^3.0.0",
"strip-ansi": "^5.0.0",
"xo": "^0.24.0"
"ava": "^3.15.0",
"chalk": "^4.1.0",
"random-item": "^4.0.0",
"strip-ansi": "^7.0.0",
"xo": "^0.38.2"
}
}