edu360-web-ui 1.0.123 → 1.0.124

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": "edu360-web-ui",
3
- "version": "1.0.123",
3
+ "version": "1.0.124",
4
4
  "homepage": "https://www.npmjs.com/search?q=shizhanyun-web-ui",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",
@@ -36,26 +36,29 @@
36
36
  "@iconify/vue": "^5.0.0",
37
37
  "@novnc/novnc": "1.4.0",
38
38
  "@tinymce/tinymce-vue": "^6.1.0",
39
- "@tiptap/extension-bubble-menu": "^3.4.1",
40
- "@tiptap/extension-code-block-lowlight": "^3.4.1",
41
- "@tiptap/extension-floating-menu": "^3.4.1",
42
- "@tiptap/extension-highlight": "^3.4.1",
43
- "@tiptap/extension-history": "^3.4.1",
44
- "@tiptap/extension-image": "^3.4.1",
45
- "@tiptap/extension-link": "^3.4.1",
46
- "@tiptap/extension-list": "^3.4.1",
47
- "@tiptap/extension-placeholder": "^3.4.1",
48
- "@tiptap/extension-table": "^3.4.1",
49
- "@tiptap/extension-table-cell": "^3.4.1",
50
- "@tiptap/extension-table-header": "^3.4.1",
51
- "@tiptap/extension-table-row": "^3.4.1",
52
- "@tiptap/extension-text-align": "^3.4.1",
53
- "@tiptap/extension-text-style": "^3.4.1",
54
- "@tiptap/extension-underline": "^3.4.1",
55
- "@tiptap/html": "^3.4.3",
56
- "@tiptap/pm": "^3.4.1",
57
- "@tiptap/starter-kit": "^3.4.1",
58
- "@tiptap/vue-3": "^3.4.1",
39
+ "@tiptap/core": "3.4.1",
40
+ "@tiptap/extension-bubble-menu": "3.4.1",
41
+ "@tiptap/extension-code-block-lowlight": "3.4.1",
42
+ "@tiptap/extension-floating-menu": "3.4.1",
43
+ "@tiptap/extension-highlight": "3.4.1",
44
+ "@tiptap/extension-history": "3.4.1",
45
+ "@tiptap/extension-image": "3.4.1",
46
+ "@tiptap/extension-link": "3.4.1",
47
+ "@tiptap/extension-list": "3.4.1",
48
+ "@tiptap/extension-paragraph": "3.4.1",
49
+ "@tiptap/extension-placeholder": "3.4.1",
50
+ "@tiptap/extension-strike": "3.4.1",
51
+ "@tiptap/extension-table": "3.4.1",
52
+ "@tiptap/extension-table-cell": "3.4.1",
53
+ "@tiptap/extension-table-header": "3.4.1",
54
+ "@tiptap/extension-table-row": "3.4.1",
55
+ "@tiptap/extension-text-align": "3.4.1",
56
+ "@tiptap/extension-text-style": "3.4.1",
57
+ "@tiptap/extension-underline": "3.4.1",
58
+ "@tiptap/html": "3.4.3",
59
+ "@tiptap/pm": "3.4.1",
60
+ "@tiptap/starter-kit": "3.4.1",
61
+ "@tiptap/vue-3": "3.4.1",
59
62
  "@vueuse/core": "^12.2.0",
60
63
  "ali-oss": "^6.17.1",
61
64
  "axios": "^1.7.4",
@@ -77,6 +80,7 @@
77
80
  "pinia": "^2.2.2",
78
81
  "plyr": "^3.7.8",
79
82
  "prosemirror-model": "^1.25.3",
83
+ "prosemirror-state": "^1.4.4",
80
84
  "qs": "^6.11.2",
81
85
  "sass": "^1.92.1",
82
86
  "terser": "^5.15.1",
@@ -84,6 +88,7 @@
84
88
  "turndown": "^7.2.1",
85
89
  "uuid": "^11.1.0",
86
90
  "vite-plugin-commonjs-externals": "^0.1.4",
91
+ "vue": "^3.5.0",
87
92
  "vue-clipboard3": "^2.0.0",
88
93
  "vue-router": "^4.4.3"
89
94
  },
@@ -111,5 +116,28 @@
111
116
  "peerDependencies": {
112
117
  "element-plus": "^2.0.0",
113
118
  "vue": "^3.2.0"
119
+ },
120
+ "pnpm": {
121
+ "overrides": {
122
+ "@tiptap/core": "3.4.1",
123
+ "@tiptap/pm": "3.4.1",
124
+ "@tiptap/extension-bold": "3.4.1",
125
+ "@tiptap/extension-blockquote": "3.4.1",
126
+ "@tiptap/extension-bullet-list": "3.4.1",
127
+ "@tiptap/extension-code": "3.4.1",
128
+ "@tiptap/extension-code-block": "3.4.1",
129
+ "@tiptap/extension-document": "3.4.1",
130
+ "@tiptap/extension-dropcursor": "3.4.1",
131
+ "@tiptap/extension-gapcursor": "3.4.1",
132
+ "@tiptap/extension-hard-break": "3.4.1",
133
+ "@tiptap/extension-heading": "3.4.1",
134
+ "@tiptap/extension-horizontal-rule": "3.4.1",
135
+ "@tiptap/extension-italic": "3.4.1",
136
+ "@tiptap/extension-list-item": "3.4.1",
137
+ "@tiptap/extension-list-keymap": "3.4.1",
138
+ "@tiptap/extension-ordered-list": "3.4.1",
139
+ "@tiptap/extension-text": "3.4.1",
140
+ "@tiptap/extensions": "3.4.1"
141
+ }
114
142
  }
115
143
  }