create-vuepress-theme-plume 1.0.0-rc.151 → 1.0.0-rc.153

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/lib/index.js CHANGED
@@ -13,7 +13,7 @@ import handlebars from "handlebars";
13
13
  import { osLocale } from "os-locale";
14
14
 
15
15
  //#region package.json
16
- var version = "1.0.0-rc.150";
16
+ var version = "1.0.0-rc.152";
17
17
 
18
18
  //#endregion
19
19
  //#region src/constants.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-vuepress-theme-plume",
3
3
  "type": "module",
4
- "version": "1.0.0-rc.151",
4
+ "version": "1.0.0-rc.153",
5
5
  "description": "The cli for create vuepress-theme-plume's project",
6
6
  "author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
7
7
  "license": "MIT",
@@ -27,18 +27,18 @@
27
27
  "templates"
28
28
  ],
29
29
  "dependencies": {
30
- "@clack/prompts": "^0.10.1",
30
+ "@clack/prompts": "^0.11.0",
31
31
  "@pengzhanbo/utils": "^2.1.0",
32
32
  "cac": "^6.7.14",
33
33
  "handlebars": "^4.7.8",
34
- "nano-spawn": "^1.0.1",
34
+ "nano-spawn": "^1.0.2",
35
35
  "os-locale": "^6.0.2",
36
36
  "picocolors": "^1.1.1"
37
37
  },
38
38
  "plume-deps": {
39
39
  "vuepress": "2.0.0-rc.23",
40
- "vue": "^3.5.14",
41
- "sass-embedded": "^1.89.0",
40
+ "vue": "^3.5.16",
41
+ "sass-embedded": "^1.89.1",
42
42
  "sass-loader": "^16.0.5",
43
43
  "http-server": "^14.1.1",
44
44
  "typescript": "^5.8.3"
@@ -140,6 +140,7 @@ export default defineUserConfig({
140
140
  // go: true, // ::: go-repl
141
141
  // rust: true, // ::: rust-repl
142
142
  // kotlin: true, // ::: kotlin-repl
143
+ // python: true, // ::: python-repl
143
144
  // },
144
145
  // math: { // 启用数学公式
145
146
  // type: 'katex',