chore(deps): update linters (#824)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-01-09 22:38:27 +09:00 committed by GitHub
parent ffa3183092
commit 16b8f766df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 468 additions and 294 deletions

748
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -59,19 +59,19 @@
"@types/jest": "^26.0.24",
"@types/js-yaml": "^4.0.5",
"@types/node": "~16",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vercel/ncc": "^0.36.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-prettier": "^3.3.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jest": "^24.7.0",
"eslint-plugin-prettier": "^3.4.1",
"husky": "^8.0.3",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"js-yaml": "^4.1.0",
"lint-staged": "^13.1.0",
"prettier": "2.2.1",
"prettier": "2.8.2",
"standard-version": "^9.1.1",
"ts-jest": "^26.5.6",
"typescript": "^4.2.3"