Updated eslint ts plugin and parser

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-02-22 13:52:49 +01:00
parent 3b4f7d1db3
commit 00a41e95f7

View File

@@ -43,8 +43,8 @@
"devDependencies": {
"@types/ms": "^0.7.34",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"ts-node": "^10.9.2",