Switch huly core (#10041)

* Switch to huly.core

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

* Fix build

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

---------

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-10-07 20:23:46 +05:00
committed by GitHub
parent dd74587eb0
commit 0a682d03e3
840 changed files with 9459 additions and 41815 deletions
+14 -14
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/qms-doc-import-tool",
"version": "0.1.0",
"version": "0.7.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -22,7 +22,7 @@
},
"devDependencies": {
"cross-env": "~7.0.3",
"@hcengineering/platform-rig": "^0.6.0",
"@hcengineering/platform-rig": "^0.7.10",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
@@ -43,18 +43,18 @@
"@types/domhandler": "^2.4.5"
},
"dependencies": {
"@hcengineering/controlled-documents": "^0.1.0",
"@hcengineering/account": "^0.6.0",
"@hcengineering/attachment": "^0.6.14",
"@hcengineering/contact": "^0.6.24",
"@hcengineering/core": "^0.6.32",
"@hcengineering/platform": "^0.6.11",
"@hcengineering/server-core": "^0.6.1",
"@hcengineering/server-storage": "^0.6.0",
"@hcengineering/server-token": "^0.6.11",
"@hcengineering/server-tool": "^0.6.0",
"@hcengineering/server-client": "^0.6.0",
"@hcengineering/collaborator-client": "^0.6.4",
"@hcengineering/controlled-documents": "^0.7.0",
"@hcengineering/account": "^0.7.0",
"@hcengineering/attachment": "^0.7.0",
"@hcengineering/contact": "^0.7.0",
"@hcengineering/core": "^0.7.3",
"@hcengineering/platform": "^0.7.3",
"@hcengineering/server-core": "^0.7.0",
"@hcengineering/server-storage": "^0.7.0",
"@hcengineering/server-token": "^0.7.0",
"@hcengineering/server-tool": "^0.7.0",
"@hcengineering/server-client": "^0.7.0",
"@hcengineering/collaborator-client": "^0.7.3",
"commander": "^8.1.0",
"domhandler": "^5.0.3",
"domutils": "^3.1.0",