@slidev/types 52.10.0 → 52.11.0
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/dist/index.d.mts +2 -2
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -193,10 +193,10 @@ interface SourceSlideInfo extends SlideInfoBase {
|
|
|
193
193
|
*/
|
|
194
194
|
contentRaw: string;
|
|
195
195
|
/**
|
|
196
|
-
* Slides
|
|
196
|
+
* Slides imported by this slide.
|
|
197
197
|
*/
|
|
198
198
|
imports?: SourceSlideInfo[];
|
|
199
|
-
frontmatterDoc?: YAML.Document
|
|
199
|
+
frontmatterDoc?: YAML.Document<YAML.Node, true>;
|
|
200
200
|
frontmatterStyle?: FrontmatterStyle;
|
|
201
201
|
}
|
|
202
202
|
interface SlideInfo extends SlideInfoBase {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slidev/types",
|
|
3
|
-
"version": "52.
|
|
3
|
+
"version": "52.11.0",
|
|
4
4
|
"description": "Shared types declarations for Slidev",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@antfu/utils": "^9.3.0",
|
|
27
|
-
"@shikijs/markdown-it": "^3.
|
|
27
|
+
"@shikijs/markdown-it": "^3.19.0",
|
|
28
28
|
"@vitejs/plugin-vue": "^6.0.2",
|
|
29
29
|
"@vitejs/plugin-vue-jsx": "^5.1.2",
|
|
30
|
-
"katex": "^0.16.
|
|
31
|
-
"mermaid": "^11.12.
|
|
30
|
+
"katex": "^0.16.27",
|
|
31
|
+
"mermaid": "^11.12.2",
|
|
32
32
|
"monaco-editor": "^0.55.1",
|
|
33
|
-
"shiki": "^3.
|
|
34
|
-
"unocss": "^66.5.
|
|
33
|
+
"shiki": "^3.19.0",
|
|
34
|
+
"unocss": "^66.5.10",
|
|
35
35
|
"unplugin-icons": "^22.5.0",
|
|
36
36
|
"unplugin-vue-markdown": "^29.2.0",
|
|
37
37
|
"vite-plugin-inspect": "^11.3.3",
|