@white-give/editor-vue 1.0.8 → 2.0.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": "@white-give/editor-vue",
3
- "version": "1.0.8",
3
+ "version": "2.0.0",
4
4
  "author": "white-give",
5
5
  "private": false,
6
6
  "type": "module",
@@ -43,45 +43,37 @@
43
43
  "format": "prettier --write src/"
44
44
  },
45
45
  "dependencies": {
46
+ "@floating-ui/dom": "^1.7.4",
46
47
  "@tiptap-extend/columns": "^2.1.6",
47
- "@tiptap/core": "2.11.5",
48
- "@tiptap/extension-bold": "2.11.5",
49
- "@tiptap/extension-bubble-menu": "2.11.5",
50
- "@tiptap/extension-bullet-list": "2.11.5",
51
- "@tiptap/extension-character-count": "2.11.5",
52
- "@tiptap/extension-code-block": "2.11.5",
53
- "@tiptap/extension-code-block-lowlight": "2.11.5",
54
- "@tiptap/extension-collaboration": "2.11.5",
55
- "@tiptap/extension-color": "2.11.5",
56
- "@tiptap/extension-document": "2.11.5",
57
- "@tiptap/extension-dropcursor": "2.11.5",
58
- "@tiptap/extension-focus": "2.11.5",
59
- "@tiptap/extension-font-family": "2.11.5",
60
- "@tiptap/extension-heading": "2.11.5",
61
- "@tiptap/extension-highlight": "2.11.5",
62
- "@tiptap/extension-history": "2.11.5",
63
- "@tiptap/extension-horizontal-rule": "2.11.5",
64
- "@tiptap/extension-image": "2.11.5",
65
- "@tiptap/extension-link": "2.11.5",
66
- "@tiptap/extension-mention": "2.11.5",
67
- "@tiptap/extension-ordered-list": "2.11.5",
68
- "@tiptap/extension-placeholder": "2.11.5",
69
- "@tiptap/extension-subscript": "2.11.5",
70
- "@tiptap/extension-superscript": "2.11.5",
71
- "@tiptap/extension-table": "2.11.5",
72
- "@tiptap/extension-table-cell": "2.11.5",
73
- "@tiptap/extension-table-header": "2.11.5",
74
- "@tiptap/extension-table-row": "2.11.5",
75
- "@tiptap/extension-task-item": "2.11.5",
76
- "@tiptap/extension-task-list": "2.11.5",
77
- "@tiptap/extension-text-align": "2.11.5",
78
- "@tiptap/extension-text-style": "2.11.5",
79
- "@tiptap/extension-typography": "2.11.5",
80
- "@tiptap/extension-underline": "2.11.5",
81
- "@tiptap/pm": "2.11.5",
82
- "@tiptap/starter-kit": "2.11.5",
83
- "@tiptap/suggestion": "2.11.5",
84
- "@tiptap/vue-3": "2.11.5",
48
+ "@tiptap/core": "^3.15.3",
49
+ "@tiptap/extension-bullet-list": "^3.15.3",
50
+ "@tiptap/extension-character-count": "^3.15.3",
51
+ "@tiptap/extension-code-block": "^3.15.3",
52
+ "@tiptap/extension-code-block-lowlight": "^3.15.3",
53
+ "@tiptap/extension-color": "^3.15.3",
54
+ "@tiptap/extension-dropcursor": "^3.15.3",
55
+ "@tiptap/extension-focus": "^3.15.3",
56
+ "@tiptap/extension-font-family": "^3.15.3",
57
+ "@tiptap/extension-heading": "^3.15.3",
58
+ "@tiptap/extension-highlight": "^3.15.3",
59
+ "@tiptap/extension-horizontal-rule": "^3.15.3",
60
+ "@tiptap/extension-image": "^3.15.3",
61
+ "@tiptap/extension-link": "^3.15.3",
62
+ "@tiptap/extension-mention": "^3.15.3",
63
+ "@tiptap/extension-ordered-list": "^3.15.3",
64
+ "@tiptap/extension-placeholder": "^3.15.3",
65
+ "@tiptap/extension-subscript": "^3.15.3",
66
+ "@tiptap/extension-superscript": "^3.15.3",
67
+ "@tiptap/extension-table": "^3.15.3",
68
+ "@tiptap/extension-task-item": "^3.15.3",
69
+ "@tiptap/extension-task-list": "^3.15.3",
70
+ "@tiptap/extension-text-align": "^3.15.3",
71
+ "@tiptap/extension-text-style": "^3.15.3",
72
+ "@tiptap/extension-typography": "^3.15.3",
73
+ "@tiptap/pm": "^3.15.3",
74
+ "@tiptap/starter-kit": "^3.15.3",
75
+ "@tiptap/suggestion": "^3.15.3",
76
+ "@tiptap/vue-3": "^3.15.3",
85
77
  "@vueuse/core": "^14.0.0",
86
78
  "echarts": "^6.0.0",
87
79
  "es-drager": "^1.3.2",
@@ -120,4 +112,4 @@
120
112
  "vite": "^7.1.11",
121
113
  "vue-tsc": "^3.1.1"
122
114
  }
123
- }
115
+ }