Skip to content

Commit

Permalink
Update commander to v11 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
grant0417 authored Nov 21, 2023
1 parent 3f8f342 commit d04a295
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 25 deletions.
2 changes: 1 addition & 1 deletion cli/create-completion-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/withfig/autocomplete-tools#readme",
"dependencies": {
"commander": "^9.5.0",
"commander": "^11.1.0",
"picocolors": "^1.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion cli/publish-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"homepage": "https://github.com/withfig/autocomplete-tools#readme",
"dependencies": {
"commander": "^9.5.0",
"commander": "^11.1.0",
"esbuild": "^0.19.6",
"node-fetch": "^3.3.2",
"prettier": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion cli/tools-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/semver": "^7.5.5",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"commander": "^8.3.0",
"commander": "^11.1.0",
"create-completion-spec": "workspace:^",
"esbuild": "^0.19.6",
"fast-glob": "^3.3.2",
Expand Down
4 changes: 2 additions & 2 deletions integrations/commander/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/withfig/autocomplete-tools#readme",
"peerDependencies": {
"commander": "^8.0.0"
"commander": "^11.1.0"
},
"dependencies": {
"prettier": "^3.1.0"
Expand All @@ -41,7 +41,7 @@
"@types/node": "^20.9.2",
"@withfig/autocomplete-types": "workspace:^",
"chalk": "^5.3.0",
"commander": "^8.3.0",
"commander": "^11.1.0",
"tsx": "^4.1.4",
"typescript": "~5.2.0"
},
Expand Down
29 changes: 10 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion types/docs-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "dist/index.js",
"devDependencies": {
"@microsoft/tsdoc": "^0.14.2",
"commander": "^9.5.0",
"commander": "^11.1.0",
"prettier": "^3.1.0",
"typescript": "~5.2.0"
}
Expand Down

0 comments on commit d04a295

Please sign in to comment.