Bump packages to fix linter
This commit is contained in:
parent
ed9506bbaf
commit
0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions
30
node_modules/eslint-plugin-github/package.json
generated
vendored
30
node_modules/eslint-plugin-github/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eslint-plugin-github",
|
||||
"version": "4.2.0",
|
||||
"version": "4.6.0",
|
||||
"description": "An opinionated collection of ESLint shared configs and rules used by GitHub.",
|
||||
"main": "lib/index.js",
|
||||
"entries": [
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
"scripts": {
|
||||
"pretest": "mkdir -p node_modules/ && ln -fs $(pwd) node_modules/",
|
||||
"eslint-check": "eslint-config-prettier .eslintrc.js",
|
||||
"test": "npm run eslint-check && eslint . && mocha tests/"
|
||||
"test": "npm run eslint-check && eslint . && mocha tests/**/*.js tests/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
@ -25,22 +25,27 @@
|
|||
},
|
||||
"homepage": "https://github.com/github/eslint-plugin-github#readme",
|
||||
"dependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^4.20.0",
|
||||
"@typescript-eslint/parser": "^4.20.0",
|
||||
"@github/browserslist-config": "^1.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
||||
"@typescript-eslint/parser": "^5.1.0",
|
||||
"eslint-config-prettier": ">=8.0.0",
|
||||
"eslint-plugin-escompat": "^3.3.3",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-filenames": "^1.3.2",
|
||||
"eslint-plugin-i18n-text": "^1.0.1",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-no-only-tests": "^2.6.0",
|
||||
"eslint-plugin-prettier": "^3.3.1",
|
||||
"eslint-plugin-import": "^2.25.2",
|
||||
"eslint-plugin-jsx-a11y": "^6.6.0",
|
||||
"eslint-plugin-no-only-tests": "^3.0.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-rule-documentation": ">=1.0.0",
|
||||
"jsx-ast-utils": "^3.3.2",
|
||||
"prettier": "^2.2.1",
|
||||
"svg-element-attributes": "^1.3.1"
|
||||
},
|
||||
"prettier": "@github/prettier-config",
|
||||
"browserslist": "@github/browserslist-config",
|
||||
"peerDependencies": {
|
||||
"eslint": "^7.23.0"
|
||||
"eslint": "^8.0.1"
|
||||
},
|
||||
"files": [
|
||||
"bin/*",
|
||||
|
|
@ -48,10 +53,9 @@
|
|||
],
|
||||
"devDependencies": {
|
||||
"@github/prettier-config": "0.0.4",
|
||||
"eslint": "7.23.0",
|
||||
"eslint-plugin-eslint-plugin": "^2.3.0",
|
||||
"eslint-visitor-keys": "^2.0.0",
|
||||
"globals": "^13.7.0",
|
||||
"mocha": "^8.3.2"
|
||||
"chai": "^4.3.6",
|
||||
"eslint": "^8.0.1",
|
||||
"eslint-plugin-eslint-plugin": "^5.0.0",
|
||||
"mocha": "^10.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue