Update eslint package

This commit is contained in:
Michal Dorner 2022-06-09 22:36:15 +02:00
parent bdd8d7ab6c
commit 17e486d015
2 changed files with 516 additions and 755 deletions

1264
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -40,8 +40,8 @@
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@vercel/ncc": "^0.33.1",
"eslint": "^7.3.0",
"eslint-plugin-github": "^4.3.5",
"eslint": "^8.17.0",
"eslint-plugin-github": "^4.3.6",
"eslint-plugin-jest": "^22.21.0",
"jest": "^27.4.7",
"jest-circus": "^27.4.6",
@ -49,8 +49,5 @@
"prettier": "^2.0.5",
"ts-jest": "^27.1.3",
"typescript": "^3.9.3"
},
"jest": {
"testEnvironment": "node"
}
}