Bump packages to fix linter
This commit is contained in:
parent
ed9506bbaf
commit
0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions
28
node_modules/@humanwhocodes/config-array/package.json
generated
vendored
28
node_modules/@humanwhocodes/config-array/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@humanwhocodes/config-array",
|
||||
"version": "0.5.0",
|
||||
"version": "0.11.8",
|
||||
"description": "Glob-based configuration matching.",
|
||||
"author": "Nicholas C. Zakas",
|
||||
"main": "api.js",
|
||||
|
|
@ -19,6 +19,7 @@
|
|||
"build": "rollup -c",
|
||||
"format": "nitpik",
|
||||
"lint": "eslint *.config.js src/*.js tests/*.js",
|
||||
"lint:fix": "eslint --fix *.config.js src/*.js tests/*.js",
|
||||
"prepublish": "npm run build",
|
||||
"test:coverage": "nyc --include src/*.js npm run test",
|
||||
"test": "mocha -r esm tests/ --recursive"
|
||||
|
|
@ -28,7 +29,6 @@
|
|||
},
|
||||
"lint-staged": {
|
||||
"*.js": [
|
||||
"nitpik",
|
||||
"eslint --fix --ignore-pattern '!.eslintrc.js'"
|
||||
]
|
||||
},
|
||||
|
|
@ -42,20 +42,20 @@
|
|||
"node": ">=10.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@humanwhocodes/object-schema": "^1.2.0",
|
||||
"@humanwhocodes/object-schema": "^1.2.1",
|
||||
"debug": "^4.1.1",
|
||||
"minimatch": "^3.0.4"
|
||||
"minimatch": "^3.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nitpik/javascript": "^0.3.3",
|
||||
"@nitpik/javascript": "0.4.0",
|
||||
"@nitpik/node": "0.0.5",
|
||||
"chai": "^4.2.0",
|
||||
"eslint": "^6.7.1",
|
||||
"esm": "^3.2.25",
|
||||
"lint-staged": "^10.2.8",
|
||||
"mocha": "^6.1.4",
|
||||
"nyc": "^14.1.1",
|
||||
"rollup": "^1.12.3",
|
||||
"yorkie": "^2.0.0"
|
||||
"chai": "4.3.7",
|
||||
"eslint": "8.29.0",
|
||||
"esm": "3.2.25",
|
||||
"lint-staged": "13.1.0",
|
||||
"mocha": "6.2.3",
|
||||
"nyc": "14.1.1",
|
||||
"rollup": "1.16.6",
|
||||
"yorkie": "2.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue