Skip to content

Commit

Permalink
Update dependency commander to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 24, 2024
1 parent bb1b860 commit e833beb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/lobe-cli-shebang/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"commander": "^11",
"commander": "^12.0.0",
"consola": "^3",
"update-notifier": "^7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/lobe-commit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@langchain/openai": "latest",
"@lobehub/cli-ui": "1.10.0",
"chalk": "^5",
"commander": "^11",
"commander": "^12.0.0",
"conf": "^12",
"dotenv": "^16",
"execa": "^8",
Expand Down
2 changes: 1 addition & 1 deletion packages/lobe-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@langchain/openai": "latest",
"@lobehub/cli-ui": "1.10.0",
"chalk": "^5",
"commander": "^11",
"commander": "^12.0.0",
"conf": "^12",
"consola": "^3",
"cosmiconfig": "^9",
Expand Down
2 changes: 1 addition & 1 deletion packages/lobe-label/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@inkjs/ui": "^1",
"@lobehub/cli-ui": "1.10.0",
"@octokit/rest": "^20",
"commander": "^11",
"commander": "^12.0.0",
"conf": "^12",
"consola": "^3",
"ink": "^4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/lobe-seo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@langchain/openai": "latest",
"@lobehub/cli-ui": "1.10.0",
"chalk": "^5",
"commander": "^11",
"commander": "^12.0.0",
"conf": "^12",
"consola": "^3",
"cosmiconfig": "^9",
Expand Down

0 comments on commit e833beb

Please sign in to comment.