@slidev/cli 51.3.0 → 51.4.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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  resolveViteConfigs
3
- } from "./chunk-7MVSIUA5.js";
3
+ } from "./chunk-IKMQKKTG.js";
4
4
  import "./chunk-TJFRPB4N.js";
5
5
 
6
6
  // node/commands/build.ts
@@ -9,7 +9,7 @@ import {
9
9
  } from "./chunk-TJFRPB4N.js";
10
10
 
11
11
  // package.json
12
- var version = "51.3.0";
12
+ var version = "51.4.0";
13
13
 
14
14
  // node/utils.ts
15
15
  import { fileURLToPath } from "node:url";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  resolveViteConfigs
3
- } from "./chunk-7MVSIUA5.js";
3
+ } from "./chunk-IKMQKKTG.js";
4
4
 
5
5
  // node/commands/serve.ts
6
6
  import { join } from "node:path";
package/dist/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-36LVDMJV.js";
3
+ } from "./chunk-QPS5SZU6.js";
4
4
  import {
5
5
  getThemeMeta,
6
6
  loadSetups,
@@ -10,7 +10,7 @@ import {
10
10
  resolveTheme,
11
11
  updateFrontmatterPatch,
12
12
  version
13
- } from "./chunk-7MVSIUA5.js";
13
+ } from "./chunk-IKMQKKTG.js";
14
14
  import {
15
15
  getRoots,
16
16
  isInstalledGlobally,
@@ -338,7 +338,7 @@ cli.command(
338
338
  }).strict().help(),
339
339
  async (args) => {
340
340
  const { entry, theme, base, download, out, inspect } = args;
341
- const { build } = await import("./build-ILXZPI57.js");
341
+ const { build } = await import("./build-BALTUPSD.js");
342
342
  for (const entryFile of entry) {
343
343
  const options = await resolveOptions({ entry: entryFile, theme, inspect, download, base }, "build");
344
344
  printInfo(options);
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-36LVDMJV.js";
3
+ } from "./chunk-QPS5SZU6.js";
4
4
  import {
5
5
  ViteSlidevPlugin,
6
6
  createDataUtils,
7
7
  parser,
8
8
  resolveOptions
9
- } from "./chunk-7MVSIUA5.js";
9
+ } from "./chunk-IKMQKKTG.js";
10
10
  import "./chunk-TJFRPB4N.js";
11
11
  export {
12
12
  ViteSlidevPlugin,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@slidev/cli",
3
3
  "type": "module",
4
- "version": "51.3.0",
4
+ "version": "51.4.0",
5
5
  "description": "Presentation slides for developers",
6
6
  "author": "antfu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -42,20 +42,20 @@
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
- "@antfu/ni": "^23.3.1",
45
+ "@antfu/ni": "^24.1.0",
46
46
  "@antfu/utils": "^9.1.0",
47
- "@iconify-json/carbon": "^1.2.7",
47
+ "@iconify-json/carbon": "^1.2.8",
48
48
  "@iconify-json/ph": "^1.2.2",
49
49
  "@iconify-json/svg-spinners": "^1.2.2",
50
50
  "@lillallol/outline-pdf": "^4.0.0",
51
- "@shikijs/markdown-it": "^3.0.0",
52
- "@shikijs/twoslash": "^3.0.0",
53
- "@shikijs/vitepress-twoslash": "^3.0.0",
51
+ "@shikijs/markdown-it": "^3.1.0",
52
+ "@shikijs/twoslash": "^3.1.0",
53
+ "@shikijs/vitepress-twoslash": "^3.1.0",
54
54
  "@unocss/extractor-mdc": "^66.0.0",
55
55
  "@unocss/reset": "^66.0.0",
56
56
  "@vitejs/plugin-vue": "^5.2.1",
57
57
  "@vitejs/plugin-vue-jsx": "^4.1.1",
58
- "ansis": "^3.16.0",
58
+ "ansis": "^3.17.0",
59
59
  "chokidar": "^4.0.3",
60
60
  "cli-progress": "^3.12.0",
61
61
  "connect": "^3.7.0",
@@ -68,7 +68,7 @@
68
68
  "is-installed-globally": "^1.0.0",
69
69
  "jiti": "^2.4.2",
70
70
  "katex": "^0.16.21",
71
- "local-pkg": "^1.0.0",
71
+ "local-pkg": "^1.1.1",
72
72
  "lz-string": "^1.5.0",
73
73
  "magic-string": "^0.30.17",
74
74
  "magic-string-stack": "^1.0.0",
@@ -88,29 +88,29 @@
88
88
  "resolve-from": "^5.0.0",
89
89
  "resolve-global": "^2.0.0",
90
90
  "semver": "^7.7.1",
91
- "shiki": "^3.0.0",
91
+ "shiki": "^3.1.0",
92
92
  "shiki-magic-move": "^1.0.1",
93
93
  "sirv": "^3.0.1",
94
94
  "source-map-js": "^1.2.1",
95
- "typescript": "^5.7.3",
95
+ "typescript": "^5.8.2",
96
96
  "unocss": "^66.0.0",
97
97
  "unplugin-icons": "^22.1.0",
98
- "unplugin-vue-components": "^28.4.0",
98
+ "unplugin-vue-components": "^28.4.1",
99
99
  "unplugin-vue-markdown": "^28.3.1",
100
100
  "untun": "^0.1.3",
101
101
  "uqr": "^0.1.2",
102
- "vite": "^6.1.1",
102
+ "vite": "^6.2.1",
103
103
  "vite-plugin-inspect": "^11.0.0",
104
104
  "vite-plugin-remote-assets": "^1.0.0",
105
- "vite-plugin-static-copy": "^2.2.0",
105
+ "vite-plugin-static-copy": "^2.3.0",
106
106
  "vite-plugin-vue-server-ref": "^1.0.0",
107
- "vitefu": "^1.0.5",
107
+ "vitefu": "^1.0.6",
108
108
  "vue": "^3.5.13",
109
109
  "yaml": "^2.7.0",
110
110
  "yargs": "^17.7.2",
111
- "@slidev/client": "51.3.0",
112
- "@slidev/parser": "51.3.0",
113
- "@slidev/types": "51.3.0"
111
+ "@slidev/parser": "51.4.0",
112
+ "@slidev/types": "51.4.0",
113
+ "@slidev/client": "51.4.0"
114
114
  },
115
115
  "devDependencies": {
116
116
  "@hedgedoc/markdown-it-plugins": "^2.1.4",