Upgrade eslint and components

This commit is contained in:
Lucid Kobold
2023-12-15 14:55:36 -05:00
parent e530976583
commit ea887ea6f1
2 changed files with 76 additions and 76 deletions

View File

@@ -34,11 +34,11 @@
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
"@types/react-redux": "^7.1.33",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-config-next": "<13.4.9",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",