@slidev/cli 0.38.8 → 0.40.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/cli",
3
- "version": "0.38.8",
3
+ "version": "0.40.0",
4
4
  "description": "Presentation slides for developers",
5
5
  "author": "antfu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -63,7 +63,8 @@
63
63
  "jiti": "^1.16.2",
64
64
  "js-base64": "^3.7.4",
65
65
  "katex": "^0.16.4",
66
- "kolorist": "^1.6.0",
66
+ "kolorist": "^1.7.0",
67
+ "localtunnel": "^2.0.2",
67
68
  "markdown-it": "^13.0.1",
68
69
  "markdown-it-footnote": "^3.0.3",
69
70
  "markdown-it-link-attributes": "^4.0.1",
@@ -75,34 +76,36 @@
75
76
  "postcss-nested": "^6.0.0",
76
77
  "prismjs": "^1.29.0",
77
78
  "prompts": "^2.4.2",
79
+ "qrcode-terminal": "^0.12.0",
78
80
  "resolve": "^1.22.1",
79
81
  "resolve-from": "^5.0.0",
80
82
  "resolve-global": "^1.0.0",
81
- "shiki": "^0.12.1",
82
- "unocss": "^0.48.4",
83
- "unplugin-icons": "^0.15.1",
84
- "unplugin-vue-components": "^0.22.12",
85
- "vite": "^4.0.4",
86
- "vite-plugin-inspect": "^0.7.14",
83
+ "shiki": "^0.14.0",
84
+ "unocss": "^0.49.4",
85
+ "unplugin-icons": "^0.15.2",
86
+ "unplugin-vue-components": "^0.23.0",
87
+ "vite": "^4.1.1",
88
+ "vite-plugin-inspect": "^0.7.15",
87
89
  "vite-plugin-remote-assets": "^0.3.0",
88
90
  "vite-plugin-vue-markdown": "^0.22.2",
89
91
  "vite-plugin-vue-server-ref": "^0.3.0",
90
92
  "vite-plugin-windicss": "^1.8.10",
91
- "vue": "^3.2.45",
93
+ "vue": "^3.2.47",
92
94
  "windicss": "^3.5.6",
93
95
  "yargs": "^17.6.2",
94
- "@slidev/client": "0.38.8",
95
- "@slidev/parser": "0.38.8",
96
- "@slidev/types": "0.38.8"
96
+ "@slidev/client": "0.40.0",
97
+ "@slidev/parser": "0.40.0",
98
+ "@slidev/types": "0.40.0"
97
99
  },
98
100
  "devDependencies": {
99
101
  "@types/plantuml-encoder": "^1.4.0",
100
102
  "fast-deep-equal": "^3.1.3",
103
+ "local-pkg": "^0.4.3",
101
104
  "semver": "^7.3.8",
102
105
  "sirv": "^2.0.2"
103
106
  },
104
107
  "scripts": {
105
- "build": "rimraf dist && tsup node/index.ts node/cli.ts --dts --format cjs,esm --splitting --external @slidev/client/package.json",
108
+ "build": "rimraf dist && tsup node/index.ts node/cli.ts",
106
109
  "dev": "nr build --watch",
107
110
  "start": "esno node/cli.ts"
108
111
  }