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.
Files changed (2) hide show
  1. package/lib/node/index.js +1 -1
  2. 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.118",
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.13.1",
44
- "@mdit/plugin-footnote": "^0.13.1",
45
- "@mdit/plugin-mark": "^0.13.1",
46
- "@mdit/plugin-sub": "^0.13.1",
47
- "@mdit/plugin-sup": "^0.13.1",
48
- "@mdit/plugin-tab": "^0.13.2",
49
- "@mdit/plugin-tasklist": "^0.13.1",
50
- "@vuepress/helper": "2.0.0-rc.60",
51
- "@vueuse/core": "^11.3.0",
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.8",
56
- "shiki": "^1.23.1",
57
- "tm-grammars": "^1.19.4",
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
  },