vuepress-plugin-md-power 1.0.0-rc.92 → 1.0.0-rc.93

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.
@@ -179,6 +179,7 @@ interface MarkdownPowerPluginOptions {
179
179
  codeSandbox?: boolean;
180
180
  jsfiddle?: boolean;
181
181
  repl?: false | ReplOptions;
182
+ fileTree?: boolean;
182
183
  caniuse?: boolean | CanIUseOptions;
183
184
  }
184
185
 
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.92",
4
+ "version": "1.0.0-rc.93",
5
5
  "description": "The Plugin for VuePress 2 - markdown power",
6
6
  "author": "pengzhanbo <volodymyr@foxmail.com>",
7
7
  "license": "MIT",
@@ -38,8 +38,8 @@
38
38
  "@vueuse/core": "^11.0.3",
39
39
  "markdown-it-container": "^4.0.0",
40
40
  "nanoid": "^5.0.7",
41
- "shiki": "^1.14.1",
42
- "tm-grammars": "^1.17.8",
41
+ "shiki": "^1.15.2",
42
+ "tm-grammars": "^1.17.11",
43
43
  "tm-themes": "^1.8.1",
44
44
  "vue": "^3.4.38"
45
45
  },