create-vuepress-theme-plume 1.0.0-rc.152 → 1.0.0-rc.154

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.151";
16
+ var version = "1.0.0-rc.153";
17
17
 
18
18
  //#endregion
19
19
  //#region src/constants.ts
@@ -147,8 +147,6 @@ async function createPackageJson(mode, pkg, { packageManager, docsDir, siteName,
147
147
  pkg.devDependencies["vuepress-theme-plume"] = `${context.version}`;
148
148
  const deps = ["http-server"];
149
149
  if (!hasDep("vue")) deps.push("vue");
150
- if (bundler === "webpack" && !hasDep("sass-loader")) deps.push("sass-loader");
151
- if (!hasDep("sass-embedded")) deps.push("sass-embedded");
152
150
  if (useTs) deps.push("typescript");
153
151
  for (const dep of deps) pkg.devDependencies[dep] = meta[dep];
154
152
  return {
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.152",
4
+ "version": "1.0.0-rc.154",
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",
@@ -37,9 +37,7 @@
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",
42
- "sass-loader": "^16.0.5",
40
+ "vue": "^3.5.17",
43
41
  "http-server": "^14.1.1",
44
42
  "typescript": "^5.8.3"
45
43
  },
@@ -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',