fix: unify Commander to v13 across all packages (prdy, mosaic)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful

Stale commander@12 in @mosaic/prdy and @mosaic/mosaic caused type
mismatch with @mosaic/cli and @mosaic/quality-rails (both on v13).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jarvis
2026-04-04 13:37:23 -05:00
parent 6954e43bbb
commit 9f73d3f5db
3 changed files with 6 additions and 12 deletions

View File

@@ -22,7 +22,7 @@
},
"dependencies": {
"@clack/prompts": "^0.9.0",
"commander": "^12.0.0",
"commander": "^13.0.0",
"js-yaml": "^4.1.0",
"zod": "^3.22.0"
},