@umoteam/editor 2.2.0 → 2.3.1

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.1",
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",
@@ -43,41 +43,40 @@
43
43
  "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
44
44
  "format": "prettier --write src/",
45
45
  "build": "vite build",
46
- "build:all": "vite build && vite build --config vite.config.umd.js",
47
- "prepublishOnly": "npm run build:all"
46
+ "build:all": "vite build && vite build --config vite.config.umd.js"
48
47
  },
49
48
  "dependencies": {
50
49
  "@eslint/object-schema": "^2.1.4",
51
50
  "@imgly/background-removal": "1.5.3",
52
51
  "@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",
52
+ "@tiptap-pro/extension-invisible-characters": "^2.10.3",
53
+ "@tiptap-pro/extension-mathematics": "^2.10.3",
54
+ "@tiptap-pro/extension-table-of-contents": "^2.10.3",
55
+ "@tiptap/extension-bubble-menu": "^2.5.4",
56
+ "@tiptap/extension-character-count": "^2.5.4",
57
+ "@tiptap/extension-color": "^2.5.4",
58
+ "@tiptap/extension-focus": "^2.5.4",
59
+ "@tiptap/extension-font-family": "^2.5.4",
60
+ "@tiptap/extension-highlight": "^2.5.4",
61
+ "@tiptap/extension-horizontal-rule": "^2.5.4",
62
+ "@tiptap/extension-image": "^2.5.4",
63
+ "@tiptap/extension-link": "^2.5.4",
64
+ "@tiptap/extension-placeholder": "^2.5.4",
65
+ "@tiptap/extension-subscript": "^2.5.4",
66
+ "@tiptap/extension-superscript": "^2.5.4",
67
+ "@tiptap/extension-table": "^2.5.4",
68
+ "@tiptap/extension-table-cell": "^2.5.4",
69
+ "@tiptap/extension-table-header": "^2.5.4",
70
+ "@tiptap/extension-table-row": "^2.5.4",
71
+ "@tiptap/extension-task-item": "^2.5.4",
72
+ "@tiptap/extension-task-list": "^2.5.4",
73
+ "@tiptap/extension-text-align": "^2.5.4",
74
+ "@tiptap/extension-text-style": "^2.5.4",
75
+ "@tiptap/extension-typography": "^2.5.4",
76
+ "@tiptap/extension-underline": "^2.5.4",
77
+ "@tiptap/pm": "^2.5.4",
78
+ "@tiptap/starter-kit": "^2.5.4",
79
+ "@tiptap/vue-3": "^2.5.4",
81
80
  "@vue-monaco/editor": "^0.0.6",
82
81
  "@vueuse/core": "^10.11.0",
83
82
  "dom-to-image-more": "^3.3.0",
@@ -86,17 +85,17 @@
86
85
  "file64": "^1.0.3",
87
86
  "hotkeys-js": "^3.13.7",
88
87
  "jsbarcode": "^3.11.6",
89
- "katex": "^0.16.10",
88
+ "katex": "^0.16.11",
90
89
  "mermaid": "^10.9.1",
91
90
  "nzh": "^1.0.12",
92
91
  "plyr": "^3.7.8",
93
92
  "pretty-bytes": "^6.1.1",
94
- "prism-code-editor": "^3.3.2",
93
+ "prism-code-editor": "^3.3.3",
95
94
  "prismjs": "^1.29.0",
96
95
  "qrcode-svg": "^1.1.0",
97
96
  "svg64": "^2.0.0",
98
- "tdesign-vue-next": "^1.9.6",
99
- "vue": "^3.4.30",
97
+ "tdesign-vue-next": "^1.9.7",
98
+ "vue": "^3.4.33",
100
99
  "vue-esign": "^1.1.4",
101
100
  "vue-i18n": "^9.13.1"
102
101
  },
@@ -104,17 +103,17 @@
104
103
  "@intlify/unplugin-vue-i18n": "^4.0.0",
105
104
  "@vitejs/plugin-vue": "^5.0.5",
106
105
  "@vue/eslint-config-prettier": "^9.0.0",
107
- "eslint": "^9.5.0",
108
- "eslint-plugin-vue": "^9.26.0",
106
+ "eslint": "^9.7.0",
107
+ "eslint-plugin-vue": "^9.27.0",
109
108
  "less": "^4.2.0",
110
109
  "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",
110
+ "prettier": "^3.3.3",
111
+ "terser": "^5.31.3",
112
+ "unplugin-auto-import": "^0.18.0",
113
+ "unplugin-vue-components": "^0.27.3",
115
114
  "unplugin-vue-macros": "^2.9.5",
116
- "vite": "^5.3.1",
117
- "vite-plugin-compression2": "^1.1.1",
115
+ "vite": "^5.3.4",
116
+ "vite-plugin-compression2": "^1.1.3",
118
117
  "vite-plugin-svg-icons": "^2.0.1"
119
118
  },
120
119
  "engines": {