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

20
node_modules/matcher/package.json generated vendored
View file

@ -1,16 +1,19 @@
{
"name": "matcher",
"version": "3.0.0",
"version": "5.0.0",
"description": "Simple wildcard matching",
"license": "MIT",
"repository": "sindresorhus/matcher",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=10"
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"scripts": {
"test": "xo && ava && tsd",
@ -38,17 +41,12 @@
"minimatch"
],
"dependencies": {
"escape-string-regexp": "^4.0.0"
"escape-string-regexp": "^5.0.0"
},
"devDependencies": {
"ava": "^2.4.0",
"ava": "^3.15.0",
"matcha": "^0.7.0",
"tsd": "^0.11.0",
"xo": "^0.30.0"
},
"xo": {
"rules": {
"@typescript-eslint/member-ordering": "off"
}
"tsd": "^0.17.0",
"xo": "^0.45.0"
}
}