@umoteam/editor 2.2.0 → 2.3.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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umoteam/editor",
3
- "version": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "Umo Editor is an open-source document editor based on Vue3. It offers comprehensive document editing capabilities, supports Markdown syntax, and basic rich-text editing functions. It also supports the insertion of various formatted node types, provides a variety of practical tools, and allows for page style customization. Additionally, it supports exporting in multiple formats, printing and print preview, document block editing, the addition of custom extensions, i18n settings, and dark mode support.",
5
5
  "keywords": [
6
6
  "umo editor",
@@ -50,34 +50,34 @@
50
50
  "@eslint/object-schema": "^2.1.4",
51
51
  "@imgly/background-removal": "1.5.3",
52
52
  "@sereneinserenade/tiptap-search-and-replace": "^0.1.1",
53
- "@tiptap-pro/extension-invisible-characters": "^2.10.2",
54
- "@tiptap-pro/extension-mathematics": "^2.10.2",
55
- "@tiptap-pro/extension-table-of-contents": "^2.10.2",
56
- "@tiptap/extension-bubble-menu": "^2.4.0",
57
- "@tiptap/extension-character-count": "^2.4.0",
58
- "@tiptap/extension-color": "^2.4.0",
59
- "@tiptap/extension-focus": "^2.4.0",
60
- "@tiptap/extension-font-family": "^2.4.0",
61
- "@tiptap/extension-highlight": "^2.4.0",
62
- "@tiptap/extension-horizontal-rule": "^2.4.0",
63
- "@tiptap/extension-image": "^2.4.0",
64
- "@tiptap/extension-link": "^2.4.0",
65
- "@tiptap/extension-placeholder": "^2.4.0",
66
- "@tiptap/extension-subscript": "^2.4.0",
67
- "@tiptap/extension-superscript": "^2.4.0",
68
- "@tiptap/extension-table": "^2.4.0",
69
- "@tiptap/extension-table-cell": "^2.4.0",
70
- "@tiptap/extension-table-header": "^2.4.0",
71
- "@tiptap/extension-table-row": "^2.4.0",
72
- "@tiptap/extension-task-item": "^2.4.0",
73
- "@tiptap/extension-task-list": "^2.4.0",
74
- "@tiptap/extension-text-align": "^2.4.0",
75
- "@tiptap/extension-text-style": "^2.4.0",
76
- "@tiptap/extension-typography": "^2.4.0",
77
- "@tiptap/extension-underline": "^2.4.0",
78
- "@tiptap/pm": "^2.4.0",
79
- "@tiptap/starter-kit": "^2.4.0",
80
- "@tiptap/vue-3": "^2.4.0",
53
+ "@tiptap-pro/extension-invisible-characters": "^2.10.3",
54
+ "@tiptap-pro/extension-mathematics": "^2.10.3",
55
+ "@tiptap-pro/extension-table-of-contents": "^2.10.3",
56
+ "@tiptap/extension-bubble-menu": "^2.5.4",
57
+ "@tiptap/extension-character-count": "^2.5.4",
58
+ "@tiptap/extension-color": "^2.5.4",
59
+ "@tiptap/extension-focus": "^2.5.4",
60
+ "@tiptap/extension-font-family": "^2.5.4",
61
+ "@tiptap/extension-highlight": "^2.5.4",
62
+ "@tiptap/extension-horizontal-rule": "^2.5.4",
63
+ "@tiptap/extension-image": "^2.5.4",
64
+ "@tiptap/extension-link": "^2.5.4",
65
+ "@tiptap/extension-placeholder": "^2.5.4",
66
+ "@tiptap/extension-subscript": "^2.5.4",
67
+ "@tiptap/extension-superscript": "^2.5.4",
68
+ "@tiptap/extension-table": "^2.5.4",
69
+ "@tiptap/extension-table-cell": "^2.5.4",
70
+ "@tiptap/extension-table-header": "^2.5.4",
71
+ "@tiptap/extension-table-row": "^2.5.4",
72
+ "@tiptap/extension-task-item": "^2.5.4",
73
+ "@tiptap/extension-task-list": "^2.5.4",
74
+ "@tiptap/extension-text-align": "^2.5.4",
75
+ "@tiptap/extension-text-style": "^2.5.4",
76
+ "@tiptap/extension-typography": "^2.5.4",
77
+ "@tiptap/extension-underline": "^2.5.4",
78
+ "@tiptap/pm": "^2.5.4",
79
+ "@tiptap/starter-kit": "^2.5.4",
80
+ "@tiptap/vue-3": "^2.5.4",
81
81
  "@vue-monaco/editor": "^0.0.6",
82
82
  "@vueuse/core": "^10.11.0",
83
83
  "dom-to-image-more": "^3.3.0",
@@ -86,17 +86,17 @@
86
86
  "file64": "^1.0.3",
87
87
  "hotkeys-js": "^3.13.7",
88
88
  "jsbarcode": "^3.11.6",
89
- "katex": "^0.16.10",
89
+ "katex": "^0.16.11",
90
90
  "mermaid": "^10.9.1",
91
91
  "nzh": "^1.0.12",
92
92
  "plyr": "^3.7.8",
93
93
  "pretty-bytes": "^6.1.1",
94
- "prism-code-editor": "^3.3.2",
94
+ "prism-code-editor": "^3.3.3",
95
95
  "prismjs": "^1.29.0",
96
96
  "qrcode-svg": "^1.1.0",
97
97
  "svg64": "^2.0.0",
98
- "tdesign-vue-next": "^1.9.6",
99
- "vue": "^3.4.30",
98
+ "tdesign-vue-next": "^1.9.7",
99
+ "vue": "^3.4.33",
100
100
  "vue-esign": "^1.1.4",
101
101
  "vue-i18n": "^9.13.1"
102
102
  },
@@ -104,17 +104,17 @@
104
104
  "@intlify/unplugin-vue-i18n": "^4.0.0",
105
105
  "@vitejs/plugin-vue": "^5.0.5",
106
106
  "@vue/eslint-config-prettier": "^9.0.0",
107
- "eslint": "^9.5.0",
108
- "eslint-plugin-vue": "^9.26.0",
107
+ "eslint": "^9.7.0",
108
+ "eslint-plugin-vue": "^9.27.0",
109
109
  "less": "^4.2.0",
110
110
  "less-loader": "^12.2.0",
111
- "prettier": "^3.3.2",
112
- "terser": "^5.31.1",
113
- "unplugin-auto-import": "^0.17.6",
114
- "unplugin-vue-components": "^0.27.0",
111
+ "prettier": "^3.3.3",
112
+ "terser": "^5.31.3",
113
+ "unplugin-auto-import": "^0.18.0",
114
+ "unplugin-vue-components": "^0.27.3",
115
115
  "unplugin-vue-macros": "^2.9.5",
116
- "vite": "^5.3.1",
117
- "vite-plugin-compression2": "^1.1.1",
116
+ "vite": "^5.3.4",
117
+ "vite-plugin-compression2": "^1.1.3",
118
118
  "vite-plugin-svg-icons": "^2.0.1"
119
119
  },
120
120
  "engines": {