mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-26 19:44:57 +02:00
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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hcengineering/text-editor-resources",
|
||||
"version": "0.6.0",
|
||||
"version": "0.7.0",
|
||||
"main": "src/index.ts",
|
||||
"author": "Hardcore Engineering Inc.",
|
||||
"license": "EPL-2.0",
|
||||
@@ -16,7 +16,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",
|
||||
@@ -39,22 +39,22 @@
|
||||
"svelte-eslint-parser": "^0.33.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hcengineering/platform": "^0.6.11",
|
||||
"@hcengineering/platform": "^0.7.3",
|
||||
"svelte": "^4.2.20",
|
||||
"@hcengineering/ui": "^0.6.15",
|
||||
"@hcengineering/analytics": "^0.6.0",
|
||||
"@hcengineering/presentation": "^0.6.3",
|
||||
"@hcengineering/core": "^0.6.32",
|
||||
"@hcengineering/highlight": "^0.6.0",
|
||||
"@hcengineering/view": "^0.6.13",
|
||||
"@hcengineering/text": "^0.6.5",
|
||||
"@hcengineering/text-editor": "^0.6.0",
|
||||
"@hcengineering/collaborator-client": "^0.6.4",
|
||||
"@hcengineering/contact": "^0.6.24",
|
||||
"@hcengineering/presence": "^0.6.0",
|
||||
"@hcengineering/text-markdown": "^0.6.0",
|
||||
"@hcengineering/text-ydoc": "^0.6.0",
|
||||
"@hcengineering/emoji": "^0.6.0",
|
||||
"@hcengineering/ui": "^0.7.0",
|
||||
"@hcengineering/analytics": "^0.7.3",
|
||||
"@hcengineering/presentation": "^0.7.0",
|
||||
"@hcengineering/core": "^0.7.3",
|
||||
"@hcengineering/highlight": "^0.7.0",
|
||||
"@hcengineering/view": "^0.7.0",
|
||||
"@hcengineering/text": "^0.7.3",
|
||||
"@hcengineering/text-editor": "^0.7.0",
|
||||
"@hcengineering/collaborator-client": "^0.7.3",
|
||||
"@hcengineering/contact": "^0.7.0",
|
||||
"@hcengineering/presence": "^0.7.0",
|
||||
"@hcengineering/text-markdown": "^0.7.3",
|
||||
"@hcengineering/text-ydoc": "^0.7.3",
|
||||
"@hcengineering/emoji": "^0.7.0",
|
||||
"@tiptap/core": "^2.11.7",
|
||||
"@tiptap/pm": "^2.11.7",
|
||||
"@tiptap/extension-code-block-lowlight": "^2.11.7",
|
||||
@@ -95,13 +95,13 @@
|
||||
"y-indexeddb": "^9.0.12",
|
||||
"lowlight": "^3.3.0",
|
||||
"mermaid": "^11.12.0",
|
||||
"@hcengineering/theme": "^0.6.5",
|
||||
"@hcengineering/theme": "^0.7.0",
|
||||
"tippy.js": "~6.3.7",
|
||||
"@hcengineering/chunter": "^0.6.20",
|
||||
"@hcengineering/chunter": "^0.7.0",
|
||||
"@tiptap/extension-text-align": "~2.11.0",
|
||||
"@hcengineering/workbench": "^0.6.16",
|
||||
"@hcengineering/drive": "^0.6.0",
|
||||
"@hcengineering/time": "^0.6.0",
|
||||
"@hcengineering/rank": "^0.6.4"
|
||||
"@hcengineering/workbench": "^0.7.0",
|
||||
"@hcengineering/drive": "^0.7.0",
|
||||
"@hcengineering/time": "^0.7.0",
|
||||
"@hcengineering/rank": "^0.7.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user