easy-soft-develop 2.1.40 → 2.1.42
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": "easy-soft-develop",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.42",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -63,32 +63,32 @@
|
|
|
63
63
|
"commander": "^11.0.0",
|
|
64
64
|
"download": "^8.0.0",
|
|
65
65
|
"download-git-repo": "^3.0.2",
|
|
66
|
-
"enquirer": "^2.
|
|
66
|
+
"enquirer": "^2.4.1",
|
|
67
67
|
"fs-extra": "^11.1.1",
|
|
68
68
|
"hpagent": "^1.2.0",
|
|
69
69
|
"ping": "^0.4.4",
|
|
70
70
|
"shelljs": "^0.8.5",
|
|
71
|
-
"terminal-kit": "^3.0.
|
|
71
|
+
"terminal-kit": "^3.0.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@commitlint/cli": "^17.
|
|
75
|
-
"@commitlint/config-conventional": "^17.
|
|
76
|
-
"@commitlint/config-pnpm-scopes": "^17.
|
|
77
|
-
"@commitlint/cz-commitlint": "^17.
|
|
74
|
+
"@commitlint/cli": "^17.7.2",
|
|
75
|
+
"@commitlint/config-conventional": "^17.7.0",
|
|
76
|
+
"@commitlint/config-pnpm-scopes": "^17.7.0",
|
|
77
|
+
"@commitlint/cz-commitlint": "^17.7.2",
|
|
78
78
|
"commitizen": "^4.3.0",
|
|
79
|
-
"conventional-changelog-conventionalcommits": "^
|
|
80
|
-
"eslint": "^8.
|
|
81
|
-
"eslint-config-prettier": "^
|
|
79
|
+
"conventional-changelog-conventionalcommits": "^7.0.2",
|
|
80
|
+
"eslint": "^8.51.0",
|
|
81
|
+
"eslint-config-prettier": "^9.0.0",
|
|
82
82
|
"eslint-formatter-pretty": "^5.0.0",
|
|
83
|
-
"eslint-import-resolver-typescript": "^3.
|
|
83
|
+
"eslint-import-resolver-typescript": "^3.6.1",
|
|
84
84
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
85
|
-
"eslint-plugin-import": "^2.
|
|
85
|
+
"eslint-plugin-import": "^2.28.1",
|
|
86
86
|
"eslint-plugin-prettier": "^5.0.0",
|
|
87
87
|
"eslint-plugin-promise": "^6.1.1",
|
|
88
88
|
"husky": "^8.0.3",
|
|
89
|
-
"lint-staged": "^
|
|
90
|
-
"npm-check-updates": "^16.
|
|
91
|
-
"prettier": "^3.0.
|
|
92
|
-
"prettier-plugin-packagejson": "^2.4.
|
|
89
|
+
"lint-staged": "^14.0.1",
|
|
90
|
+
"npm-check-updates": "^16.14.5",
|
|
91
|
+
"prettier": "^3.0.3",
|
|
92
|
+
"prettier-plugin-packagejson": "^2.4.6"
|
|
93
93
|
}
|
|
94
94
|
}
|
|
@@ -142,8 +142,9 @@ const prettierScript = {
|
|
|
142
142
|
|
|
143
143
|
const ncuScript = {
|
|
144
144
|
'z:check:all-package-version': 'npx easy-soft-develop check-all-package-version',
|
|
145
|
+
'prez:update:all-package-version': 'node ./develop/assists/install.global.develop.dependence',
|
|
145
146
|
'z:update:all-package-version': 'npx easy-soft-develop update-all-package-version',
|
|
146
|
-
'postz:update:all-package-version': 'npm run z:install
|
|
147
|
+
'postz:update:all-package-version': 'npm run z:install',
|
|
147
148
|
'z:update:special-package-version': 'node ./develop/assists/package.update.special.version.js',
|
|
148
149
|
'postz:update:special-package-version': 'npm run z:install',
|
|
149
150
|
};
|