edu360-web-ui 1.0.125 → 1.0.128

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.125",
3
+ "version": "1.0.128",
4
4
  "homepage": "https://www.npmjs.com/search?q=shizhanyun-web-ui",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",
@@ -36,29 +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/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",
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",
62
62
  "@vueuse/core": "^12.2.0",
63
63
  "ali-oss": "^6.17.1",
64
64
  "axios": "^1.7.4",
@@ -116,28 +116,5 @@
116
116
  "peerDependencies": {
117
117
  "element-plus": "^2.0.0",
118
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
- }
142
119
  }
143
120
  }