[fix] Fixed dependencies

This commit is contained in:
ITQ
2024-04-01 01:02:49 +03:00
parent 817f4c3e3f
commit 1c037c4b6f
3 changed files with 1985 additions and 204 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
with:
node-version: '18'
- name: Install dependencies
run: cd frontend && npm install --save-dev
run: cd frontend && npm install
- name: Linting
run: cd frontend && npm run lint
+1982 -203
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -50,6 +50,8 @@
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "19.0.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",