Use direct typescript dependency to prevent 'compile ui' errors (#4691)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-02-19 10:14:12 +07:00
committed by GitHub
parent 9e77c2d3e4
commit c2f77c3fe8
84 changed files with 477 additions and 396 deletions
+2 -1
View File
@@ -26,7 +26,8 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5",
"prettier-plugin-svelte": "^3.1.0"
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
"@hcengineering/platform": "^0.6.9",