@slidev/cli 0.40.10 → 0.40.11
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/dist/{build-NDJOZSTK.js → build-4WFAFXDV.js} +5 -5
- package/dist/{build-NX2PGO4O.mjs → build-B5QH5J2Y.mjs} +1 -1
- package/dist/{chunk-ENFQSII4.mjs → chunk-4DVLHT55.mjs} +6 -6
- package/dist/{chunk-7DDFS6XM.mjs → chunk-7BAMYU2E.mjs} +224 -177
- package/dist/{chunk-AJJDLJSH.js → chunk-NLLGUORF.js} +6 -6
- package/dist/{chunk-4CEI2UPN.js → chunk-QUYUNA7X.js} +226 -179
- package/dist/cli.js +28 -28
- package/dist/cli.mjs +3 -3
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/package.json +11 -11
|
@@ -270,10 +270,10 @@ var dependencies = {
|
|
|
270
270
|
"@antfu/utils": "^0.7.2",
|
|
271
271
|
"@slidev/parser": "workspace:*",
|
|
272
272
|
"@slidev/types": "workspace:*",
|
|
273
|
-
"@unocss/reset": "^0.51.
|
|
274
|
-
"@vueuse/core": "^
|
|
275
|
-
"@vueuse/head": "^1.1.
|
|
276
|
-
"@vueuse/math": "^
|
|
273
|
+
"@unocss/reset": "^0.51.4",
|
|
274
|
+
"@vueuse/core": "^10.0.2",
|
|
275
|
+
"@vueuse/head": "^1.1.26",
|
|
276
|
+
"@vueuse/math": "^10.0.2",
|
|
277
277
|
"@vueuse/motion": "^2.0.0-beta.27",
|
|
278
278
|
codemirror: "^5.65.5",
|
|
279
279
|
defu: "^6.1.2",
|
|
@@ -282,14 +282,14 @@ var dependencies = {
|
|
|
282
282
|
"fuse.js": "^6.6.2",
|
|
283
283
|
"js-base64": "^3.7.5",
|
|
284
284
|
"js-yaml": "^4.1.0",
|
|
285
|
-
katex: "^0.16.
|
|
285
|
+
katex: "^0.16.6",
|
|
286
286
|
mermaid: "^10.1.0",
|
|
287
287
|
"monaco-editor": "^0.37.1",
|
|
288
288
|
nanoid: "^4.0.2",
|
|
289
289
|
prettier: "^2.8.7",
|
|
290
290
|
recordrtc: "^5.6.2",
|
|
291
291
|
resolve: "^1.22.2",
|
|
292
|
-
unocss: "^0.51.
|
|
292
|
+
unocss: "^0.51.4",
|
|
293
293
|
"vite-plugin-windicss": "^1.8.10",
|
|
294
294
|
vue: "^3.2.47",
|
|
295
295
|
"vue-router": "^4.1.6",
|