Skip to content

Commit

Permalink
feat: 增加更新检查
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyurus committed Apr 26, 2024
1 parent 11b4ebe commit 721fd98
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-not-found",
"@oclif/plugin-version"
"@oclif/plugin-version",
"@oclif/plugin-warn-if-update-available"
]
},
"dependencies": {
Expand All @@ -47,6 +48,7 @@
"@oclif/plugin-help": "^6.0.21",
"@oclif/plugin-not-found": "^3.1.6",
"@oclif/plugin-version": "^2.0.17",
"@oclif/plugin-warn-if-update-available": "^3.0.16",
"chalk": "^5.3.0",
"langchain": "^0.1.36",
"ora": "^8.0.1"
Expand Down
11 changes: 7 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 721fd98

Please sign in to comment.