create-soybean 1.5.0 → 1.6.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-soybean",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "SoybeanJS's command line to create different project templates",
|
|
5
5
|
"homepage": "https://github.com/soybeanjs/cli/tree/main/packages/create-soybean",
|
|
6
6
|
"bugs": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/minimist": "1.2.5",
|
|
37
37
|
"@types/prompts": "2.4.9",
|
|
38
|
-
"tsdown": "0.
|
|
38
|
+
"tsdown": "0.21.0",
|
|
39
39
|
"typescript": "5.9.3"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@soybeanjs/cli": "1.
|
|
37
|
-
"@types/node": "25.
|
|
38
|
-
"lint-staged": "16.2
|
|
39
|
-
"oxfmt": "^0.
|
|
40
|
-
"oxlint": "^1.
|
|
36
|
+
"@soybeanjs/cli": "1.6.0",
|
|
37
|
+
"@types/node": "25.3.3",
|
|
38
|
+
"lint-staged": "16.3.2",
|
|
39
|
+
"oxfmt": "^0.36.0",
|
|
40
|
+
"oxlint": "^1.51.0",
|
|
41
41
|
"simple-git-hooks": "2.13.1",
|
|
42
|
-
"tsdown": "0.
|
|
42
|
+
"tsdown": "0.21.0",
|
|
43
43
|
"tsx": "4.21.0",
|
|
44
44
|
"typescript": "5.9.3"
|
|
45
45
|
},
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"lint-staged": {
|
|
51
51
|
"*": "oxlint --fix && oxfmt"
|
|
52
52
|
},
|
|
53
|
-
"packageManager": "pnpm@10.
|
|
53
|
+
"packageManager": "pnpm@10.30.3"
|
|
54
54
|
}
|
|
@@ -16,29 +16,29 @@
|
|
|
16
16
|
"upkg": "soy ncu"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@soybeanjs/ui": "0.
|
|
20
|
-
"@unocss/reset": "66.6.
|
|
19
|
+
"@soybeanjs/ui": "0.9.3",
|
|
20
|
+
"@unocss/reset": "66.6.5",
|
|
21
21
|
"klona": "2.0.6",
|
|
22
22
|
"pinia": "3.0.4",
|
|
23
|
-
"vue": "3.5.
|
|
24
|
-
"vue-router": "5.0.
|
|
23
|
+
"vue": "3.5.29",
|
|
24
|
+
"vue-router": "5.0.3"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@soybeanjs/cli": "1.
|
|
27
|
+
"@soybeanjs/cli": "1.6.0",
|
|
28
28
|
"@soybeanjs/unocss-preset": "0.2.0",
|
|
29
|
-
"@types/node": "25.
|
|
29
|
+
"@types/node": "25.3.3",
|
|
30
30
|
"@vitejs/plugin-vue": "6.0.4",
|
|
31
31
|
"@vitejs/plugin-vue-jsx": "5.1.4",
|
|
32
|
-
"elegant-router": "1.
|
|
33
|
-
"lint-staged": "16.2
|
|
34
|
-
"oxfmt": "^0.
|
|
35
|
-
"oxlint": "^1.
|
|
32
|
+
"elegant-router": "1.3.0",
|
|
33
|
+
"lint-staged": "16.3.2",
|
|
34
|
+
"oxfmt": "^0.36.0",
|
|
35
|
+
"oxlint": "^1.51.0",
|
|
36
36
|
"simple-git-hooks": "2.13.1",
|
|
37
37
|
"typescript": "5.9.3",
|
|
38
|
-
"unocss": "66.6.
|
|
38
|
+
"unocss": "66.6.5",
|
|
39
39
|
"unplugin-vue-components": "31.0.0",
|
|
40
40
|
"vite": "7.3.1",
|
|
41
|
-
"vue-tsc": "3.2.
|
|
41
|
+
"vue-tsc": "3.2.5"
|
|
42
42
|
},
|
|
43
43
|
"simple-git-hooks": {
|
|
44
44
|
"commit-msg": "pnpm soy git-commit-verify",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"lint-staged": {
|
|
48
48
|
"*": "oxlint --fix && oxfmt"
|
|
49
49
|
},
|
|
50
|
-
"packageManager": "pnpm@10.
|
|
50
|
+
"packageManager": "pnpm@10.30.3"
|
|
51
51
|
}
|
|
@@ -36,22 +36,22 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@soybeanjs/cli": "1.
|
|
40
|
-
"@types/node": "25.
|
|
39
|
+
"@soybeanjs/cli": "1.6.0",
|
|
40
|
+
"@types/node": "25.3.3",
|
|
41
41
|
"@vue/test-utils": "2.4.6",
|
|
42
|
-
"happy-dom": "20.
|
|
43
|
-
"lint-staged": "16.2
|
|
44
|
-
"oxfmt": "^0.
|
|
45
|
-
"oxlint": "^1.
|
|
42
|
+
"happy-dom": "20.8.3",
|
|
43
|
+
"lint-staged": "16.3.2",
|
|
44
|
+
"oxfmt": "^0.36.0",
|
|
45
|
+
"oxlint": "^1.51.0",
|
|
46
46
|
"simple-git-hooks": "2.13.1",
|
|
47
|
-
"tsdown": "0.
|
|
47
|
+
"tsdown": "0.21.0",
|
|
48
48
|
"tsx": "4.21.0",
|
|
49
49
|
"typescript": "5.9.3",
|
|
50
50
|
"unplugin-vue": "7.1.1",
|
|
51
51
|
"unplugin-vue-jsx": "0.8.1",
|
|
52
52
|
"vite": "7.3.1",
|
|
53
|
-
"vue": "3.5.
|
|
54
|
-
"vue-tsc": "3.2.
|
|
53
|
+
"vue": "3.5.29",
|
|
54
|
+
"vue-tsc": "3.2.5"
|
|
55
55
|
},
|
|
56
56
|
"simple-git-hooks": {
|
|
57
57
|
"commit-msg": "pnpm soy git-commit-verify",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"lint-staged": {
|
|
61
61
|
"*": "oxlint --fix && oxfmt"
|
|
62
62
|
},
|
|
63
|
-
"packageManager": "pnpm@10.
|
|
63
|
+
"packageManager": "pnpm@10.30.3"
|
|
64
64
|
}
|