create-soybean 1.0.9 → 1.0.10

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.0.9",
4
+ "version": "1.0.10",
5
5
  "description": "SoybeanJS's command line to create different project templates",
6
6
  "author": {
7
7
  "name": "Soybean",
@@ -37,7 +37,7 @@
37
37
  "@types/minimist": "1.2.5",
38
38
  "@types/prompts": "2.4.9",
39
39
  "tsup": "8.0.2",
40
- "typescript": "5.3.3"
40
+ "typescript": "5.4.2"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "pnpm typecheck && pnpm build-only",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pnpm-monorepo",
3
3
  "type": "module",
4
- "version": "1.0.9",
4
+ "version": "1.0.10",
5
5
  "private": true,
6
6
  "packageManager": "pnpm@8.13.1",
7
7
  "scripts": {
@@ -15,13 +15,13 @@
15
15
  },
16
16
  "dependencies": {},
17
17
  "devDependencies": {
18
- "@soybeanjs/cli": "1.0.9",
19
- "@soybeanjs/eslint-config": "1.2.3",
18
+ "@soybeanjs/cli": "1.0.10",
19
+ "@soybeanjs/eslint-config": "1.2.4",
20
20
  "eslint": "8.57.0",
21
21
  "lint-staged": "15.2.2",
22
- "simple-git-hooks": "2.9.0",
22
+ "simple-git-hooks": "2.10.0",
23
23
  "tsx": "4.7.1",
24
- "typescript": "5.3.3"
24
+ "typescript": "5.4.2"
25
25
  },
26
26
  "simple-git-hooks": {
27
27
  "commit-msg": "pnpm soy git-commit-verify",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "demo-pkg",
3
3
  "type": "module",
4
- "version": "1.0.9",
4
+ "version": "1.0.10",
5
5
  "private": true,
6
6
  "packageManager": "pnpm@8.13.1",
7
7
  "scripts": {
@@ -9,6 +9,6 @@
9
9
  },
10
10
  "dependencies": {},
11
11
  "devDependencies": {
12
- "typescript": "5.3.3"
12
+ "typescript": "5.4.2"
13
13
  }
14
14
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "template-react",
3
3
  "type": "module",
4
- "version": "1.0.9",
4
+ "version": "1.0.10",
5
5
  "scripts": {}
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "template-react-native",
3
3
  "type": "module",
4
- "version": "1.0.9",
4
+ "version": "1.0.10",
5
5
  "scripts": {}
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "template-solid",
3
3
  "type": "module",
4
- "version": "1.0.9",
4
+ "version": "1.0.10",
5
5
  "scripts": {}
6
6
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ts-lib-tsup",
3
3
  "type": "module",
4
- "version": "1.0.9",
4
+ "version": "1.0.10",
5
5
  "private": true,
6
6
  "packageManager": "pnpm@8.13.1",
7
7
  "sideEffects": false,
@@ -37,16 +37,16 @@
37
37
  "ofetch": "1.3.3"
38
38
  },
39
39
  "devDependencies": {
40
- "@soybeanjs/cli": "1.0.9",
41
- "@soybeanjs/eslint-config": "1.2.3",
40
+ "@soybeanjs/cli": "1.0.10",
41
+ "@soybeanjs/eslint-config": "1.2.4",
42
42
  "@types/cli-progress": "3.11.5",
43
- "@types/node": "20.11.24",
43
+ "@types/node": "20.11.26",
44
44
  "eslint": "8.57.0",
45
45
  "lint-staged": "15.2.2",
46
- "simple-git-hooks": "2.9.0",
46
+ "simple-git-hooks": "2.10.0",
47
47
  "tsup": "8.0.2",
48
48
  "tsx": "4.7.1",
49
- "typescript": "5.3.3"
49
+ "typescript": "5.4.2"
50
50
  },
51
51
  "simple-git-hooks": {
52
52
  "commit-msg": "pnpm soy git-commit-verify",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ts-lib-unbuild",
3
3
  "type": "module",
4
- "version": "1.0.9",
4
+ "version": "1.0.10",
5
5
  "private": true,
6
6
  "packageManager": "pnpm@8.13.1",
7
7
  "sideEffects": false,
@@ -36,15 +36,15 @@
36
36
  "ofetch": "1.3.3"
37
37
  },
38
38
  "devDependencies": {
39
- "@soybeanjs/cli": "1.0.9",
40
- "@soybeanjs/eslint-config": "1.2.3",
39
+ "@soybeanjs/cli": "1.0.10",
40
+ "@soybeanjs/eslint-config": "1.2.4",
41
41
  "@types/cli-progress": "3.11.5",
42
- "@types/node": "20.11.24",
42
+ "@types/node": "20.11.26",
43
43
  "eslint": "8.57.0",
44
44
  "lint-staged": "15.2.2",
45
- "simple-git-hooks": "2.9.0",
45
+ "simple-git-hooks": "2.10.0",
46
46
  "tsx": "4.7.1",
47
- "typescript": "5.3.3",
47
+ "typescript": "5.4.2",
48
48
  "unbuild": "2.0.0"
49
49
  },
50
50
  "simple-git-hooks": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "template-vue",
3
3
  "type": "module",
4
- "version": "1.0.9",
4
+ "version": "1.0.10",
5
5
  "private": true,
6
6
  "packageManager": "pnpm@8.13.1",
7
7
  "scripts": {
@@ -22,19 +22,19 @@
22
22
  "vue-router": "4.3.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@soybeanjs/cli": "1.0.9",
26
- "@soybeanjs/eslint-config": "1.2.3",
27
- "@types/node": "20.11.24",
25
+ "@soybeanjs/cli": "1.0.10",
26
+ "@soybeanjs/eslint-config": "1.2.4",
27
+ "@types/node": "20.11.26",
28
28
  "@vitejs/plugin-vue": "5.0.4",
29
29
  "@vitejs/plugin-vue-jsx": "3.1.0",
30
30
  "eslint": "8.57.0",
31
- "eslint-plugin-vue": "9.22.0",
31
+ "eslint-plugin-vue": "9.23.0",
32
32
  "lint-staged": "15.2.2",
33
- "simple-git-hooks": "2.9.0",
34
- "typescript": "5.3.3",
35
- "vite": "5.1.4",
33
+ "simple-git-hooks": "2.10.0",
34
+ "typescript": "5.4.2",
35
+ "vite": "5.1.6",
36
36
  "vue-eslint-parser": "9.4.2",
37
- "vue-tsc": "2.0.2"
37
+ "vue-tsc": "2.0.6"
38
38
  },
39
39
  "simple-git-hooks": {
40
40
  "commit-msg": "pnpm soy git-commit-verify",