@slidev/cli 0.47.1 → 0.47.2
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.
|
@@ -2523,7 +2523,7 @@ async function createServer(options2, viteConfig = {}, serverOptions = {}) {
|
|
|
2523
2523
|
import * as parser from "@slidev/parser/fs";
|
|
2524
2524
|
|
|
2525
2525
|
// package.json
|
|
2526
|
-
var version = "0.47.
|
|
2526
|
+
var version = "0.47.2";
|
|
2527
2527
|
|
|
2528
2528
|
// node/themes.ts
|
|
2529
2529
|
import prompts2 from "prompts";
|
package/dist/cli.mjs
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slidev/cli",
|
|
3
|
-
"version": "0.47.
|
|
3
|
+
"version": "0.47.2",
|
|
4
4
|
"description": "Presentation slides for developers",
|
|
5
5
|
"author": "antfu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"@iconify-json/ph": "^1.1.11",
|
|
48
48
|
"@lillallol/outline-pdf": "^4.0.0",
|
|
49
49
|
"@mrdrogdrog/optional": "^1.2.1",
|
|
50
|
-
"@shikijs/markdown-it": "^1.0.0-beta.
|
|
51
|
-
"@shikijs/twoslash": "^1.0.0-beta.
|
|
50
|
+
"@shikijs/markdown-it": "^1.0.0-beta.5",
|
|
51
|
+
"@shikijs/twoslash": "^1.0.0-beta.5",
|
|
52
52
|
"@shikijs/vitepress-twoslash": "1.0.0-beta.3",
|
|
53
53
|
"@unocss/extractor-mdc": "^0.58.4",
|
|
54
54
|
"@unocss/reset": "^0.58.4",
|
|
@@ -88,12 +88,13 @@
|
|
|
88
88
|
"resolve": "^1.22.8",
|
|
89
89
|
"resolve-from": "^5.0.0",
|
|
90
90
|
"resolve-global": "^2.0.0",
|
|
91
|
-
"shiki": "^1.0.0-beta.
|
|
91
|
+
"shiki": "^1.0.0-beta.5",
|
|
92
92
|
"sirv": "^2.0.4",
|
|
93
|
+
"typescript": "^5.3.3",
|
|
93
94
|
"unocss": "^0.58.4",
|
|
94
95
|
"unplugin-icons": "^0.18.3",
|
|
95
96
|
"unplugin-vue-components": "^0.26.0",
|
|
96
|
-
"unplugin-vue-markdown": "^0.
|
|
97
|
+
"unplugin-vue-markdown": "^0.26.0",
|
|
97
98
|
"uqr": "^0.1.2",
|
|
98
99
|
"vite": "^5.0.12",
|
|
99
100
|
"vite-plugin-inspect": "^0.8.3",
|
|
@@ -103,9 +104,9 @@
|
|
|
103
104
|
"vitefu": "^0.2.5",
|
|
104
105
|
"vue": "^3.4.15",
|
|
105
106
|
"yargs": "^17.7.2",
|
|
106
|
-
"@slidev/
|
|
107
|
-
"@slidev/
|
|
108
|
-
"@slidev/client": "0.47.
|
|
107
|
+
"@slidev/parser": "0.47.2",
|
|
108
|
+
"@slidev/types": "0.47.2",
|
|
109
|
+
"@slidev/client": "0.47.2"
|
|
109
110
|
},
|
|
110
111
|
"devDependencies": {
|
|
111
112
|
"@hedgedoc/markdown-it-plugins": "^2.1.4",
|