Skip to content

Commit

Permalink
feat: upgrade command builder
Browse files Browse the repository at this point in the history
  • Loading branch information
rellafella committed Feb 14, 2025
1 parent a9024ef commit 9ca691a
Show file tree
Hide file tree
Showing 12 changed files with 1,737 additions and 438 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,24 @@
"@pinojs/json-colorizer": "^4.0.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.13.2",
"@types/yargs": "^17.0.33",
"bumpp": "^10.0.3",
"chalk": "^5.4.1",
"cosmiconfig": "^9.0.0",
"decircular": "^1.0.0",
"deepmerge": "^4.3.1",
"esbuild": "^0.25.0",
"execa": "^9.5.2",
"find-workspaces": "^0.3.1",
"fs-extra": "^11.3.0",
"json-stringify-pretty-compact": "^4.0.0",
"mdat": "^0.10.0",
"meow": "^13.2.0",
"package-up": "^5.0.0",
"prettier": "^3.5.0",
"tsx": "^4.19.2",
"typescript": "~5.7.3"
"typescript": "~5.7.3",
"vitest": "^3.0.5",
"yargs": "^17.7.2"
}
}
Loading

0 comments on commit 9ca691a

Please sign in to comment.