Upgrade eslint TS parser, config next, plugin TS.

This commit is contained in:
Lucid Kobold
2023-06-18 12:32:34 -04:00
parent 2b2c0f3b89
commit e8a528e73c
2 changed files with 95 additions and 95 deletions

View File

@@ -34,10 +34,10 @@
"@types/node": "^20.2.5",
"@types/react": "^18.2.9",
"@types/react-redux": "^7.1.25",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.4",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.6",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",