create-weapp-vite 2.0.73 → 2.0.74

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/cli.js CHANGED
@@ -1,4 +1,4 @@
1
- import { n as TemplateName, t as createProject } from "./src-Qpb1-zil.js";
1
+ import { n as TemplateName, t as createProject } from "./src-Bg2B7WP7.js";
2
2
  import logger from "@weapp-core/logger";
3
3
  import fs from "fs-extra";
4
4
  import path from "node:path";
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- import { n as TemplateName, t as createProject } from "./src-Qpb1-zil.js";
1
+ import { n as TemplateName, t as createProject } from "./src-Bg2B7WP7.js";
2
2
  export { TemplateName, createProject };
@@ -7,10 +7,10 @@ import https from "node:https";
7
7
  var version$2 = "0.2.2";
8
8
  //#endregion
9
9
  //#region ../../packages-runtime/wevu/package.json
10
- var version$1 = "6.13.0";
10
+ var version$1 = "6.13.1";
11
11
  //#endregion
12
12
  //#region ../weapp-vite/package.json
13
- var version = "6.13.0";
13
+ var version = "6.13.1";
14
14
  //#endregion
15
15
  //#region src/enums.ts
16
16
  let TemplateName = /* @__PURE__ */ function(TemplateName) {
@@ -93,12 +93,12 @@ const TEMPLATE_CATALOG = {
93
93
  "@mini-types/alipay": "^3.0.14",
94
94
  "@tailwindcss/postcss": "^4.2.2",
95
95
  "@tailwindcss/vite": "^4.2.2",
96
- "@types/node": "^25.5.0",
96
+ "@types/node": "^25.5.1",
97
97
  "@types/semver": "^7.7.1",
98
98
  "@vant/weapp": "^1.11.7",
99
99
  "@vitejs/plugin-vue": "^6.0.5",
100
- "@vue/compiler-core": "^3.5.31",
101
- "@vue/compiler-dom": "^3.5.31",
100
+ "@vue/compiler-core": "^3.5.32",
101
+ "@vue/compiler-dom": "^3.5.32",
102
102
  "@vue/language-core": "^3.2.6",
103
103
  "antd-mini": "^3.4.3",
104
104
  "bundle-require": "^5.1.0",
@@ -114,7 +114,7 @@ const TEMPLATE_CATALOG = {
114
114
  "oxc-parser": "^0.123.0",
115
115
  "oxc-walker": "^0.7.0",
116
116
  "pkg-types": "^2.3.0",
117
- "sass-embedded": "^1.98.0",
117
+ "sass-embedded": "^1.99.0",
118
118
  "tailwind-merge": "^3.5.0",
119
119
  "tailwind-variants": "^3.2.2",
120
120
  "tdesign-miniprogram": "^1.13.1",
@@ -127,7 +127,7 @@ const TEMPLATE_CATALOG = {
127
127
  dayjs: "^1.11.20",
128
128
  debug: "^4.4.3",
129
129
  echarts: "^6.0.0",
130
- esbuild: "^0.27.5",
130
+ esbuild: "^0.28.0",
131
131
  fdir: "^6.5.0",
132
132
  htmlparser2: "^12.0.0",
133
133
  lodash: "^4.18.1",
@@ -135,12 +135,12 @@ const TEMPLATE_CATALOG = {
135
135
  pathe: "^2.0.3",
136
136
  postcss: "^8.5.8",
137
137
  rolldown: "1.0.0-rc.11",
138
- sass: "^1.98.0",
138
+ sass: "^1.99.0",
139
139
  tailwindcss: "^4.2.2",
140
140
  tslib: "^2.8.1",
141
141
  typescript: "^6.0.2",
142
142
  vite: "8.0.2",
143
- vue: "^3.5.31",
143
+ vue: "^3.5.32",
144
144
  zod: "^4.3.6"
145
145
  };
146
146
  const TEMPLATE_NAMED_CATALOG = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-weapp-vite",
3
3
  "type": "module",
4
- "version": "2.0.73",
4
+ "version": "2.0.74",
5
5
  "description": "create-weapp-vite",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -28,8 +28,8 @@
28
28
  "postinstall": "wv prepare"
29
29
  },
30
30
  "devDependencies": {
31
- "@icebreakers/eslint-config": "^3.0.1",
32
- "@icebreakers/stylelint-config": "^2.2.1",
31
+ "@icebreakers/eslint-config": "^4.0.0",
32
+ "@icebreakers/stylelint-config": "^3.0.0",
33
33
  "eslint": "^10.1.0",
34
34
  "miniprogram-api-typings": "catalog:",
35
35
  "sass": "catalog:",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite-lib-template",
3
3
  "type": "module",
4
- "version": "4.0.0",
4
+ "version": "4.0.1",
5
5
  "private": true,
6
6
  "description": "weapp-vite 组件库(lib 模式)模板",
7
7
  "author": "ice breaker <1324318532@qq.com>",
@@ -33,8 +33,8 @@
33
33
  "wevu": "workspace:*"
34
34
  },
35
35
  "devDependencies": {
36
- "@icebreakers/eslint-config": "^3.0.1",
37
- "@icebreakers/stylelint-config": "^2.2.1",
36
+ "@icebreakers/eslint-config": "^4.0.0",
37
+ "@icebreakers/stylelint-config": "^3.0.0",
38
38
  "@wevu/api": "workspace:*",
39
39
  "eslint": "^10.1.0",
40
40
  "miniprogram-api-typings": "catalog:",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@egoist/tailwindcss-icons": "catalog:",
32
- "@icebreakers/eslint-config": "^3.0.1",
33
- "@icebreakers/stylelint-config": "^2.2.1",
32
+ "@icebreakers/eslint-config": "^4.0.0",
33
+ "@icebreakers/stylelint-config": "^3.0.0",
34
34
  "@iconify-json/mdi": "catalog:",
35
35
  "autoprefixer": "catalog:",
36
36
  "eslint": "^10.1.0",
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@egoist/tailwindcss-icons": "catalog:",
35
- "@icebreakers/eslint-config": "^3.0.1",
36
- "@icebreakers/stylelint-config": "^2.2.1",
35
+ "@icebreakers/eslint-config": "^4.0.0",
36
+ "@icebreakers/stylelint-config": "^3.0.0",
37
37
  "@iconify-json/mdi": "catalog:",
38
38
  "autoprefixer": "catalog:",
39
39
  "eslint": "^10.1.0",
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@egoist/tailwindcss-icons": "catalog:",
35
- "@icebreakers/eslint-config": "^3.0.1",
36
- "@icebreakers/stylelint-config": "^2.2.1",
35
+ "@icebreakers/eslint-config": "^4.0.0",
36
+ "@icebreakers/stylelint-config": "^3.0.0",
37
37
  "@iconify-json/mdi": "catalog:",
38
38
  "autoprefixer": "catalog:",
39
39
  "eslint": "^10.1.0",
@@ -28,8 +28,8 @@
28
28
  "postinstall": "wv prepare"
29
29
  },
30
30
  "devDependencies": {
31
- "@icebreakers/eslint-config": "^3.0.1",
32
- "@icebreakers/stylelint-config": "^2.2.1",
31
+ "@icebreakers/eslint-config": "^4.0.0",
32
+ "@icebreakers/stylelint-config": "^3.0.0",
33
33
  "eslint": "^10.1.0",
34
34
  "miniprogram-api-typings": "catalog:",
35
35
  "stylelint": "^17.6.0",
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@egoist/tailwindcss-icons": "catalog:",
35
- "@icebreakers/eslint-config": "^3.0.1",
36
- "@icebreakers/stylelint-config": "^2.2.1",
35
+ "@icebreakers/eslint-config": "^4.0.0",
36
+ "@icebreakers/stylelint-config": "^3.0.0",
37
37
  "@iconify-json/mdi": "catalog:",
38
38
  "autoprefixer": "catalog:",
39
39
  "eslint": "^10.1.0",