Explorar el Código

增加quill相关依赖项

XiaoYu hace 1 año
padre
commit
87a629b4d5
Se han modificado 2 ficheros con 38 adiciones y 7 borrados
  1. 37 6
      package-lock.json
  2. 1 1
      package.json

+ 37 - 6
package-lock.json

@@ -10,7 +10,7 @@
       "dependencies": {
         "@onlyoffice/document-editor-vue": "^1.4.0",
         "@vue-office/docx": "^1.6.2",
-        "@vueup/vue-quill": "^1.0.0-alpha.40",
+        "@vueup/vue-quill": "^1.2.0",
         "axios": "^1.7.2",
         "dayjs": "^1.11.13",
         "docx-preview": "^0.3.2",
@@ -1614,15 +1614,33 @@
       "dev": true
     },
     "node_modules/@vueup/vue-quill": {
-      "version": "1.0.0-alpha.40",
-      "resolved": "https://registry.npmmirror.com/@vueup/vue-quill/-/vue-quill-1.0.0-alpha.40.tgz",
-      "integrity": "sha512-Cn6li+LxOiPQSvmZE+F9jKGsemksQq2VDfTBdgFIlNfNv3+BcBN+DblQstj9NDV5BBF97BHmM2dk7E84yYJI+Q==",
+      "version": "1.2.0",
+      "resolved": "https://registry.npmmirror.com/@vueup/vue-quill/-/vue-quill-1.2.0.tgz",
+      "integrity": "sha512-kd5QPSHMDpycklojPXno2Kw2JSiKMYduKYQckTm1RJoVDA557MnyUXgcuuDpry4HY/Rny9nGNcK+m3AHk94wag==",
+      "license": "MIT",
       "dependencies": {
         "quill": "^1.3.7",
-        "quill-delta": "^3.6.3"
+        "quill-delta": "^4.2.2"
       },
       "peerDependencies": {
-        "vue": "^3.0.11"
+        "vue": "^3.2.41"
+      }
+    },
+    "node_modules/@vueup/vue-quill/node_modules/fast-diff": {
+      "version": "1.2.0",
+      "resolved": "https://registry.npmmirror.com/fast-diff/-/fast-diff-1.2.0.tgz",
+      "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==",
+      "license": "Apache-2.0"
+    },
+    "node_modules/@vueup/vue-quill/node_modules/quill-delta": {
+      "version": "4.2.2",
+      "resolved": "https://registry.npmmirror.com/quill-delta/-/quill-delta-4.2.2.tgz",
+      "integrity": "sha512-qjbn82b/yJzOjstBgkhtBjN2TNK+ZHP/BgUQO+j6bRhWQQdmj2lH6hXG7+nwwLF41Xgn//7/83lxs9n2BkTtTg==",
+      "license": "MIT",
+      "dependencies": {
+        "fast-diff": "1.2.0",
+        "lodash.clonedeep": "^4.5.0",
+        "lodash.isequal": "^4.5.0"
       }
     },
     "node_modules/@vueuse/core": {
@@ -3141,6 +3159,19 @@
         "lodash-es": "*"
       }
     },
+    "node_modules/lodash.clonedeep": {
+      "version": "4.5.0",
+      "resolved": "https://registry.npmmirror.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
+      "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==",
+      "license": "MIT"
+    },
+    "node_modules/lodash.isequal": {
+      "version": "4.5.0",
+      "resolved": "https://registry.npmmirror.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
+      "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==",
+      "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead.",
+      "license": "MIT"
+    },
     "node_modules/lodash.merge": {
       "version": "4.6.2",
       "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",

+ 1 - 1
package.json

@@ -14,7 +14,7 @@
   "dependencies": {
     "@onlyoffice/document-editor-vue": "^1.4.0",
     "@vue-office/docx": "^1.6.2",
-    "@vueup/vue-quill": "^1.0.0-alpha.40",
+    "@vueup/vue-quill": "^1.2.0",
     "axios": "^1.7.2",
     "dayjs": "^1.11.13",
     "docx-preview": "^0.3.2",