@slidev/types 52.12.0 → 52.14.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 +7 -4
- package/package.json +11 -11
package/dist/index.d.mts
CHANGED
|
@@ -499,14 +499,17 @@ interface HeadmatterConfig extends TransitionOptions {
|
|
|
499
499
|
*/
|
|
500
500
|
htmlAttrs?: Record<string, string>;
|
|
501
501
|
/**
|
|
502
|
-
* Suppport
|
|
502
|
+
* Suppport Comark syntax
|
|
503
503
|
*
|
|
504
|
-
*
|
|
505
|
-
*
|
|
506
|
-
* See https://content.nuxtjs.org/guide/writing/mdc
|
|
504
|
+
* https://comark.dev/syntax/markdown
|
|
507
505
|
*
|
|
508
506
|
* @default false
|
|
509
507
|
*/
|
|
508
|
+
comark?: boolean;
|
|
509
|
+
/**
|
|
510
|
+
* @deprecated MDC is now Comark. Use the `comark` option instead
|
|
511
|
+
* @default false
|
|
512
|
+
*/
|
|
510
513
|
mdc?: boolean;
|
|
511
514
|
/**
|
|
512
515
|
* Enable built-in editor
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slidev/types",
|
|
3
|
-
"version": "52.
|
|
3
|
+
"version": "52.14.0",
|
|
4
4
|
"description": "Shared types declarations for Slidev",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,22 +24,22 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@antfu/utils": "^9.3.0",
|
|
27
|
-
"@shikijs/markdown-it": "^
|
|
28
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
29
|
-
"@vitejs/plugin-vue-jsx": "^5.1.
|
|
30
|
-
"katex": "^0.16.
|
|
31
|
-
"mermaid": "^11.12.
|
|
27
|
+
"@shikijs/markdown-it": "^4.0.0",
|
|
28
|
+
"@vitejs/plugin-vue": "^6.0.4",
|
|
29
|
+
"@vitejs/plugin-vue-jsx": "^5.1.4",
|
|
30
|
+
"katex": "^0.16.33",
|
|
31
|
+
"mermaid": "^11.12.3",
|
|
32
32
|
"monaco-editor": "^0.55.1",
|
|
33
|
-
"shiki": "^
|
|
34
|
-
"unocss": "^66.6.
|
|
33
|
+
"shiki": "^4.0.0",
|
|
34
|
+
"unocss": "^66.6.2",
|
|
35
35
|
"unplugin-icons": "^23.0.1",
|
|
36
|
-
"unplugin-vue-markdown": "^
|
|
36
|
+
"unplugin-vue-markdown": "^30.0.0",
|
|
37
37
|
"vite-plugin-inspect": "^11.3.3",
|
|
38
38
|
"vite-plugin-remote-assets": "^2.1.0",
|
|
39
39
|
"vite-plugin-static-copy": "^3.2.0",
|
|
40
40
|
"vite-plugin-vue-server-ref": "^1.0.0",
|
|
41
|
-
"vue": "^3.5.
|
|
42
|
-
"vue-router": "^
|
|
41
|
+
"vue": "^3.5.29",
|
|
42
|
+
"vue-router": "^5.0.3"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"build": "tsdown src/index.ts",
|