Bump packages to fix linter
This commit is contained in:
parent
ed9506bbaf
commit
0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions
69
node_modules/ava/package.json
generated
vendored
69
node_modules/ava/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ava",
|
||||
"version": "4.3.3",
|
||||
"version": "5.1.1",
|
||||
"description": "Node.js test runner that lets you develop with confidence.",
|
||||
"license": "MIT",
|
||||
"repository": "avajs/ava",
|
||||
|
|
@ -11,18 +11,18 @@
|
|||
"exports": {
|
||||
".": {
|
||||
"import": {
|
||||
"types": "./index.d.ts",
|
||||
"types": "./entrypoints/main.d.ts",
|
||||
"default": "./entrypoints/main.mjs"
|
||||
},
|
||||
"require": {
|
||||
"types": "./entrypoints/index.d.cts",
|
||||
"types": "./entrypoints/main.d.cts",
|
||||
"default": "./entrypoints/main.cjs"
|
||||
}
|
||||
},
|
||||
"./eslint-plugin-helper": "./entrypoints/eslint-plugin-helper.cjs",
|
||||
"./plugin": {
|
||||
"import": {
|
||||
"types": "./plugin.d.ts",
|
||||
"types": "./entrypoints/plugin.d.ts",
|
||||
"default": "./entrypoints/plugin.mjs"
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -33,18 +33,17 @@
|
|||
},
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": ">=12.22 <13 || >=14.17 <15 || >=16.4 <17 || >=18"
|
||||
"node": ">=14.19 <15 || >=16.15 <17 || >=18"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "c8 --report=none test-ava && c8 --report=none --no-clean tap && c8 report",
|
||||
"test": "xo && tsd && npm run -s cover"
|
||||
"test": "xo && tsc --noEmit && npm run -s cover"
|
||||
},
|
||||
"files": [
|
||||
"entrypoints",
|
||||
"lib",
|
||||
"types",
|
||||
"index.d.ts",
|
||||
"plugin.d.ts"
|
||||
"*.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"🦄",
|
||||
|
|
@ -82,17 +81,17 @@
|
|||
"typescript"
|
||||
],
|
||||
"dependencies": {
|
||||
"acorn": "^8.7.1",
|
||||
"acorn": "^8.8.1",
|
||||
"acorn-walk": "^8.2.0",
|
||||
"ansi-styles": "^6.1.0",
|
||||
"ansi-styles": "^6.2.1",
|
||||
"arrgv": "^1.0.2",
|
||||
"arrify": "^3.0.0",
|
||||
"callsites": "^4.0.0",
|
||||
"cbor": "^8.1.0",
|
||||
"chalk": "^5.0.1",
|
||||
"chalk": "^5.2.0",
|
||||
"chokidar": "^3.5.3",
|
||||
"chunkd": "^2.0.1",
|
||||
"ci-info": "^3.3.1",
|
||||
"ci-info": "^3.7.1",
|
||||
"ci-parallel-vars": "^1.0.1",
|
||||
"clean-yaml-object": "^0.1.0",
|
||||
"cli-truncate": "^3.1.0",
|
||||
|
|
@ -101,10 +100,10 @@
|
|||
"concordance": "^5.0.4",
|
||||
"currently-unhandled": "^0.4.1",
|
||||
"debug": "^4.3.4",
|
||||
"del": "^6.1.1",
|
||||
"emittery": "^0.11.0",
|
||||
"figures": "^4.0.1",
|
||||
"globby": "^13.1.1",
|
||||
"del": "^7.0.0",
|
||||
"emittery": "^1.0.1",
|
||||
"figures": "^5.0.0",
|
||||
"globby": "^13.1.3",
|
||||
"ignore-by-default": "^2.1.0",
|
||||
"indent-string": "^5.0.0",
|
||||
"is-error": "^2.2.2",
|
||||
|
|
@ -114,40 +113,40 @@
|
|||
"mem": "^9.0.2",
|
||||
"ms": "^2.1.3",
|
||||
"p-event": "^5.0.1",
|
||||
"p-map": "^5.4.0",
|
||||
"p-map": "^5.5.0",
|
||||
"picomatch": "^2.3.1",
|
||||
"pkg-conf": "^4.0.0",
|
||||
"plur": "^5.1.0",
|
||||
"pretty-ms": "^7.0.1",
|
||||
"pretty-ms": "^8.0.0",
|
||||
"resolve-cwd": "^3.0.0",
|
||||
"slash": "^3.0.0",
|
||||
"stack-utils": "^2.0.5",
|
||||
"stack-utils": "^2.0.6",
|
||||
"strip-ansi": "^7.0.1",
|
||||
"supertap": "^3.0.1",
|
||||
"temp-dir": "^2.0.0",
|
||||
"write-file-atomic": "^4.0.1",
|
||||
"yargs": "^17.5.1"
|
||||
"temp-dir": "^3.0.0",
|
||||
"write-file-atomic": "^5.0.0",
|
||||
"yargs": "^17.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ava/test": "github:avajs/test",
|
||||
"@ava/typescript": "^3.0.1",
|
||||
"@sinonjs/fake-timers": "^9.1.2",
|
||||
"ansi-escapes": "^5.0.0",
|
||||
"c8": "^7.11.3",
|
||||
"@sindresorhus/tsconfig": "^3.0.1",
|
||||
"ansi-escapes": "^6.0.0",
|
||||
"c8": "^7.12.0",
|
||||
"delay": "^5.0.0",
|
||||
"execa": "^6.1.0",
|
||||
"fs-extra": "^10.1.0",
|
||||
"fs-extra": "^11.1.0",
|
||||
"get-stream": "^6.0.1",
|
||||
"replace-string": "^4.0.0",
|
||||
"sinon": "^13.0.2",
|
||||
"tap": "^16.2.0",
|
||||
"sinon": "^15.0.1",
|
||||
"tap": "^16.3.3",
|
||||
"temp-write": "^5.0.0",
|
||||
"tempy": "^2.0.0",
|
||||
"tempy": "^3.0.0",
|
||||
"touch": "^3.1.0",
|
||||
"tsd": "^0.20.0",
|
||||
"typescript": "^4.7.2",
|
||||
"xo": "^0.49.0",
|
||||
"zen-observable": "^0.8.15"
|
||||
"tsd": "^0.25.0",
|
||||
"typescript": "^4.9.4",
|
||||
"xo": "^0.53.1",
|
||||
"zen-observable": "^0.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ava/typescript": "*"
|
||||
|
|
@ -158,7 +157,7 @@
|
|||
}
|
||||
},
|
||||
"volta": {
|
||||
"node": "18.3.0",
|
||||
"npm": "8.12.0"
|
||||
"node": "18.13.0",
|
||||
"npm": "9.3.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue