Commit 7597fe61 authored by Van's avatar Van

vditor

parent 9d3d0b09
......@@ -8658,17 +8658,17 @@
}
},
"vcmt": {
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/vcmt/-/vcmt-1.0.12.tgz",
"integrity": "sha512-3Dw7DgSQ6kgg9FRXxZtHAS/JH5RQvwG/5SWBIqnnpbEyld0OozknFjqHpNVCbBF9IyaSyGWwYJ9x3bTko1slkg==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/vcmt/-/vcmt-1.1.0.tgz",
"integrity": "sha512-IJYlqYYFOCAS8on6iy52dJyz0QmTFiKkjYJG1WTtBfFYIFh96IfUpDSVUp/uGDrh5IYTVYTecuCtdIj1W4WAWg==",
"requires": {
"jquery": "^3.4.1"
}
},
"vditor": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/vditor/-/vditor-2.1.1.tgz",
"integrity": "sha512-dIlq++kLFpyBxLRJ8JkBgW1tdln88xw9UbaBapxNWdnnDR1zGbP4Pt3n/gbLU6aDsXebcK8lzsk8G9MRJtcqMg==",
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/vditor/-/vditor-2.1.3.tgz",
"integrity": "sha512-12nlkkOJnjrEgmZfNXr3zaKgH8pnssvZfk52TiNIp4pHmlETJywM0GcGBX6fCWM+0A7JKctWOehofyfYiQxmWw==",
"requires": {
"diff-match-patch": "^1.0.4"
}
......
......@@ -48,7 +48,7 @@
"jquery": "^3.4.1",
"nprogress": "^0.2.0",
"uvstat": "^1.0.7",
"vcmt": "^1.0.12",
"vditor": "^2.1.1"
"vcmt": "^1.1.0",
"vditor": "^2.1.3"
}
}
This diff is collapsed.
......@@ -307,7 +307,7 @@ window.Util = {
(() => {
$.ajax({
method: 'GET',
url: 'https://cdn.jsdelivr.net/npm/vditor@2.1.1/dist/index.min.js',
url: 'https://cdn.jsdelivr.net/npm/vditor@2.1.2/dist/index.min.js',
dataType: 'script',
cache: true,
success: () => {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment