vuepress-plugin-md-power 1.0.0-rc.118 → 1.0.0-rc.120
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/lib/node/index.js +1 -1
- package/package.json +13 -13
package/lib/node/index.js
CHANGED
|
@@ -1210,8 +1210,8 @@ function demoWrapperPlugin(md) {
|
|
|
1210
1210
|
}
|
|
1211
1211
|
|
|
1212
1212
|
// src/node/container/fileTree.ts
|
|
1213
|
-
import Token from "markdown-it/lib/token.mjs";
|
|
1214
1213
|
import container2 from "markdown-it-container";
|
|
1214
|
+
import Token from "markdown-it/lib/token.mjs";
|
|
1215
1215
|
import { removeEndingSlash, removeLeadingSlash } from "vuepress/shared";
|
|
1216
1216
|
var type = "file-tree";
|
|
1217
1217
|
var closeType = `container_${type}_close`;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vuepress-plugin-md-power",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.0-rc.
|
|
4
|
+
"version": "1.0.0-rc.120",
|
|
5
5
|
"description": "The Plugin for VuePress 2 - markdown power",
|
|
6
6
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -40,21 +40,21 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@mdit/plugin-attrs": "^0.
|
|
44
|
-
"@mdit/plugin-footnote": "^0.
|
|
45
|
-
"@mdit/plugin-mark": "^0.
|
|
46
|
-
"@mdit/plugin-sub": "^0.
|
|
47
|
-
"@mdit/plugin-sup": "^0.
|
|
48
|
-
"@mdit/plugin-tab": "^0.
|
|
49
|
-
"@mdit/plugin-tasklist": "^0.
|
|
50
|
-
"@vuepress/helper": "2.0.0-rc.
|
|
51
|
-
"@vueuse/core": "^
|
|
43
|
+
"@mdit/plugin-attrs": "^0.14.0",
|
|
44
|
+
"@mdit/plugin-footnote": "^0.14.0",
|
|
45
|
+
"@mdit/plugin-mark": "^0.14.0",
|
|
46
|
+
"@mdit/plugin-sub": "^0.14.0",
|
|
47
|
+
"@mdit/plugin-sup": "^0.14.0",
|
|
48
|
+
"@mdit/plugin-tab": "^0.14.0",
|
|
49
|
+
"@mdit/plugin-tasklist": "^0.14.0",
|
|
50
|
+
"@vuepress/helper": "2.0.0-rc.63",
|
|
51
|
+
"@vueuse/core": "^12.0.0",
|
|
52
52
|
"image-size": "^1.1.1",
|
|
53
53
|
"local-pkg": "^0.5.1",
|
|
54
54
|
"markdown-it-container": "^4.0.0",
|
|
55
|
-
"nanoid": "^5.0.
|
|
56
|
-
"shiki": "^1.
|
|
57
|
-
"tm-grammars": "^1.
|
|
55
|
+
"nanoid": "^5.0.9",
|
|
56
|
+
"shiki": "^1.24.0",
|
|
57
|
+
"tm-grammars": "^1.21.0",
|
|
58
58
|
"tm-themes": "^1.9.3",
|
|
59
59
|
"vue": "^3.5.13"
|
|
60
60
|
},
|