chore: eslint@9

This commit is contained in:
Jeff Dickey 2024-07-29 12:40:52 -05:00
parent da1c427f6e
commit b0dcf03524
No known key found for this signature in database
GPG key ID: 584DADE86724B407
2 changed files with 158 additions and 453 deletions

603
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -36,11 +36,10 @@
"@actions/glob": "^0.4.0"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^28.0.0",
"eslint-plugin-jsonc": "^2.11.2",
@ -49,7 +48,6 @@
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "^3.1.1",
"prettier-eslint": "^16.2.0",
"typescript": "^5.3.3"
"typescript": "^5.5.4"
}
}