Skip to content

Commit

Permalink
fix(cli-tools): declare dependency on prompts (#2518)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Oct 2, 2024
1 parent 775cda6 commit 9da12a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"mime": "^2.4.1",
"open": "^6.2.0",
"ora": "^5.4.1",
"prompts": "^2.4.2",
"semver": "^7.5.2",
"shell-quote": "^1.7.3",
"sudo-prompt": "^9.0.0"
Expand All @@ -23,6 +24,7 @@
"@types/lodash": "^4.14.149",
"@types/mime": "^2.0.1",
"@types/node": "^18.0.0",
"@types/prompts": "^2.4.4",
"@types/shell-quote": "^1.7.1"
},
"files": [
Expand Down

0 comments on commit 9da12a4

Please sign in to comment.