create-soybean 1.0.16 → 1.0.18
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 +1 -1
- package/template-pnpm-monorepo/package.json +6 -6
- package/template-pnpm-monorepo/packages/demo-pkg/package.json +2 -2
- package/template-react/package.json +1 -1
- package/template-react-native/package.json +1 -1
- package/template-solid/package.json +1 -1
- package/template-ts-lib-tsup/package.json +8 -8
- package/template-ts-lib-unbuild/package.json +8 -8
- package/template-vue/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pnpm-monorepo",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.18",
|
|
5
5
|
"private": true,
|
|
6
|
-
"packageManager": "pnpm@9.
|
|
6
|
+
"packageManager": "pnpm@9.3.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.0.
|
|
19
|
-
"@soybeanjs/eslint-config": "1.3.
|
|
18
|
+
"@soybeanjs/cli": "1.0.18",
|
|
19
|
+
"@soybeanjs/eslint-config": "1.3.6",
|
|
20
20
|
"eslint": "9.4.0",
|
|
21
|
-
"lint-staged": "15.2.
|
|
21
|
+
"lint-staged": "15.2.7",
|
|
22
22
|
"simple-git-hooks": "2.11.1",
|
|
23
|
-
"tsx": "4.
|
|
23
|
+
"tsx": "4.15.4",
|
|
24
24
|
"typescript": "5.4.5"
|
|
25
25
|
},
|
|
26
26
|
"simple-git-hooks": {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ts-lib-tsup",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.18",
|
|
5
5
|
"private": true,
|
|
6
|
-
"packageManager": "pnpm@9.
|
|
6
|
+
"packageManager": "pnpm@9.3.0",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
"cli-progress": "3.12.0",
|
|
33
33
|
"consola": "3.2.3",
|
|
34
34
|
"dayjs": "1.11.11",
|
|
35
|
-
"execa": "9.
|
|
35
|
+
"execa": "9.2.0",
|
|
36
36
|
"kolorist": "1.8.0",
|
|
37
37
|
"ofetch": "1.3.4"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@soybeanjs/cli": "1.0.
|
|
41
|
-
"@soybeanjs/eslint-config": "1.3.
|
|
40
|
+
"@soybeanjs/cli": "1.0.18",
|
|
41
|
+
"@soybeanjs/eslint-config": "1.3.6",
|
|
42
42
|
"@types/cli-progress": "3.11.5",
|
|
43
|
-
"@types/node": "20.14.
|
|
43
|
+
"@types/node": "20.14.2",
|
|
44
44
|
"eslint": "9.4.0",
|
|
45
|
-
"lint-staged": "15.2.
|
|
45
|
+
"lint-staged": "15.2.7",
|
|
46
46
|
"simple-git-hooks": "2.11.1",
|
|
47
47
|
"tsup": "8.1.0",
|
|
48
|
-
"tsx": "4.
|
|
48
|
+
"tsx": "4.15.4",
|
|
49
49
|
"typescript": "5.4.5"
|
|
50
50
|
},
|
|
51
51
|
"simple-git-hooks": {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ts-lib-unbuild",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.18",
|
|
5
5
|
"private": true,
|
|
6
|
-
"packageManager": "pnpm@9.
|
|
6
|
+
"packageManager": "pnpm@9.3.0",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
@@ -31,19 +31,19 @@
|
|
|
31
31
|
"cli-progress": "3.12.0",
|
|
32
32
|
"consola": "3.2.3",
|
|
33
33
|
"dayjs": "1.11.11",
|
|
34
|
-
"execa": "9.
|
|
34
|
+
"execa": "9.2.0",
|
|
35
35
|
"kolorist": "1.8.0",
|
|
36
36
|
"ofetch": "1.3.4"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@soybeanjs/cli": "1.0.
|
|
40
|
-
"@soybeanjs/eslint-config": "1.3.
|
|
39
|
+
"@soybeanjs/cli": "1.0.18",
|
|
40
|
+
"@soybeanjs/eslint-config": "1.3.6",
|
|
41
41
|
"@types/cli-progress": "3.11.5",
|
|
42
|
-
"@types/node": "20.14.
|
|
42
|
+
"@types/node": "20.14.2",
|
|
43
43
|
"eslint": "9.4.0",
|
|
44
|
-
"lint-staged": "15.2.
|
|
44
|
+
"lint-staged": "15.2.7",
|
|
45
45
|
"simple-git-hooks": "2.11.1",
|
|
46
|
-
"tsx": "4.
|
|
46
|
+
"tsx": "4.15.4",
|
|
47
47
|
"typescript": "5.4.5",
|
|
48
48
|
"unbuild": "2.0.0"
|
|
49
49
|
},
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "template-vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.18",
|
|
5
5
|
"private": true,
|
|
6
|
-
"packageManager": "pnpm@9.
|
|
6
|
+
"packageManager": "pnpm@9.3.0",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "run-s typecheck build-only",
|
|
9
9
|
"build-only": "vite build",
|
|
@@ -19,22 +19,22 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"pinia": "2.1.7",
|
|
21
21
|
"vue": "3.4.27",
|
|
22
|
-
"vue-router": "4.3.
|
|
22
|
+
"vue-router": "4.3.3"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@soybeanjs/cli": "1.0.
|
|
26
|
-
"@soybeanjs/eslint-config": "1.3.
|
|
27
|
-
"@types/node": "20.14.
|
|
25
|
+
"@soybeanjs/cli": "1.0.18",
|
|
26
|
+
"@soybeanjs/eslint-config": "1.3.6",
|
|
27
|
+
"@types/node": "20.14.2",
|
|
28
28
|
"@vitejs/plugin-vue": "5.0.5",
|
|
29
29
|
"@vitejs/plugin-vue-jsx": "4.0.0",
|
|
30
30
|
"eslint": "9.4.0",
|
|
31
31
|
"eslint-plugin-vue": "9.26.0",
|
|
32
|
-
"lint-staged": "15.2.
|
|
32
|
+
"lint-staged": "15.2.7",
|
|
33
33
|
"simple-git-hooks": "2.11.1",
|
|
34
34
|
"typescript": "5.4.5",
|
|
35
|
-
"vite": "5.
|
|
35
|
+
"vite": "5.3.0",
|
|
36
36
|
"vue-eslint-parser": "9.4.3",
|
|
37
|
-
"vue-tsc": "2.0.
|
|
37
|
+
"vue-tsc": "2.0.21"
|
|
38
38
|
},
|
|
39
39
|
"simple-git-hooks": {
|
|
40
40
|
"commit-msg": "pnpm soy git-commit-verify",
|