Skip to content

Commit

Permalink
🐛 fix: Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Nov 21, 2023
1 parent f8e5ffe commit b35cb27
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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 @@ -39,7 +39,7 @@
"dependencies": {
"commander": "^11",
"consola": "^3",
"update-notifier": "^7.0.0"
"update-notifier": "^7"
},
"devDependencies": {
"clean-pkg-json": "^1"
Expand Down
2 changes: 1 addition & 1 deletion packages/lobe-cli-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"arr-rotate": "^1",
"consola": "^3",
"fast-deep-equal": "^3",
"figures": "^6.0.0",
"figures": "^6",
"ink": "^4.2",
"react": "^18"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/lobe-commit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
},
"dependencies": {
"@inkjs/ui": "^1",
"@lobehub/cli-ui": "1.9.0",
"@lobehub/cli-ui": "latest",
"chalk": "^5",
"commander": "^11",
"conf": "^12.0.0",
"conf": "^12",
"dotenv": "^16",
"execa": "^8.0.0",
"execa": "^8",
"fast-deep-equal": "^3",
"gitconfig": "^2",
"gpt-tokenizer": "^2",
Expand All @@ -66,7 +66,7 @@
"path-exists": "^5",
"react": "^18",
"swr": "^2",
"update-notifier": "^7.0.0",
"update-notifier": "^7",
"zustand": "^4"
},
"devDependencies": {
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 @@ -56,7 +56,7 @@
},
"dependencies": {
"@inkjs/ui": "^1",
"@lobehub/cli-ui": "1.9.0",
"@lobehub/cli-ui": "latest",
"chalk": "^5",
"commander": "^11",
"conf": "^12",
Expand Down
6 changes: 3 additions & 3 deletions packages/lobe-label/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
},
"dependencies": {
"@inkjs/ui": "^1",
"@lobehub/cli-ui": "1.9.0",
"@lobehub/cli-ui": "latest",
"@octokit/rest": "^20",
"commander": "^11",
"conf": "^12.0.0",
"conf": "^12",
"consola": "^3",
"ink": "^4.2",
"lodash-es": "^4",
"react": "^18",
"update-notifier": "^7.0.0"
"update-notifier": "^7"
},
"devDependencies": {
"clean-pkg-json": "^1"
Expand Down

0 comments on commit b35cb27

Please sign in to comment.