create-soybean 1.4.0-beta.2 → 1.4.0-beta.4
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/README.md
CHANGED
|
@@ -6,7 +6,5 @@ SoybeanJS's command line to create different project templates
|
|
|
6
6
|
|
|
7
7
|
- template-pnpm-monorepo: create a monorepo project with pnpm
|
|
8
8
|
- template-tsdown: create a ts library project quickly with tsdown
|
|
9
|
-
- template-tsup: create a ts library project quickly with tsup
|
|
10
|
-
- template-unbuild: create a ts library project quickly with unbuild
|
|
11
9
|
- template-vue: create a vue project quickly
|
|
12
10
|
- template-vue-tsdown: create a vue library project quickly with tsdown
|
package/package.json
CHANGED
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"cli-progress": "3.12.0",
|
|
36
36
|
"consola": "3.4.2",
|
|
37
|
-
"dayjs": "1.11.
|
|
37
|
+
"dayjs": "1.11.15",
|
|
38
38
|
"execa": "9.6.0",
|
|
39
39
|
"kolorist": "1.8.0",
|
|
40
40
|
"ofetch": "1.4.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@soybeanjs/cli": "1.4.0-beta.
|
|
43
|
+
"@soybeanjs/cli": "1.4.0-beta.4",
|
|
44
44
|
"@soybeanjs/eslint-config": "1.7.1",
|
|
45
45
|
"@types/cli-progress": "3.11.6",
|
|
46
46
|
"@types/node": "24.3.0",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@soybean-ui/unocss-preset": "0.0.2-beta.5",
|
|
29
|
-
"@soybeanjs/cli": "1.4.0-beta.
|
|
29
|
+
"@soybeanjs/cli": "1.4.0-beta.4",
|
|
30
30
|
"@soybeanjs/eslint-config": "1.7.1",
|
|
31
31
|
"@types/node": "24.3.0",
|
|
32
32
|
"@unocss/eslint-config": "66.4.2",
|
|
33
33
|
"@vitejs/plugin-vue": "6.0.1",
|
|
34
|
-
"@vitejs/plugin-vue-jsx": "5.1.
|
|
34
|
+
"@vitejs/plugin-vue-jsx": "5.1.1",
|
|
35
35
|
"elegant-router": "1.0.3",
|
|
36
36
|
"eslint": "9.34.0",
|
|
37
37
|
"eslint-plugin-vue": "10.4.0",
|