mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-22 16:27:22 +00: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:fix": "eslint --fix src",
|
||||||
"lint": "eslint src",
|
"lint": "eslint src",
|
||||||
"format": "format src",
|
"format": "format src",
|
||||||
"test": "jest --passWithNoTests --silent"
|
"test": ""
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cross-env": "~7.0.3",
|
"cross-env": "~7.0.3",
|
||||||
@ -25,7 +25,6 @@
|
|||||||
"@typescript-eslint/parser": "^6.11.0",
|
"@typescript-eslint/parser": "^6.11.0",
|
||||||
"eslint-config-standard-with-typescript": "^40.0.0",
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
||||||
"prettier": "^3.1.0",
|
"prettier": "^3.1.0",
|
||||||
"ts-node": "^10.8.0",
|
|
||||||
"typescript": "^5.2.2",
|
"typescript": "^5.2.2",
|
||||||
"jest": "^29.7.0",
|
"jest": "^29.7.0",
|
||||||
"ts-jest": "^29.1.1",
|
"ts-jest": "^29.1.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user