[READ-ONLY] Mirror of https://github.com/bombshell-dev/tab. shell autocompletions for javascript CLIs
4

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): widen commander peer range (#137)

authored by

AmirHossein Sakhravi and committed by
GitHub
(Jul 6, 2026, 4:25 PM +0330) 0f2d0f3d a35cca84

+6 -1
+5
.changeset/new-pears-learn.md
··· 1 + --- 2 + '@bomb.sh/tab': patch 3 + --- 4 + 5 + Widen Commander peer dependency support to include Commander 14 and 15.
+1 -1
package.json
··· 56 56 "peerDependencies": { 57 57 "cac": "^6.7.14", 58 58 "citty": "^0.1.6 || ^0.2.0", 59 - "commander": "^13.1.0" 59 + "commander": "^13.1.0 || ^14.0.0 || ^15.0.0" 60 60 }, 61 61 "peerDependenciesMeta": { 62 62 "cac": {