@slidev/cli 0.27.4 → 0.27.8

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,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2
2
 
3
3
 
4
- var _chunkMI63EDKHjs = require('./chunk-MI63EDKH.js');
4
+ var _chunkVGCNLLXLjs = require('./chunk-VGCNLLXL.js');
5
5
 
6
6
 
7
7
 
@@ -322,12 +322,12 @@ async function build(options, viteConfig = {}) {
322
322
  let originalIndexHTML;
323
323
  if (_fsextra2.default.existsSync(indexPath))
324
324
  originalIndexHTML = await _fsextra2.default.readFile(indexPath, "utf-8");
325
- await _fsextra2.default.writeFile(indexPath, await _chunkMI63EDKHjs.getIndexHtml.call(void 0, options), "utf-8");
325
+ await _fsextra2.default.writeFile(indexPath, await _chunkVGCNLLXLjs.getIndexHtml.call(void 0, options), "utf-8");
326
326
  let config = void 0;
327
327
  try {
328
328
  const inlineConfig = _vite.mergeConfig.call(void 0, viteConfig, {
329
329
  plugins: [
330
- await _chunkMI63EDKHjs.ViteSlidevPlugin.call(void 0, options, pluginOptions),
330
+ await _chunkVGCNLLXLjs.ViteSlidevPlugin.call(void 0, options, pluginOptions),
331
331
  {
332
332
  name: "resolve-config",
333
333
  configResolved(_config) {
@@ -371,13 +371,13 @@ async function build(options, viteConfig = {}) {
371
371
  else
372
372
  await _fsextra2.default.unlink(indexPath);
373
373
  }
374
- await _fsextra2.default.copyFile(_path.resolve.call(void 0, options.userRoot, "dist/index.html"), _path.resolve.call(void 0, options.userRoot, "dist/404.html"));
375
- const redirectsPath = _path.resolve.call(void 0, options.userRoot, "dist/_redirects");
374
+ await _fsextra2.default.copyFile(_path.resolve.call(void 0, config.build.outDir, "index.html"), _path.resolve.call(void 0, config.build.outDir, "404.html"));
375
+ const redirectsPath = _path.resolve.call(void 0, config.build.outDir, "_redirects");
376
376
  if (!_fsextra2.default.existsSync(redirectsPath))
377
377
  await _fsextra2.default.writeFile(redirectsPath, `${config.base}* ${config.base}index.html 200
378
378
  `, "utf-8");
379
379
  if ([true, "true", "auto"].includes(options.data.config.download)) {
380
- const { exportSlides } = await Promise.resolve().then(() => _chunk37BJZLTEjs.__toModule.call(void 0, _chunk37BJZLTEjs.__require.call(void 0, "./export-HSHYFPNM.js")));
380
+ const { exportSlides } = await Promise.resolve().then(() => _chunk37BJZLTEjs.__toModule.call(void 0, _chunk37BJZLTEjs.__require.call(void 0, "./export-LOBS4ULN.js")));
381
381
  const port = 12445;
382
382
  const app = _connect2.default.call(void 0, );
383
383
  const server = _http2.default.createServer(app);
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ViteSlidevPlugin,
3
3
  getIndexHtml
4
- } from "./chunk-WV5JPB3F.mjs";
4
+ } from "./chunk-W4I3G4ZD.mjs";
5
5
  import {
6
6
  __commonJS,
7
7
  __require,
@@ -363,13 +363,13 @@ async function build(options, viteConfig = {}) {
363
363
  else
364
364
  await fs.unlink(indexPath);
365
365
  }
366
- await fs.copyFile(resolve(options.userRoot, "dist/index.html"), resolve(options.userRoot, "dist/404.html"));
367
- const redirectsPath = resolve(options.userRoot, "dist/_redirects");
366
+ await fs.copyFile(resolve(config.build.outDir, "index.html"), resolve(config.build.outDir, "404.html"));
367
+ const redirectsPath = resolve(config.build.outDir, "_redirects");
368
368
  if (!fs.existsSync(redirectsPath))
369
369
  await fs.writeFile(redirectsPath, `${config.base}* ${config.base}index.html 200
370
370
  `, "utf-8");
371
371
  if ([true, "true", "auto"].includes(options.data.config.download)) {
372
- const { exportSlides } = await Promise.resolve().then(() => __toModule(__require("./export-HQZBY46V.mjs")));
372
+ const { exportSlides } = await Promise.resolve().then(() => __toModule(__require("./export-OFLHD6SQ.mjs")));
373
373
  const port = 12445;
374
374
  const app = connect();
375
375
  const server = http.createServer(app);
@@ -10094,7 +10094,7 @@ var require_semver2 = __commonJS({
10094
10094
  });
10095
10095
 
10096
10096
  // package.json
10097
- var version = "0.27.4";
10097
+ var version = "0.27.8";
10098
10098
 
10099
10099
  // node/themes.ts
10100
10100
  var import_ni = __toModule(require_dist());
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  ViteSlidevPlugin
3
- } from "./chunk-WV5JPB3F.mjs";
3
+ } from "./chunk-W4I3G4ZD.mjs";
4
4
 
5
5
  // node/server.ts
6
6
  import { join } from "path";
@@ -10144,7 +10144,7 @@ var require_semver2 = _chunk37BJZLTEjs.__commonJS.call(void 0, {
10144
10144
  });
10145
10145
 
10146
10146
  // package.json
10147
- var version = "0.27.4";
10147
+ var version = "0.27.8";
10148
10148
 
10149
10149
  // node/themes.ts
10150
10150
  _chunk37BJZLTEjs.init_cjs_shims.call(void 0, );
@@ -1254,7 +1254,7 @@ function transformPageCSS(md2, id) {
1254
1254
  if (!start.includes("scoped"))
1255
1255
  start = start.replace("<style", "<style scoped");
1256
1256
  return `${start}
1257
- .slidev-page-${page}{${css}}${end}`;
1257
+ ${css}${end}`;
1258
1258
  });
1259
1259
  return result;
1260
1260
  }
@@ -1238,7 +1238,7 @@ function transformPageCSS(md2, id) {
1238
1238
  if (!start.includes("scoped"))
1239
1239
  start = start.replace("<style", "<style scoped");
1240
1240
  return `${start}
1241
- .slidev-page-${page}{${css}}${end}`;
1241
+ ${css}${end}`;
1242
1242
  });
1243
1243
  return result;
1244
1244
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkMI63EDKHjs = require('./chunk-MI63EDKH.js');
3
+ var _chunkVGCNLLXLjs = require('./chunk-VGCNLLXL.js');
4
4
 
5
5
 
6
6
  var _chunk37BJZLTEjs = require('./chunk-37BJZLTE.js');
@@ -20,7 +20,7 @@ async function createServer(options, viteConfig = {}, serverOptions = {}) {
20
20
  ]
21
21
  },
22
22
  plugins: [
23
- await _chunkMI63EDKHjs.ViteSlidevPlugin.call(void 0, options, pluginOptions, serverOptions)
23
+ await _chunkVGCNLLXLjs.ViteSlidevPlugin.call(void 0, options, pluginOptions, serverOptions)
24
24
  ]
25
25
  }));
26
26
  return server;
package/dist/cli.js CHANGED
@@ -1,16 +1,16 @@
1
1
  "use strict"; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2
2
 
3
- var _chunkZU4P7PRPjs = require('./chunk-ZU4P7PRP.js');
3
+ var _chunkYEPMS552js = require('./chunk-YEPMS552.js');
4
4
 
5
5
 
6
6
 
7
7
 
8
8
 
9
9
 
10
- var _chunkCUMNOFXYjs = require('./chunk-CUMNOFXY.js');
10
+ var _chunkGI23VZRTjs = require('./chunk-GI23VZRT.js');
11
11
 
12
12
 
13
- var _chunkMI63EDKHjs = require('./chunk-MI63EDKH.js');
13
+ var _chunkVGCNLLXLjs = require('./chunk-VGCNLLXL.js');
14
14
 
15
15
 
16
16
 
@@ -19,7 +19,7 @@ var _chunk37BJZLTEjs = require('./chunk-37BJZLTE.js');
19
19
 
20
20
  // node/cli.ts
21
21
  _chunk37BJZLTEjs.init_cjs_shims.call(void 0, );
22
- var import_fast_deep_equal = _chunk37BJZLTEjs.__toModule.call(void 0, _chunkMI63EDKHjs.require_fast_deep_equal.call(void 0, ));
22
+ var import_fast_deep_equal = _chunk37BJZLTEjs.__toModule.call(void 0, _chunkVGCNLLXLjs.require_fast_deep_equal.call(void 0, ));
23
23
  var _path = require('path'); var _path2 = _interopRequireDefault(_path);
24
24
  var _net = require('net'); var _net2 = _interopRequireDefault(_net);
25
25
  var _os = require('os'); var _os2 = _interopRequireDefault(_os);
@@ -42,7 +42,7 @@ var CONFIG_RESTART_FIELDS = [
42
42
  "routerMode",
43
43
  "fonts"
44
44
  ];
45
- var cli = _yargs2.default.scriptName("slidev").usage("$0 [args]").version(_chunkCUMNOFXYjs.version).strict().showHelpOnFail(false).alias("h", "help").alias("v", "version");
45
+ var cli = _yargs2.default.scriptName("slidev").usage("$0 [args]").version(_chunkGI23VZRTjs.version).strict().showHelpOnFail(false).alias("h", "help").alias("v", "version");
46
46
  cli.command("* [entry]", "Start a local server for Slidev", (args) => commonOptions(args).option("port", {
47
47
  alias: "p",
48
48
  type: "number",
@@ -86,9 +86,9 @@ cli.command("* [entry]", "Start a local server for Slidev", (args) => commonOpti
86
86
  async function initServer() {
87
87
  if (server)
88
88
  await server.close();
89
- const options = await _chunkCUMNOFXYjs.resolveOptions.call(void 0, { entry, theme }, "dev");
89
+ const options = await _chunkGI23VZRTjs.resolveOptions.call(void 0, { entry, theme }, "dev");
90
90
  port = userPort || await findFreePort(3030);
91
- server = await _chunkZU4P7PRPjs.createServer.call(void 0, options, {
91
+ server = await _chunkYEPMS552js.createServer.call(void 0, options, {
92
92
  server: {
93
93
  port,
94
94
  strictPort: true,
@@ -99,7 +99,7 @@ cli.command("* [entry]", "Start a local server for Slidev", (args) => commonOpti
99
99
  logLevel: log
100
100
  }, {
101
101
  onDataReload(newData, data) {
102
- if (!theme && _chunkCUMNOFXYjs.resolveThemeName.call(void 0, newData.config.theme) !== _chunkCUMNOFXYjs.resolveThemeName.call(void 0, data.config.theme)) {
102
+ if (!theme && _chunkGI23VZRTjs.resolveThemeName.call(void 0, newData.config.theme) !== _chunkGI23VZRTjs.resolveThemeName.call(void 0, data.config.theme)) {
103
103
  console.log(_kolorist.yellow.call(void 0, "\n restarting on theme change\n"));
104
104
  initServer();
105
105
  } else if (CONFIG_RESTART_FIELDS.some((i) => !(0, import_fast_deep_equal.default)(newData.config[i], data.config[i]))) {
@@ -169,8 +169,8 @@ cli.command("build [entry]", "Build hostable SPA", (args) => commonOptions(args)
169
169
  type: "boolean",
170
170
  describe: "allow download as PDF"
171
171
  }).strict().help(), async ({ entry, theme, watch, base, download, out }) => {
172
- const { build } = await Promise.resolve().then(() => _chunk37BJZLTEjs.__toModule.call(void 0, _chunk37BJZLTEjs.__require.call(void 0, "./build-YZLPZ7NZ.js")));
173
- const options = await _chunkCUMNOFXYjs.resolveOptions.call(void 0, { entry, theme }, "build");
172
+ const { build } = await Promise.resolve().then(() => _chunk37BJZLTEjs.__toModule.call(void 0, _chunk37BJZLTEjs.__require.call(void 0, "./build-JHXZDEHS.js")));
173
+ const options = await _chunkGI23VZRTjs.resolveOptions.call(void 0, { entry, theme }, "build");
174
174
  if (download && !options.data.config.download)
175
175
  options.data.config.download = download;
176
176
  printInfo(options);
@@ -193,16 +193,16 @@ cli.command("theme [subcommand]", "Theme related operations", (command) => {
193
193
  default: "theme"
194
194
  }), async ({ entry, dir, theme: themeInput }) => {
195
195
  const data = await _fs.load.call(void 0, entry);
196
- const theme = _chunkCUMNOFXYjs.resolveThemeName.call(void 0, themeInput || data.config.theme);
196
+ const theme = _chunkGI23VZRTjs.resolveThemeName.call(void 0, themeInput || data.config.theme);
197
197
  if (theme === "none") {
198
198
  console.error('Can not eject theme "none"');
199
199
  process.exit(1);
200
200
  }
201
- if (_chunkCUMNOFXYjs.isPath.call(void 0, theme)) {
201
+ if (_chunkGI23VZRTjs.isPath.call(void 0, theme)) {
202
202
  console.error("Theme is already ejected");
203
203
  process.exit(1);
204
204
  }
205
- const roots = _chunkCUMNOFXYjs.getThemeRoots.call(void 0, theme, entry);
205
+ const roots = _chunkGI23VZRTjs.getThemeRoots.call(void 0, theme, entry);
206
206
  if (!roots.length) {
207
207
  console.error(`Does not found theme "${theme}"`);
208
208
  process.exit(1);
@@ -257,10 +257,10 @@ cli.command("export [entry]", "Export slides to PDF", (args) => commonOptions(ar
257
257
  }) => {
258
258
  output = output || `${_path2.default.basename(entry, ".md")}-export`;
259
259
  process.env.NODE_ENV = "production";
260
- const { exportSlides } = await Promise.resolve().then(() => _chunk37BJZLTEjs.__toModule.call(void 0, _chunk37BJZLTEjs.__require.call(void 0, "./export-HSHYFPNM.js")));
260
+ const { exportSlides } = await Promise.resolve().then(() => _chunk37BJZLTEjs.__toModule.call(void 0, _chunk37BJZLTEjs.__require.call(void 0, "./export-LOBS4ULN.js")));
261
261
  const port = await findFreePort(12445);
262
- const options = await _chunkCUMNOFXYjs.resolveOptions.call(void 0, { entry, theme }, "build");
263
- const server = await _chunkZU4P7PRPjs.createServer.call(void 0, options, {
262
+ const options = await _chunkGI23VZRTjs.resolveOptions.call(void 0, { entry, theme }, "build");
263
+ const server = await _chunkYEPMS552js.createServer.call(void 0, options, {
264
264
  server: { port },
265
265
  clearScreen: false
266
266
  });
@@ -303,7 +303,7 @@ function printInfo(options, port, remote) {
303
303
  console.log();
304
304
  console.log();
305
305
  console.log(` ${_kolorist.cyan.call(void 0, "\u25CF") + _kolorist.blue.call(void 0, "\u25A0") + _kolorist.yellow.call(void 0, "\u25B2")}`);
306
- console.log(`${_kolorist.bold.call(void 0, " Slidev")} ${_kolorist.blue.call(void 0, `v${_chunkCUMNOFXYjs.version}`)} ${_isinstalledglobally2.default ? _kolorist.yellow.call(void 0, "(global)") : ""}`);
306
+ console.log(`${_kolorist.bold.call(void 0, " Slidev")} ${_kolorist.blue.call(void 0, `v${_chunkGI23VZRTjs.version}`)} ${_isinstalledglobally2.default ? _kolorist.yellow.call(void 0, "(global)") : ""}`);
307
307
  console.log();
308
308
  console.log(_kolorist.dim.call(void 0, " theme ") + (options.theme ? _kolorist.green.call(void 0, options.theme) : _kolorist.gray.call(void 0, "none")));
309
309
  console.log(_kolorist.dim.call(void 0, " entry ") + _kolorist.dim.call(void 0, _path2.default.dirname(options.entry) + _path2.default.sep) + _path2.default.basename(options.entry));
package/dist/cli.mjs CHANGED
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-VQUVBFPF.mjs";
3
+ } from "./chunk-62VWL3OP.mjs";
4
4
  import {
5
5
  getThemeRoots,
6
6
  isPath,
7
7
  resolveOptions,
8
8
  resolveThemeName,
9
9
  version
10
- } from "./chunk-J4S24MA2.mjs";
10
+ } from "./chunk-3L6A6RPS.mjs";
11
11
  import {
12
12
  require_fast_deep_equal
13
- } from "./chunk-WV5JPB3F.mjs";
13
+ } from "./chunk-W4I3G4ZD.mjs";
14
14
  import {
15
15
  __require,
16
16
  __toModule
@@ -167,7 +167,7 @@ cli.command("build [entry]", "Build hostable SPA", (args) => commonOptions(args)
167
167
  type: "boolean",
168
168
  describe: "allow download as PDF"
169
169
  }).strict().help(), async ({ entry, theme, watch, base, download, out }) => {
170
- const { build } = await Promise.resolve().then(() => __toModule(__require("./build-5VXYHOZ5.mjs")));
170
+ const { build } = await Promise.resolve().then(() => __toModule(__require("./build-TW6T5B23.mjs")));
171
171
  const options = await resolveOptions({ entry, theme }, "build");
172
172
  if (download && !options.data.config.download)
173
173
  options.data.config.download = download;
@@ -255,7 +255,7 @@ cli.command("export [entry]", "Export slides to PDF", (args) => commonOptions(ar
255
255
  }) => {
256
256
  output = output || `${path.basename(entry, ".md")}-export`;
257
257
  process.env.NODE_ENV = "production";
258
- const { exportSlides } = await Promise.resolve().then(() => __toModule(__require("./export-HQZBY46V.mjs")));
258
+ const { exportSlides } = await Promise.resolve().then(() => __toModule(__require("./export-OFLHD6SQ.mjs")));
259
259
  const port = await findFreePort(12445);
260
260
  const options = await resolveOptions({ entry, theme }, "build");
261
261
  const server = await createServer(options, {
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2
2
 
3
- var _chunkCUMNOFXYjs = require('./chunk-CUMNOFXY.js');
3
+ var _chunkGI23VZRTjs = require('./chunk-GI23VZRT.js');
4
4
 
5
5
 
6
6
 
@@ -62,7 +62,7 @@ async function exportSlides({
62
62
  height = 1080,
63
63
  withClicks = false
64
64
  }) {
65
- if (!_chunkCUMNOFXYjs.packageExists.call(void 0, "playwright-chromium"))
65
+ if (!_chunkGI23VZRTjs.packageExists.call(void 0, "playwright-chromium"))
66
66
  throw new Error("The exporting for Slidev is powered by Playwright, please installed it via `npm i playwright-chromium`");
67
67
  const { chromium } = await Promise.resolve().then(() => _chunk37BJZLTEjs.__toModule.call(void 0, _chunk37BJZLTEjs.__require.call(void 0, "playwright-chromium")));
68
68
  const browser = await chromium.launch();
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  packageExists
3
- } from "./chunk-J4S24MA2.mjs";
3
+ } from "./chunk-3L6A6RPS.mjs";
4
4
  import {
5
5
  __require,
6
6
  __toModule
package/dist/index.js CHANGED
@@ -1,17 +1,17 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } }
2
2
 
3
- var _chunkZU4P7PRPjs = require('./chunk-ZU4P7PRP.js');
3
+ var _chunkYEPMS552js = require('./chunk-YEPMS552.js');
4
4
 
5
5
 
6
6
 
7
7
 
8
8
 
9
9
 
10
- var _chunkCUMNOFXYjs = require('./chunk-CUMNOFXY.js');
10
+ var _chunkGI23VZRTjs = require('./chunk-GI23VZRT.js');
11
11
 
12
12
 
13
13
 
14
- var _chunkMI63EDKHjs = require('./chunk-MI63EDKH.js');
14
+ var _chunkVGCNLLXLjs = require('./chunk-VGCNLLXL.js');
15
15
 
16
16
 
17
17
  var _chunk37BJZLTEjs = require('./chunk-37BJZLTE.js');
@@ -34,4 +34,4 @@ var _fs = require('@slidev/parser/fs'); var parser = _interopRequireWildcard(_fs
34
34
 
35
35
 
36
36
 
37
- exports.ViteSlidevPlugin = _chunkMI63EDKHjs.ViteSlidevPlugin; exports.createServer = _chunkZU4P7PRPjs.createServer; exports.createWindiCSSPlugin = _chunkMI63EDKHjs.createWindiCSSPlugin; exports.getCLIRoot = _chunkCUMNOFXYjs.getCLIRoot; exports.getClientRoot = _chunkCUMNOFXYjs.getClientRoot; exports.getThemeRoots = _chunkCUMNOFXYjs.getThemeRoots; exports.isPath = _chunkCUMNOFXYjs.isPath; exports.parser = parser; exports.resolveOptions = _chunkCUMNOFXYjs.resolveOptions;
37
+ exports.ViteSlidevPlugin = _chunkVGCNLLXLjs.ViteSlidevPlugin; exports.createServer = _chunkYEPMS552js.createServer; exports.createWindiCSSPlugin = _chunkVGCNLLXLjs.createWindiCSSPlugin; exports.getCLIRoot = _chunkGI23VZRTjs.getCLIRoot; exports.getClientRoot = _chunkGI23VZRTjs.getClientRoot; exports.getThemeRoots = _chunkGI23VZRTjs.getThemeRoots; exports.isPath = _chunkGI23VZRTjs.isPath; exports.parser = parser; exports.resolveOptions = _chunkGI23VZRTjs.resolveOptions;
package/dist/index.mjs CHANGED
@@ -1,17 +1,17 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-VQUVBFPF.mjs";
3
+ } from "./chunk-62VWL3OP.mjs";
4
4
  import {
5
5
  getCLIRoot,
6
6
  getClientRoot,
7
7
  getThemeRoots,
8
8
  isPath,
9
9
  resolveOptions
10
- } from "./chunk-J4S24MA2.mjs";
10
+ } from "./chunk-3L6A6RPS.mjs";
11
11
  import {
12
12
  ViteSlidevPlugin,
13
13
  createWindiCSSPlugin
14
- } from "./chunk-WV5JPB3F.mjs";
14
+ } from "./chunk-W4I3G4ZD.mjs";
15
15
  import "./chunk-DFNSCAEG.mjs";
16
16
 
17
17
  // node/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/cli",
3
- "version": "0.27.4",
3
+ "version": "0.27.8",
4
4
  "description": "Presentation slides for developers",
5
5
  "homepage": "https://sli.dev",
6
6
  "bugs": "https://github.com/slidevjs/slidev/issues",
@@ -42,9 +42,9 @@
42
42
  "@antfu/utils": "^0.3.0",
43
43
  "@iconify-json/carbon": "^1.0.3",
44
44
  "@iconify-json/ph": "^1.0.1",
45
- "@slidev/client": "0.27.4",
46
- "@slidev/parser": "0.27.4",
47
- "@slidev/types": "0.27.4",
45
+ "@slidev/client": "0.27.8",
46
+ "@slidev/parser": "0.27.8",
47
+ "@slidev/types": "0.27.8",
48
48
  "@vitejs/plugin-vue": "^1.9.2",
49
49
  "@vue/compiler-sfc": "^3.2.19",
50
50
  "cli-progress": "^3.9.1",