Skip to content

Commit a67b020

Browse files
committed
feat: migrate yargs to cac
1 parent b87fd8d commit a67b020

File tree

3 files changed

+47
-443
lines changed

3 files changed

+47
-443
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
},
4747
"dependencies": {
4848
"ansis": "^3.17.0",
49+
"cac": "^6.7.14",
4950
"consola": "^3.4.0",
5051
"dotenv": "^16.4.7",
5152
"ofetch": "^1.4.1",
5253
"sharp": "^0.33.5",
53-
"unconfig": "^7.3.0",
54-
"yargs": "^17.7.2"
54+
"unconfig": "^7.3.0"
5555
},
5656
"devDependencies": {
5757
"@antfu/eslint-config": "^4.8.1",
@@ -60,14 +60,13 @@
6060
"@fast-csv/parse": "^5.0.2",
6161
"@types/d3-hierarchy": "^3.1.7",
6262
"@types/node": "^22.13.10",
63-
"@types/yargs": "^17.0.33",
6463
"bumpp": "^10.0.3",
6564
"d3-hierarchy": "^3.1.2",
6665
"eslint": "^9.22.0",
67-
"p-limit": "^6.2.0",
68-
"esno": "^4.8.0",
6966
"jiti": "^2.4.2",
7067
"normalize-url": "^8.0.1",
68+
"p-limit": "^6.2.0",
69+
"tsx": "^4.19.3",
7170
"typescript": "^5.8.2",
7271
"unbuild": "^3.5.0",
7372
"vite": "^6.2.1",

0 commit comments

Comments
 (0)