@slidev/cli 0.25.8 → 0.27.1

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,14 +1,20 @@
1
1
  import {
2
2
  ViteSlidevPlugin
3
- } from "./chunk-ZYM6IFT5.mjs";
3
+ } from "./chunk-4T4RQZGD.mjs";
4
4
 
5
5
  // node/server.ts
6
+ import { join } from "path";
6
7
  import { createServer as createViteServer, mergeConfig, resolveConfig } from "vite";
7
8
  async function createServer(options, viteConfig = {}, serverOptions = {}) {
8
9
  const rawConfig = await resolveConfig({}, "serve");
9
10
  const pluginOptions = rawConfig.slidev || {};
10
11
  process.env.EDITOR = process.env.EDITOR || "code";
11
12
  const server = await createViteServer(mergeConfig(viteConfig, {
13
+ optimizeDeps: {
14
+ entries: [
15
+ join(options.clientRoot, "main.ts")
16
+ ]
17
+ },
12
18
  plugins: [
13
19
  await ViteSlidevPlugin(options, pluginOptions, serverOptions)
14
20
  ]
@@ -1,20 +1,26 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk5X4UZOIBjs = require('./chunk-5X4UZOIB.js');
3
+ var _chunk5EVCSIISjs = require('./chunk-5EVCSIIS.js');
4
4
 
5
5
 
6
- var _chunkQIDQYQEGjs = require('./chunk-QIDQYQEG.js');
6
+ var _chunkNLFQOKKUjs = require('./chunk-NLFQOKKU.js');
7
7
 
8
8
  // node/server.ts
9
- _chunkQIDQYQEGjs.init_cjs_shims.call(void 0, );
9
+ _chunkNLFQOKKUjs.init_cjs_shims.call(void 0, );
10
+ var _path = require('path');
10
11
  var _vite = require('vite');
11
12
  async function createServer(options, viteConfig = {}, serverOptions = {}) {
12
13
  const rawConfig = await _vite.resolveConfig.call(void 0, {}, "serve");
13
14
  const pluginOptions = rawConfig.slidev || {};
14
15
  process.env.EDITOR = process.env.EDITOR || "code";
15
16
  const server = await _vite.createServer.call(void 0, _vite.mergeConfig.call(void 0, viteConfig, {
17
+ optimizeDeps: {
18
+ entries: [
19
+ _path.join.call(void 0, options.clientRoot, "main.ts")
20
+ ]
21
+ },
16
22
  plugins: [
17
- await _chunk5X4UZOIBjs.ViteSlidevPlugin.call(void 0, options, pluginOptions, serverOptions)
23
+ await _chunk5EVCSIISjs.ViteSlidevPlugin.call(void 0, options, pluginOptions, serverOptions)
18
24
  ]
19
25
  }));
20
26
  return server;
@@ -43,10 +43,10 @@ var __toModule = (module) => {
43
43
  return __reExport(__markAsModule(__defProp(module != null ? __create(__getProtoOf(module)) : {}, "default", module && module.__esModule && "default" in module ? { get: () => module.default, enumerable: true } : { value: module, enumerable: true })), module);
44
44
  };
45
45
 
46
- // ../../node_modules/.pnpm/tsup@5.2.0_typescript@4.4.3/node_modules/tsup/assets/cjs_shims.js
46
+ // ../../node_modules/.pnpm/tsup@5.2.1_typescript@4.4.3/node_modules/tsup/assets/cjs_shims.js
47
47
  var importMetaUrlShim;
48
48
  var init_cjs_shims = __esm({
49
- "../../node_modules/.pnpm/tsup@5.2.0_typescript@4.4.3/node_modules/tsup/assets/cjs_shims.js"() {
49
+ "../../node_modules/.pnpm/tsup@5.2.1_typescript@4.4.3/node_modules/tsup/assets/cjs_shims.js"() {
50
50
  importMetaUrlShim = typeof document === "undefined" ? new (__require("url")).URL("file:" + __filename).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
51
51
  }
52
52
  });
package/dist/cli.js CHANGED
@@ -1,25 +1,25 @@
1
1
  "use strict"; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2
2
 
3
- var _chunkDMF3GKR2js = require('./chunk-DMF3GKR2.js');
3
+ var _chunkGCFWG7NWjs = require('./chunk-GCFWG7NW.js');
4
4
 
5
5
 
6
6
 
7
7
 
8
8
 
9
9
 
10
- var _chunk2XXXTIHTjs = require('./chunk-2XXXTIHT.js');
10
+ var _chunk6UCMUJW4js = require('./chunk-6UCMUJW4.js');
11
11
 
12
12
 
13
- var _chunk5X4UZOIBjs = require('./chunk-5X4UZOIB.js');
13
+ var _chunk5EVCSIISjs = require('./chunk-5EVCSIIS.js');
14
14
 
15
15
 
16
16
 
17
17
 
18
- var _chunkQIDQYQEGjs = require('./chunk-QIDQYQEG.js');
18
+ var _chunkNLFQOKKUjs = require('./chunk-NLFQOKKU.js');
19
19
 
20
20
  // node/cli.ts
21
- _chunkQIDQYQEGjs.init_cjs_shims.call(void 0, );
22
- var import_fast_deep_equal = _chunkQIDQYQEGjs.__toModule.call(void 0, _chunk5X4UZOIBjs.require_fast_deep_equal.call(void 0, ));
21
+ _chunkNLFQOKKUjs.init_cjs_shims.call(void 0, );
22
+ var import_fast_deep_equal = _chunkNLFQOKKUjs.__toModule.call(void 0, _chunk5EVCSIISjs.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(_chunk2XXXTIHTjs.version).strict().showHelpOnFail(false).alias("h", "help").alias("v", "version");
45
+ var cli = _yargs2.default.scriptName("slidev").usage("$0 [args]").version(_chunk6UCMUJW4js.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 _chunk2XXXTIHTjs.resolveOptions.call(void 0, { entry, theme }, "dev");
89
+ const options = await _chunk6UCMUJW4js.resolveOptions.call(void 0, { entry, theme }, "dev");
90
90
  port = userPort || await findFreePort(3030);
91
- server = await _chunkDMF3GKR2js.createServer.call(void 0, options, {
91
+ server = await _chunkGCFWG7NWjs.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 && _chunk2XXXTIHTjs.resolveThemeName.call(void 0, newData.config.theme) !== _chunk2XXXTIHTjs.resolveThemeName.call(void 0, data.config.theme)) {
102
+ if (!theme && _chunk6UCMUJW4js.resolveThemeName.call(void 0, newData.config.theme) !== _chunk6UCMUJW4js.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(() => _chunkQIDQYQEGjs.__toModule.call(void 0, _chunkQIDQYQEGjs.__require.call(void 0, "./build-XEV6LBWL.js")));
173
- const options = await _chunk2XXXTIHTjs.resolveOptions.call(void 0, { entry, theme }, "build");
172
+ const { build } = await Promise.resolve().then(() => _chunkNLFQOKKUjs.__toModule.call(void 0, _chunkNLFQOKKUjs.__require.call(void 0, "./build-2LSIKGME.js")));
173
+ const options = await _chunk6UCMUJW4js.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 = _chunk2XXXTIHTjs.resolveThemeName.call(void 0, themeInput || data.config.theme);
196
+ const theme = _chunk6UCMUJW4js.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 (_chunk2XXXTIHTjs.isPath.call(void 0, theme)) {
201
+ if (_chunk6UCMUJW4js.isPath.call(void 0, theme)) {
202
202
  console.error("Theme is already ejected");
203
203
  process.exit(1);
204
204
  }
205
- const roots = _chunk2XXXTIHTjs.getThemeRoots.call(void 0, theme, entry);
205
+ const roots = _chunk6UCMUJW4js.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,12 +257,11 @@ 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(() => _chunkQIDQYQEGjs.__toModule.call(void 0, _chunkQIDQYQEGjs.__require.call(void 0, "./export-TB2WWC2X.js")));
260
+ const { exportSlides } = await Promise.resolve().then(() => _chunkNLFQOKKUjs.__toModule.call(void 0, _chunkNLFQOKKUjs.__require.call(void 0, "./export-2WUSZJI6.js")));
261
261
  const port = await findFreePort(12445);
262
- const options = await _chunk2XXXTIHTjs.resolveOptions.call(void 0, { entry, theme }, "build");
263
- const server = await _chunkDMF3GKR2js.createServer.call(void 0, options, {
262
+ const options = await _chunk6UCMUJW4js.resolveOptions.call(void 0, { entry, theme }, "build");
263
+ const server = await _chunkGCFWG7NWjs.createServer.call(void 0, options, {
264
264
  server: { port },
265
- logLevel: "error",
266
265
  clearScreen: false
267
266
  });
268
267
  await server.listen(port);
@@ -304,7 +303,7 @@ function printInfo(options, port, remote) {
304
303
  console.log();
305
304
  console.log();
306
305
  console.log(` ${_kolorist.cyan.call(void 0, "\u25CF") + _kolorist.blue.call(void 0, "\u25A0") + _kolorist.yellow.call(void 0, "\u25B2")}`);
307
- console.log(`${_kolorist.bold.call(void 0, " Slidev")} ${_kolorist.blue.call(void 0, `v${_chunk2XXXTIHTjs.version}`)} ${_isinstalledglobally2.default ? _kolorist.yellow.call(void 0, "(global)") : ""}`);
306
+ console.log(`${_kolorist.bold.call(void 0, " Slidev")} ${_kolorist.blue.call(void 0, `v${_chunk6UCMUJW4js.version}`)} ${_isinstalledglobally2.default ? _kolorist.yellow.call(void 0, "(global)") : ""}`);
308
307
  console.log();
309
308
  console.log(_kolorist.dim.call(void 0, " theme ") + (options.theme ? _kolorist.green.call(void 0, options.theme) : _kolorist.gray.call(void 0, "none")));
310
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-226IETJG.mjs";
3
+ } from "./chunk-CJJPYJNC.mjs";
4
4
  import {
5
5
  getThemeRoots,
6
6
  isPath,
7
7
  resolveOptions,
8
8
  resolveThemeName,
9
9
  version
10
- } from "./chunk-7EB4SFAT.mjs";
10
+ } from "./chunk-5KM4526F.mjs";
11
11
  import {
12
12
  require_fast_deep_equal
13
- } from "./chunk-ZYM6IFT5.mjs";
13
+ } from "./chunk-4T4RQZGD.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-FXRZQAN2.mjs")));
170
+ const { build } = await Promise.resolve().then(() => __toModule(__require("./build-SPPNW23W.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,12 +255,11 @@ 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-OWXSZZNV.mjs")));
258
+ const { exportSlides } = await Promise.resolve().then(() => __toModule(__require("./export-CHLCG3JU.mjs")));
259
259
  const port = await findFreePort(12445);
260
260
  const options = await resolveOptions({ entry, theme }, "build");
261
261
  const server = await createServer(options, {
262
262
  server: { port },
263
- logLevel: "error",
264
263
  clearScreen: false
265
264
  });
266
265
  await server.listen(port);
@@ -1,14 +1,14 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2
2
 
3
- var _chunk2XXXTIHTjs = require('./chunk-2XXXTIHT.js');
3
+ var _chunk6UCMUJW4js = require('./chunk-6UCMUJW4.js');
4
4
 
5
5
 
6
6
 
7
7
 
8
- var _chunkQIDQYQEGjs = require('./chunk-QIDQYQEG.js');
8
+ var _chunkNLFQOKKUjs = require('./chunk-NLFQOKKU.js');
9
9
 
10
10
  // node/export.ts
11
- _chunkQIDQYQEGjs.init_cjs_shims.call(void 0, );
11
+ _chunkNLFQOKKUjs.init_cjs_shims.call(void 0, );
12
12
  var _path = require('path'); var _path2 = _interopRequireDefault(_path);
13
13
  var _fsextra = require('fs-extra'); var _fsextra2 = _interopRequireDefault(_fsextra);
14
14
  var _pdflib = require('pdf-lib');
@@ -62,9 +62,9 @@ async function exportSlides({
62
62
  height = 1080,
63
63
  withClicks = false
64
64
  }) {
65
- if (!_chunk2XXXTIHTjs.packageExists.call(void 0, "playwright-chromium"))
65
+ if (!_chunk6UCMUJW4js.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
- const { chromium } = await Promise.resolve().then(() => _chunkQIDQYQEGjs.__toModule.call(void 0, _chunkQIDQYQEGjs.__require.call(void 0, "playwright-chromium")));
67
+ const { chromium } = await Promise.resolve().then(() => _chunkNLFQOKKUjs.__toModule.call(void 0, _chunkNLFQOKKUjs.__require.call(void 0, "playwright-chromium")));
68
68
  const browser = await chromium.launch();
69
69
  const context = await browser.newContext({
70
70
  viewport: {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  packageExists
3
- } from "./chunk-7EB4SFAT.mjs";
3
+ } from "./chunk-5KM4526F.mjs";
4
4
  import {
5
5
  __require,
6
6
  __toModule
package/dist/index.js CHANGED
@@ -1,26 +1,26 @@
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 _chunkDMF3GKR2js = require('./chunk-DMF3GKR2.js');
3
+ var _chunkGCFWG7NWjs = require('./chunk-GCFWG7NW.js');
4
4
 
5
5
 
6
6
 
7
7
 
8
8
 
9
9
 
10
- var _chunk2XXXTIHTjs = require('./chunk-2XXXTIHT.js');
10
+ var _chunk6UCMUJW4js = require('./chunk-6UCMUJW4.js');
11
11
 
12
12
 
13
13
 
14
- var _chunk5X4UZOIBjs = require('./chunk-5X4UZOIB.js');
14
+ var _chunk5EVCSIISjs = require('./chunk-5EVCSIIS.js');
15
15
 
16
16
 
17
- var _chunkQIDQYQEGjs = require('./chunk-QIDQYQEG.js');
17
+ var _chunkNLFQOKKUjs = require('./chunk-NLFQOKKU.js');
18
18
 
19
19
  // node/index.ts
20
- _chunkQIDQYQEGjs.init_cjs_shims.call(void 0, );
20
+ _chunkNLFQOKKUjs.init_cjs_shims.call(void 0, );
21
21
 
22
22
  // node/declare.ts
23
- _chunkQIDQYQEGjs.init_cjs_shims.call(void 0, );
23
+ _chunkNLFQOKKUjs.init_cjs_shims.call(void 0, );
24
24
 
25
25
  // node/index.ts
26
26
  var _fs = require('@slidev/parser/fs'); var parser = _interopRequireWildcard(_fs);
@@ -34,4 +34,4 @@ var _fs = require('@slidev/parser/fs'); var parser = _interopRequireWildcard(_fs
34
34
 
35
35
 
36
36
 
37
- exports.ViteSlidevPlugin = _chunk5X4UZOIBjs.ViteSlidevPlugin; exports.createServer = _chunkDMF3GKR2js.createServer; exports.createWindiCSSPlugin = _chunk5X4UZOIBjs.createWindiCSSPlugin; exports.getCLIRoot = _chunk2XXXTIHTjs.getCLIRoot; exports.getClientRoot = _chunk2XXXTIHTjs.getClientRoot; exports.getThemeRoots = _chunk2XXXTIHTjs.getThemeRoots; exports.isPath = _chunk2XXXTIHTjs.isPath; exports.parser = parser; exports.resolveOptions = _chunk2XXXTIHTjs.resolveOptions;
37
+ exports.ViteSlidevPlugin = _chunk5EVCSIISjs.ViteSlidevPlugin; exports.createServer = _chunkGCFWG7NWjs.createServer; exports.createWindiCSSPlugin = _chunk5EVCSIISjs.createWindiCSSPlugin; exports.getCLIRoot = _chunk6UCMUJW4js.getCLIRoot; exports.getClientRoot = _chunk6UCMUJW4js.getClientRoot; exports.getThemeRoots = _chunk6UCMUJW4js.getThemeRoots; exports.isPath = _chunk6UCMUJW4js.isPath; exports.parser = parser; exports.resolveOptions = _chunk6UCMUJW4js.resolveOptions;
package/dist/index.mjs CHANGED
@@ -1,17 +1,17 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-226IETJG.mjs";
3
+ } from "./chunk-CJJPYJNC.mjs";
4
4
  import {
5
5
  getCLIRoot,
6
6
  getClientRoot,
7
7
  getThemeRoots,
8
8
  isPath,
9
9
  resolveOptions
10
- } from "./chunk-7EB4SFAT.mjs";
10
+ } from "./chunk-5KM4526F.mjs";
11
11
  import {
12
12
  ViteSlidevPlugin,
13
13
  createWindiCSSPlugin
14
- } from "./chunk-ZYM6IFT5.mjs";
14
+ } from "./chunk-4T4RQZGD.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.25.8",
3
+ "version": "0.27.1",
4
4
  "description": "Presentation slides for developers",
5
5
  "homepage": "https://sli.dev",
6
6
  "bugs": "https://github.com/slidevjs/slidev/issues",
@@ -40,21 +40,22 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@antfu/utils": "^0.3.0",
43
- "@iconify/json": "^1.1.406",
44
- "@slidev/client": "0.25.8",
45
- "@slidev/parser": "0.25.8",
46
- "@slidev/types": "0.25.8",
43
+ "@iconify-json/carbon": "^1.0.3",
44
+ "@iconify-json/ph": "^1.0.1",
45
+ "@slidev/client": "0.27.1",
46
+ "@slidev/parser": "0.27.1",
47
+ "@slidev/types": "0.27.1",
47
48
  "@vitejs/plugin-vue": "^1.9.2",
48
49
  "@vue/compiler-sfc": "^3.2.19",
49
50
  "cli-progress": "^3.9.1",
50
- "codemirror": "^5.63.0",
51
+ "codemirror": "^5.63.1",
51
52
  "connect": "^3.7.0",
52
53
  "debug": "^4.3.2",
53
54
  "fast-glob": "^3.2.7",
54
55
  "fs-extra": "^10.0.0",
55
56
  "import-from": "^4.0.0",
56
57
  "is-installed-globally": "^0.4.0",
57
- "jiti": "^1.12.3",
58
+ "jiti": "^1.12.5",
58
59
  "js-base64": "^3.7.2",
59
60
  "katex": "^0.13.18",
60
61
  "kolorist": "^1.5.0",
@@ -71,15 +72,15 @@
71
72
  "resolve-from": "^5.0.0",
72
73
  "resolve-global": "^1.0.0",
73
74
  "shiki": "^0.9.11",
74
- "unplugin-icons": "^0.11.4",
75
- "unplugin-vue-components": "^0.15.4",
76
- "vite": "^2.5.10",
75
+ "unplugin-icons": "^0.12.6",
76
+ "unplugin-vue-components": "^0.15.6",
77
+ "vite": "^2.6.2",
77
78
  "vite-plugin-md": "^0.11.1",
78
79
  "vite-plugin-remote-assets": "^0.2.2",
79
80
  "vite-plugin-vue-server-ref": "^0.2.4",
80
- "vite-plugin-windicss": "^1.4.7",
81
+ "vite-plugin-windicss": "^1.4.9",
81
82
  "vue": "^3.2.19",
82
- "windicss": "^3.1.7",
83
+ "windicss": "^3.1.8",
83
84
  "yargs": "^17.2.1"
84
85
  },
85
86
  "devDependencies": {