Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
@inquirer/prompts: ^7.1.0
  • Loading branch information
github-actions[bot] authored and fardjad committed Nov 12, 2024
1 parent eec59b7 commit 2cb8135
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 82 deletions.
160 changes: 80 additions & 80 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interactive-commander",
"version": "0.5.191",
"version": "0.5.192",
"description": "Commander.js with integrated interactive prompts",
"keywords": [
"commander",
Expand Down Expand Up @@ -53,7 +53,7 @@
"prepare": "tsup ./src/index.ts --format esm,cjs --dts --clean --sourcemap inline --silent"
},
"dependencies": {
"@inquirer/prompts": "^7.0.1",
"@inquirer/prompts": "^7.1.0",
"commander": "^12.1.0",
"parse-my-command": "^0.3.31"
},
Expand Down

0 comments on commit 2cb8135

Please sign in to comment.