Skip to content

Commit

Permalink
Add missing yargs dependency on cli packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lcampos committed Jul 23, 2024
1 parent d4247cc commit c3f774f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

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

5 changes: 3 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
"chalk": "^5.1.2",
"dotenv": "^16.4.5",
"mime-types": "^2.1.35",
"ora": "^8.0.1",
"pino": "^9.3.1",
"pino-pretty": "^11.2.1"
"pino-pretty": "^11.2.1",
"ora": "^8.0.1",
"yargs": "^17.7.2"
},
"files": [
"dist/**/**/*",
Expand Down

0 comments on commit c3f774f

Please sign in to comment.