@slidev/types 0.49.8 → 0.49.9

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/dist/index.d.mts +1 -0
  2. package/package.json +3 -3
package/dist/index.d.mts CHANGED
@@ -647,6 +647,7 @@ interface TocItem {
647
647
  children: TocItem[];
648
648
  hasActiveParent?: boolean;
649
649
  level: number;
650
+ titleLevel: number;
650
651
  path: string;
651
652
  hideInToc?: boolean;
652
653
  title?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/types",
3
- "version": "0.49.8",
3
+ "version": "0.49.9",
4
4
  "description": "Shared types declarations for Slidev",
5
5
  "author": "antfu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -24,13 +24,13 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@antfu/utils": "^0.7.8",
27
- "@vitejs/plugin-vue": "^5.0.4",
27
+ "@vitejs/plugin-vue": "^5.0.5",
28
28
  "@vitejs/plugin-vue-jsx": "^3.1.0",
29
29
  "katex": "^0.16.10",
30
30
  "mermaid": "^10.9.1",
31
31
  "monaco-editor": "^0.49.0",
32
32
  "shiki": "^1.6.1",
33
- "unocss": "^0.60.3",
33
+ "unocss": "^0.60.4",
34
34
  "unplugin-icons": "^0.19.0",
35
35
  "unplugin-vue-markdown": "^0.26.2",
36
36
  "vite-plugin-remote-assets": "^0.4.1",