create-weapp-vite 2.0.73 → 2.0.75
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 +1 -1
- package/dist/index.js +1 -1
- package/dist/{src-Qpb1-zil.js → src-C67HtbBZ.js} +9 -9
- package/package.json +1 -1
- package/templates/default/package.json +2 -2
- package/templates/lib/package.json +3 -3
- package/templates/tailwindcss/package.json +2 -2
- package/templates/tdesign/package.json +2 -2
- package/templates/vant/package.json +2 -2
- package/templates/wevu/package.json +2 -2
- package/templates/wevu-tdesign/package.json +2 -2
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as TemplateName, t as createProject } from "./src-
|
|
1
|
+
import { n as TemplateName, t as createProject } from "./src-C67HtbBZ.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.
|
|
10
|
+
var version$1 = "6.13.2";
|
|
11
11
|
//#endregion
|
|
12
12
|
//#region ../weapp-vite/package.json
|
|
13
|
-
var version = "6.13.
|
|
13
|
+
var version = "6.13.2";
|
|
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.
|
|
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.
|
|
101
|
-
"@vue/compiler-dom": "^3.5.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
143
|
+
vue: "^3.5.32",
|
|
144
144
|
zod: "^4.3.6"
|
|
145
145
|
};
|
|
146
146
|
const TEMPLATE_NAMED_CATALOG = {
|
package/package.json
CHANGED
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"postinstall": "wv prepare"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@icebreakers/eslint-config": "^
|
|
32
|
-
"@icebreakers/stylelint-config": "^
|
|
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.
|
|
4
|
+
"version": "4.0.2",
|
|
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": "^
|
|
37
|
-
"@icebreakers/stylelint-config": "^
|
|
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": "^
|
|
33
|
-
"@icebreakers/stylelint-config": "^
|
|
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": "^
|
|
36
|
-
"@icebreakers/stylelint-config": "^
|
|
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": "^
|
|
36
|
-
"@icebreakers/stylelint-config": "^
|
|
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": "^
|
|
32
|
-
"@icebreakers/stylelint-config": "^
|
|
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": "^
|
|
36
|
-
"@icebreakers/stylelint-config": "^
|
|
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",
|