@umoteam/editor 1.1.1 → 1.2.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umoteam/editor",
3
- "version": "1.1.1",
3
+ "version": "1.2.0-beta.0",
4
4
  "description": "Umo Editor 是一个基于 Vue3 适合于国人使用的本土化开源文档编辑器。Umo Editor 提供完善的文档编辑能力,支持 Markdown 语法,支持基础的富文本编辑功能,支持多种插入多种格式的节点类型、提供了多种类型的实用工具,并支持设置页面的样式,支持导出多种类型的格式。",
5
5
  "keywords": [
6
6
  "umo editor",
@@ -43,39 +43,40 @@
43
43
  "format": "prettier --write src/",
44
44
  "build": "vite build",
45
45
  "build:all": "vite build && vite build --config vite.config.umd.js",
46
- "publish": "npm run build:all && npm publish"
46
+ "npm:publish": "npm run build:all && npm publish"
47
47
  },
48
48
  "dependencies": {
49
49
  "@humanwhocodes/object-schema": "^2.0.3",
50
50
  "@imgly/background-removal": "1.4.5",
51
51
  "@sereneinserenade/tiptap-search-and-replace": "^0.1.1",
52
- "@tiptap-pro/extension-invisible-characters": "^2.8.6",
53
- "@tiptap-pro/extension-mathematics": "^2.8.6",
54
- "@tiptap-pro/extension-table-of-contents": "^2.8.6",
55
- "@tiptap/extension-bubble-menu": "^2.3.2",
56
- "@tiptap/extension-character-count": "^2.3.2",
57
- "@tiptap/extension-color": "^2.3.2",
58
- "@tiptap/extension-font-family": "^2.3.2",
59
- "@tiptap/extension-highlight": "^2.3.2",
60
- "@tiptap/extension-horizontal-rule": "^2.3.2",
61
- "@tiptap/extension-image": "^2.3.2",
62
- "@tiptap/extension-link": "^2.3.2",
63
- "@tiptap/extension-placeholder": "^2.3.2",
64
- "@tiptap/extension-subscript": "^2.3.2",
65
- "@tiptap/extension-superscript": "^2.3.2",
66
- "@tiptap/extension-table": "^2.3.2",
67
- "@tiptap/extension-table-cell": "^2.3.2",
68
- "@tiptap/extension-table-header": "^2.3.2",
69
- "@tiptap/extension-table-row": "^2.3.2",
70
- "@tiptap/extension-task-item": "^2.3.2",
71
- "@tiptap/extension-task-list": "^2.3.2",
72
- "@tiptap/extension-text-align": "^2.3.2",
73
- "@tiptap/extension-text-style": "^2.3.2",
74
- "@tiptap/extension-typography": "^2.3.2",
75
- "@tiptap/extension-underline": "^2.3.2",
76
- "@tiptap/pm": "^2.3.2",
77
- "@tiptap/starter-kit": "^2.3.2",
78
- "@tiptap/vue-3": "^2.3.2",
52
+ "@tiptap-pro/extension-invisible-characters": "^2.8.7",
53
+ "@tiptap-pro/extension-mathematics": "^2.8.7",
54
+ "@tiptap-pro/extension-table-of-contents": "^2.8.7",
55
+ "@tiptap/extension-bubble-menu": "^2.4.0",
56
+ "@tiptap/extension-character-count": "^2.4.0",
57
+ "@tiptap/extension-color": "^2.4.0",
58
+ "@tiptap/extension-font-family": "^2.4.0",
59
+ "@tiptap/extension-highlight": "^2.4.0",
60
+ "@tiptap/extension-horizontal-rule": "^2.4.0",
61
+ "@tiptap/extension-image": "^2.4.0",
62
+ "@tiptap/extension-link": "^2.4.0",
63
+ "@tiptap/extension-placeholder": "^2.4.0",
64
+ "@tiptap/extension-subscript": "^2.4.0",
65
+ "@tiptap/extension-superscript": "^2.4.0",
66
+ "@tiptap/extension-table": "^2.4.0",
67
+ "@tiptap/extension-table-cell": "^2.4.0",
68
+ "@tiptap/extension-table-header": "^2.4.0",
69
+ "@tiptap/extension-table-row": "^2.4.0",
70
+ "@tiptap/extension-task-item": "^2.4.0",
71
+ "@tiptap/extension-task-list": "^2.4.0",
72
+ "@tiptap/extension-text-align": "^2.4.0",
73
+ "@tiptap/extension-text-style": "^2.4.0",
74
+ "@tiptap/extension-typography": "^2.4.0",
75
+ "@tiptap/extension-underline": "^2.4.0",
76
+ "@tiptap/pm": "^2.4.0",
77
+ "@tiptap/starter-kit": "^2.4.0",
78
+ "@tiptap/vue-3": "^2.4.0",
79
+ "@umoteam/editor-external": "^1.0.3",
79
80
  "@vue-monaco/editor": "^0.0.6",
80
81
  "@vueuse/core": "^10.9.0",
81
82
  "dom-to-image-more": "^3.3.0",
@@ -85,7 +86,7 @@
85
86
  "hotkeys-js": "^3.13.7",
86
87
  "jsbarcode": "^3.11.6",
87
88
  "katex": "^0.16.10",
88
- "mermaid": "^10.9.0",
89
+ "mermaid": "^10.9.1",
89
90
  "nzh": "^1.0.12",
90
91
  "plyr": "^3.7.8",
91
92
  "pretty-bytes": "^6.1.1",
@@ -93,20 +94,20 @@
93
94
  "prismjs": "^1.29.0",
94
95
  "qrcode-svg": "^1.1.0",
95
96
  "svg64": "^2.0.0",
96
- "tdesign-vue-next": "^1.9.4",
97
+ "tdesign-vue-next": "^1.9.5",
97
98
  "vue": "^3.4.27",
98
99
  "vue-esign": "^1.1.4"
99
100
  },
100
101
  "devDependencies": {
101
102
  "@vitejs/plugin-vue": "^5.0.4",
102
103
  "@vue/eslint-config-prettier": "^9.0.0",
103
- "eslint": "^9.2.0",
104
+ "eslint": "^9.3.0",
104
105
  "eslint-plugin-vue": "^9.26.0",
105
106
  "less": "^4.2.0",
106
107
  "less-loader": "^12.2.0",
107
108
  "prettier": "^3.2.5",
108
109
  "terser": "^5.31.0",
109
- "unplugin-auto-import": "^0.17.5",
110
+ "unplugin-auto-import": "^0.17.6",
110
111
  "unplugin-vue-components": "^0.27.0",
111
112
  "unplugin-vue-macros": "^2.9.2",
112
113
  "vite": "^5.2.11",