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
+10 -10
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/diffview-resources",
"version": "0.6.0",
"version": "0.7.0",
"main": "src/index.ts",
"author": "Copyright © Hardcore Engineering Inc.",
"license": "EPL-2.0",
@@ -19,7 +19,7 @@
"svelte-loader": "^3.2.0",
"sass": "^1.53.0",
"svelte-preprocess": "^5.1.3",
"@hcengineering/platform-rig": "^0.6.0",
"@hcengineering/platform-rig": "^0.7.10",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
@@ -39,14 +39,14 @@
},
"dependencies": {
"svelte": "^4.2.20",
"@hcengineering/core": "^0.6.32",
"@hcengineering/platform": "^0.6.11",
"@hcengineering/presentation": "^0.6.3",
"@hcengineering/ui": "^0.6.15",
"@hcengineering/view": "^0.6.13",
"@hcengineering/view-resources": "^0.6.0",
"@hcengineering/highlight": "^0.6.0",
"@hcengineering/diffview": "^0.6.0",
"@hcengineering/core": "^0.7.3",
"@hcengineering/platform": "^0.7.3",
"@hcengineering/presentation": "^0.7.0",
"@hcengineering/ui": "^0.7.0",
"@hcengineering/view": "^0.7.0",
"@hcengineering/view-resources": "^0.7.0",
"@hcengineering/highlight": "^0.7.0",
"@hcengineering/diffview": "^0.7.0",
"fast-equals": "^5.2.2",
"diff2html": "~3.4.35"
}