create-soybean 1.1.0 → 1.1.1
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-soybean",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.1",
|
|
5
5
|
"description": "SoybeanJS's command line to create different project templates",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Soybean",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/minimist": "1.2.5",
|
|
38
38
|
"@types/prompts": "2.4.9",
|
|
39
|
-
"tsup": "8.2.
|
|
39
|
+
"tsup": "8.2.4",
|
|
40
40
|
"typescript": "5.5.4"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"type": "module",
|
|
4
4
|
"version": "0.0.0",
|
|
5
5
|
"private": true,
|
|
6
|
-
"packageManager": "pnpm@9.
|
|
6
|
+
"packageManager": "pnpm@9.9.0",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"cleanup": "soy cleanup",
|
|
9
9
|
"commit": "soy git-commit",
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@soybeanjs/cli": "1.1.
|
|
19
|
-
"@soybeanjs/eslint-config": "1.4.
|
|
20
|
-
"eslint": "9.
|
|
21
|
-
"lint-staged": "15.2.
|
|
18
|
+
"@soybeanjs/cli": "1.1.1",
|
|
19
|
+
"@soybeanjs/eslint-config": "1.4.1",
|
|
20
|
+
"eslint": "9.10.0",
|
|
21
|
+
"lint-staged": "15.2.10",
|
|
22
22
|
"simple-git-hooks": "2.11.1",
|
|
23
|
-
"tsx": "4.
|
|
23
|
+
"tsx": "4.19.0",
|
|
24
24
|
"typescript": "5.5.4"
|
|
25
25
|
},
|
|
26
26
|
"simple-git-hooks": {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"type": "module",
|
|
4
4
|
"version": "0.0.0",
|
|
5
5
|
"private": true,
|
|
6
|
-
"packageManager": "pnpm@9.
|
|
6
|
+
"packageManager": "pnpm@9.9.0",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
@@ -31,21 +31,21 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"cli-progress": "3.12.0",
|
|
33
33
|
"consola": "3.2.3",
|
|
34
|
-
"dayjs": "1.11.
|
|
35
|
-
"execa": "9.3.
|
|
34
|
+
"dayjs": "1.11.13",
|
|
35
|
+
"execa": "9.3.1",
|
|
36
36
|
"kolorist": "1.8.0",
|
|
37
37
|
"ofetch": "1.3.4"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@soybeanjs/cli": "1.1.
|
|
41
|
-
"@soybeanjs/eslint-config": "1.4.
|
|
40
|
+
"@soybeanjs/cli": "1.1.1",
|
|
41
|
+
"@soybeanjs/eslint-config": "1.4.1",
|
|
42
42
|
"@types/cli-progress": "3.11.6",
|
|
43
|
-
"@types/node": "22.
|
|
44
|
-
"eslint": "9.
|
|
45
|
-
"lint-staged": "15.2.
|
|
43
|
+
"@types/node": "22.5.4",
|
|
44
|
+
"eslint": "9.10.0",
|
|
45
|
+
"lint-staged": "15.2.10",
|
|
46
46
|
"simple-git-hooks": "2.11.1",
|
|
47
|
-
"tsup": "8.2.
|
|
48
|
-
"tsx": "4.
|
|
47
|
+
"tsup": "8.2.4",
|
|
48
|
+
"tsx": "4.19.0",
|
|
49
49
|
"typescript": "5.5.4"
|
|
50
50
|
},
|
|
51
51
|
"simple-git-hooks": {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"type": "module",
|
|
4
4
|
"version": "0.0.0",
|
|
5
5
|
"private": true,
|
|
6
|
-
"packageManager": "pnpm@9.
|
|
6
|
+
"packageManager": "pnpm@9.9.0",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
@@ -30,20 +30,20 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"cli-progress": "3.12.0",
|
|
32
32
|
"consola": "3.2.3",
|
|
33
|
-
"dayjs": "1.11.
|
|
34
|
-
"execa": "9.3.
|
|
33
|
+
"dayjs": "1.11.13",
|
|
34
|
+
"execa": "9.3.1",
|
|
35
35
|
"kolorist": "1.8.0",
|
|
36
36
|
"ofetch": "1.3.4"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@soybeanjs/cli": "1.1.
|
|
40
|
-
"@soybeanjs/eslint-config": "1.4.
|
|
39
|
+
"@soybeanjs/cli": "1.1.1",
|
|
40
|
+
"@soybeanjs/eslint-config": "1.4.1",
|
|
41
41
|
"@types/cli-progress": "3.11.6",
|
|
42
|
-
"@types/node": "22.
|
|
43
|
-
"eslint": "9.
|
|
44
|
-
"lint-staged": "15.2.
|
|
42
|
+
"@types/node": "22.5.4",
|
|
43
|
+
"eslint": "9.10.0",
|
|
44
|
+
"lint-staged": "15.2.10",
|
|
45
45
|
"simple-git-hooks": "2.11.1",
|
|
46
|
-
"tsx": "4.
|
|
46
|
+
"tsx": "4.19.0",
|
|
47
47
|
"typescript": "5.5.4",
|
|
48
48
|
"unbuild": "2.0.0"
|
|
49
49
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"type": "module",
|
|
4
4
|
"version": "0.0.0",
|
|
5
5
|
"private": true,
|
|
6
|
-
"packageManager": "pnpm@9.
|
|
6
|
+
"packageManager": "pnpm@9.9.0",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "run-s typecheck build-only",
|
|
9
9
|
"build-only": "vite build",
|
|
@@ -17,24 +17,24 @@
|
|
|
17
17
|
"update-pkg": "soy ncu"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"pinia": "2.2.
|
|
21
|
-
"vue": "3.
|
|
22
|
-
"vue-router": "4.4.
|
|
20
|
+
"pinia": "2.2.2",
|
|
21
|
+
"vue": "3.5.3",
|
|
22
|
+
"vue-router": "4.4.3"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@soybeanjs/cli": "1.1.
|
|
26
|
-
"@soybeanjs/eslint-config": "1.4.
|
|
27
|
-
"@types/node": "22.
|
|
28
|
-
"@vitejs/plugin-vue": "5.1.
|
|
29
|
-
"@vitejs/plugin-vue-jsx": "4.0.
|
|
30
|
-
"eslint": "9.
|
|
31
|
-
"eslint-plugin-vue": "9.
|
|
32
|
-
"lint-staged": "15.2.
|
|
25
|
+
"@soybeanjs/cli": "1.1.1",
|
|
26
|
+
"@soybeanjs/eslint-config": "1.4.1",
|
|
27
|
+
"@types/node": "22.5.4",
|
|
28
|
+
"@vitejs/plugin-vue": "5.1.3",
|
|
29
|
+
"@vitejs/plugin-vue-jsx": "4.0.1",
|
|
30
|
+
"eslint": "9.10.0",
|
|
31
|
+
"eslint-plugin-vue": "9.28.0",
|
|
32
|
+
"lint-staged": "15.2.10",
|
|
33
33
|
"simple-git-hooks": "2.11.1",
|
|
34
34
|
"typescript": "5.5.4",
|
|
35
|
-
"vite": "5.3
|
|
35
|
+
"vite": "5.4.3",
|
|
36
36
|
"vue-eslint-parser": "9.4.3",
|
|
37
|
-
"vue-tsc": "2.
|
|
37
|
+
"vue-tsc": "2.1.6"
|
|
38
38
|
},
|
|
39
39
|
"simple-git-hooks": {
|
|
40
40
|
"commit-msg": "pnpm soy git-commit-verify",
|