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
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/support-resources",
"version": "0.6.0",
"version": "0.7.0",
"main": "src/index.ts",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
@@ -14,7 +14,7 @@
"_phase:validate": "compile validate"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.6.0",
"@hcengineering/platform-rig": "^0.7.10",
"svelte-loader": "^3.2.0",
"sass": "^1.53.0",
"svelte-preprocess": "^5.1.3",
@@ -36,11 +36,11 @@
"svelte-eslint-parser": "^0.33.1"
},
"dependencies": {
"@hcengineering/core": "^0.6.32",
"@hcengineering/platform": "^0.6.11",
"@hcengineering/presentation": "^0.6.3",
"@hcengineering/support": "^0.6.5",
"@hcengineering/ui": "^0.6.15",
"@hcengineering/core": "^0.7.3",
"@hcengineering/platform": "^0.7.3",
"@hcengineering/presentation": "^0.7.0",
"@hcengineering/support": "^0.7.0",
"@hcengineering/ui": "^0.7.0",
"svelte": "^4.2.20"
},
"repository": "https://github.com/hcengineering/platform",