@shikijs/vitepress-twoslash 3.22.0 → 3.23.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.
|
@@ -20,7 +20,7 @@ interface MarkdownFenceSourceMapCodec {
|
|
|
20
20
|
/**
|
|
21
21
|
* Injects source map data into the markdown source.
|
|
22
22
|
* @param code markdown source
|
|
23
|
-
* @param
|
|
23
|
+
* @param path markdown file path
|
|
24
24
|
* @returns markdown source with injected source maps
|
|
25
25
|
*/
|
|
26
26
|
injectToMarkdown: (code: string, path: string) => string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shikijs/vitepress-twoslash",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.23.0",
|
|
5
5
|
"description": "Enable Twoslash support in VitePress",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
"floating-vue": "^5.2.2",
|
|
38
38
|
"lz-string": "^1.5.0",
|
|
39
39
|
"magic-string": "^0.30.21",
|
|
40
|
-
"markdown-it": "^14.1.
|
|
41
|
-
"mdast-util-from-markdown": "^2.0.
|
|
40
|
+
"markdown-it": "^14.1.1",
|
|
41
|
+
"mdast-util-from-markdown": "^2.0.3",
|
|
42
42
|
"mdast-util-gfm": "^3.1.0",
|
|
43
43
|
"mdast-util-to-hast": "^13.2.1",
|
|
44
44
|
"ohash": "^2.0.11",
|
|
45
45
|
"twoslash": "^0.3.6",
|
|
46
46
|
"twoslash-vue": "^0.3.6",
|
|
47
|
-
"vue": "^3.5.
|
|
48
|
-
"@shikijs/twoslash": "3.
|
|
49
|
-
"shiki": "3.
|
|
47
|
+
"vue": "^3.5.29",
|
|
48
|
+
"@shikijs/twoslash": "3.23.0",
|
|
49
|
+
"shiki": "3.23.0"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "unbuild",
|