@slidev/cli 52.15.1 → 52.16.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@slidev/cli",
3
3
  "type": "module",
4
- "version": "52.15.1",
4
+ "version": "52.16.0",
5
5
  "description": "Presentation slides for developers",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -46,18 +46,19 @@
46
46
  "@antfu/ni": "^30.1.0",
47
47
  "@antfu/utils": "^9.3.0",
48
48
  "@comark/markdown-it": "^0.3.4",
49
- "@iconify-json/carbon": "^1.2.20",
49
+ "@iconify-json/carbon": "^1.2.22",
50
50
  "@iconify-json/ph": "^1.2.2",
51
51
  "@iconify-json/svg-spinners": "^1.2.4",
52
52
  "@lillallol/outline-pdf": "^4.0.0",
53
- "@shikijs/markdown-it": "^4.0.2",
54
- "@shikijs/twoslash": "^4.0.2",
55
- "@shikijs/vitepress-twoslash": "^4.0.2",
56
- "@unocss/extractor-mdc": "^66.6.8",
57
- "@unocss/reset": "^66.6.8",
58
- "@vitejs/plugin-vue": "^6.0.6",
53
+ "@shikijs/magic-move": "^4.2.0",
54
+ "@shikijs/markdown-it": "^4.2.0",
55
+ "@shikijs/twoslash": "^4.2.0",
56
+ "@shikijs/vitepress-twoslash": "^4.2.0",
57
+ "@unocss/extractor-mdc": "^66.7.0",
58
+ "@unocss/reset": "^66.7.0",
59
+ "@vitejs/plugin-vue": "^6.0.7",
59
60
  "@vitejs/plugin-vue-jsx": "^5.1.5",
60
- "ansis": "^4.2.0",
61
+ "ansis": "^4.3.1",
61
62
  "chokidar": "^5.0.0",
62
63
  "cli-progress": "^3.12.0",
63
64
  "connect": "^3.7.0",
@@ -67,9 +68,9 @@
67
68
  "global-directory": "^5.0.0",
68
69
  "htmlparser2": "^12.0.0",
69
70
  "is-installed-globally": "^1.0.0",
70
- "jiti": "^2.6.1",
71
- "katex": "^0.16.45",
72
- "local-pkg": "^1.1.2",
71
+ "jiti": "^2.7.0",
72
+ "katex": "^0.17.0",
73
+ "local-pkg": "^1.2.1",
73
74
  "lz-string": "^1.5.0",
74
75
  "magic-string": "^0.30.21",
75
76
  "magic-string-stack": "^1.1.0",
@@ -89,31 +90,30 @@
89
90
  "public-ip": "^8.0.0",
90
91
  "resolve-from": "^5.0.0",
91
92
  "resolve-global": "^2.0.0",
92
- "semver": "^7.7.4",
93
- "shiki": "^4.0.2",
94
- "shiki-magic-move": "^1.3.0",
93
+ "semver": "^7.8.1",
94
+ "shiki": "^4.2.0",
95
95
  "sirv": "^3.0.2",
96
96
  "source-map-js": "^1.2.1",
97
- "typescript": "^5.9.3",
98
- "unhead": "^2.1.13",
99
- "unocss": "^66.6.8",
97
+ "typescript": "^6.0.3",
98
+ "unhead": "^3.1.1",
99
+ "unocss": "^66.7.0",
100
100
  "unplugin-icons": "^23.0.1",
101
- "unplugin-vue-components": "^32.0.0",
102
- "unplugin-vue-markdown": "^30.0.0",
101
+ "unplugin-vue-components": "^32.1.0",
102
+ "unplugin-vue-markdown": "^32.0.0",
103
103
  "untun": "^0.1.3",
104
104
  "uqr": "^0.1.3",
105
- "vite": "^8.0.10",
106
- "vite-plugin-inspect": "^11.3.3",
105
+ "vite": "^8.0.16",
106
+ "vite-plugin-inspect": "^11.4.1",
107
107
  "vite-plugin-remote-assets": "^2.1.0",
108
108
  "vite-plugin-static-copy": "^4.1.0",
109
109
  "vite-plugin-vue-server-ref": "^1.0.0",
110
110
  "vitefu": "^1.1.3",
111
- "vue": "^3.5.33",
112
- "yaml": "^2.8.3",
111
+ "vue": "^3.5.35",
112
+ "yaml": "^2.9.0",
113
113
  "yargs": "^18.0.0",
114
- "@slidev/types": "52.15.1",
115
- "@slidev/parser": "52.15.1",
116
- "@slidev/client": "52.15.1"
114
+ "@slidev/client": "52.16.0",
115
+ "@slidev/types": "52.16.0",
116
+ "@slidev/parser": "52.16.0"
117
117
  },
118
118
  "devDependencies": {
119
119
  "@hedgedoc/markdown-it-plugins": "^2.1.4",
@@ -1,13 +0,0 @@
1
- import { t as resolveViteConfigs } from "./shared-ClfjhvJo.mjs";
2
- import { join } from "node:path";
3
- import process from "node:process";
4
- import { createServer } from "vite";
5
-
6
- //#region node/commands/serve.ts
7
- async function createServer$1(options, viteConfig = {}, serverOptions) {
8
- process.env.EDITOR = process.env.EDITOR || "code";
9
- return await createServer(await resolveViteConfigs(options, { optimizeDeps: { entries: [join(options.clientRoot, "main.ts")] } }, viteConfig, "serve", serverOptions));
10
- }
11
-
12
- //#endregion
13
- export { createServer$1 as t };