cli-z-develop 0.11.0 → 0.12.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/dist/index.js +680 -629
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cli-z-develop",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"description": "技术团队开发流程管理工具",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"author": "z",
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@lonely9/eslint-config-team": "^1.3.
|
|
25
|
+
"@lonely9/eslint-config-team": "^1.3.8",
|
|
26
26
|
"@tsconfig/node22": "^22.0.5",
|
|
27
27
|
"@types/fs-extra": "^11.0.4",
|
|
28
28
|
"@types/inquirer": "^9.0.9",
|
|
@@ -30,29 +30,29 @@
|
|
|
30
30
|
"@types/node": "^22.15.29",
|
|
31
31
|
"@types/semver": "^7.7.1",
|
|
32
32
|
"@types/shelljs": "^0.10.0",
|
|
33
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
34
|
-
"@typescript-eslint/parser": "^8.
|
|
33
|
+
"@typescript-eslint/eslint-plugin": "^8.58.2",
|
|
34
|
+
"@typescript-eslint/parser": "^8.58.2",
|
|
35
35
|
"eslint": "^9.39.2",
|
|
36
36
|
"jiti": "^2.6.1",
|
|
37
|
-
"prettier": "^3.
|
|
37
|
+
"prettier": "^3.8.2",
|
|
38
38
|
"typescript": "^5.9.3",
|
|
39
39
|
"vite": "^7.3.1",
|
|
40
|
-
"vue-tsc": "^3.2.
|
|
40
|
+
"vue-tsc": "^3.2.6"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@inquirer/prompts": "^8.
|
|
44
|
-
"axios": "^1.
|
|
43
|
+
"@inquirer/prompts": "^8.4.1",
|
|
44
|
+
"axios": "^1.15.0",
|
|
45
45
|
"chalk": "^5.6.2",
|
|
46
|
-
"commander": "^14.0.
|
|
47
|
-
"dayjs": "^1.11.
|
|
48
|
-
"fs-extra": "^11.3.
|
|
46
|
+
"commander": "^14.0.3",
|
|
47
|
+
"dayjs": "^1.11.20",
|
|
48
|
+
"fs-extra": "^11.3.4",
|
|
49
49
|
"inquirer-select-pro": "^1.0.0-alpha.9",
|
|
50
|
-
"lint-staged": "^16.
|
|
50
|
+
"lint-staged": "^16.4.0",
|
|
51
51
|
"minimist": "^1.2.8",
|
|
52
52
|
"npm-check-updates": "^19.3.1",
|
|
53
|
-
"ora": "^9.
|
|
53
|
+
"ora": "^9.3.0",
|
|
54
54
|
"p-limit": "^7.3.0",
|
|
55
|
-
"semver": "^7.7.
|
|
55
|
+
"semver": "^7.7.4",
|
|
56
56
|
"shelljs": "^0.10.0"
|
|
57
57
|
}
|
|
58
58
|
}
|