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/figures/package.json generated vendored
View file

@ -1,7 +1,7 @@
{
"name": "figures",
"version": "3.2.0",
"description": "Unicode symbols with Windows CMD fallbacks",
"version": "4.0.0",
"description": "Unicode symbols with fallbacks for older terminals",
"license": "MIT",
"repository": "sindresorhus/figures",
"funding": "https://github.com/sponsors/sindresorhus",
@ -10,12 +10,13 @@
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=8"
"node": ">=12"
},
"scripts": {
"test": "xo && ava && tsd",
"make": "./makefile.js"
"test": "xo && ava && tsd"
},
"files": [
"index.js",
@ -34,12 +35,13 @@
"fallback"
],
"dependencies": {
"escape-string-regexp": "^1.0.5"
"escape-string-regexp": "^5.0.0",
"is-unicode-supported": "^1.0.0"
},
"devDependencies": {
"ava": "^1.4.1",
"markdown-table": "^1.1.2",
"tsd": "^0.7.2",
"xo": "^0.24.0"
"ava": "^3.15.0",
"tsd": "^0.17.0",
"typescript": "^4.3.5",
"xo": "^0.40.3"
}
}