mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-25 19:58:30 +03:00
QFIX: Remove unused deps (#4394)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
12d7ba0e1b
commit
3add9f69d8
@ -10,7 +10,7 @@
|
||||
"lint:fix": "eslint --fix src",
|
||||
"lint": "eslint src",
|
||||
"format": "format src",
|
||||
"test": "jest --passWithNoTests --silent"
|
||||
"test": ""
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "~7.0.3",
|
||||
@ -25,7 +25,6 @@
|
||||
"@typescript-eslint/parser": "^6.11.0",
|
||||
"eslint-config-standard-with-typescript": "^40.0.0",
|
||||
"prettier": "^3.1.0",
|
||||
"ts-node": "^10.8.0",
|
||||
"typescript": "^5.2.2",
|
||||
"jest": "^29.7.0",
|
||||
"ts-jest": "^29.1.1",
|
||||
|
Loading…
Reference in New Issue
Block a user