Skip to content

Commit 2863ab3

Browse files
committed
[migrate] upgrade to CommanderJSX 0.7 & other latest Upstream packages
1 parent 9a35f70 commit 2863ab3

File tree

4 files changed

+134
-538
lines changed

4 files changed

+134
-538
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-utility",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "LGPL-3.0",
55
"author": "[email protected]",
66
"description": "A Git utility CLI tool with some missing sub commands",
@@ -20,22 +20,21 @@
2020
"bugs": {
2121
"url": "https://github.com/idea2app/Git-utility/issues"
2222
},
23-
"type": "module",
2423
"bin": {
2524
"git-utility": "dist/index.js",
2625
"xgit": "dist/index.js"
2726
},
2827
"dependencies": {
29-
"commander-jsx": "^0.6.9",
30-
"zx": "^8.8.1"
28+
"commander-jsx": "^0.7.1",
29+
"zx": "^8.8.5"
3130
},
3231
"devDependencies": {
3332
"@types/fs-extra": "^11.0.4",
34-
"@types/node": "^22.18.0",
33+
"@types/node": "^22.18.13",
3534
"husky": "^9.1.7",
36-
"lint-staged": "^16.1.5",
35+
"lint-staged": "^16.2.6",
3736
"prettier": "^3.6.2",
38-
"typescript": "~5.9.2"
37+
"typescript": "~5.9.3"
3938
},
4039
"prettier": {
4140
"tabWidth": 4,

0 commit comments

Comments
 (0)