Skip to content

Commit

Permalink
fix: autocompleteMultiselect cancel exit when prompt yes (#139)
Browse files Browse the repository at this point in the history
* fix: autocompleteMultiselect cancel exit when prompt yes

* fix: autocompleteMultiselect cancel exit when prompt yes

* fix: autocompleteMultiselect cancel exit when prompt yes
  • Loading branch information
winchesHe authored Jan 18, 2025
1 parent 597906e commit a736537
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ save-exact=true
engine-strict=true
auto-install-peers=true
enable-pre-post-scripts=true
strict-peer-dependencies=false
strict-peer-dependencies=false
ignore-workspace-root-check=true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@clack/prompts": "0.7.0",
"@winches/prompts": "0.0.6",
"@winches/prompts": "0.0.7",
"async-retry": "1.3.3",
"chalk": "5.3.0",
"commander": "11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@clack/prompts": "0.7.0",
"async-retry": "1.3.3",
"chalk": "5.3.0",
"@winches/prompts": "0.0.6",
"@winches/prompts": "0.0.7",
"cli-progress": "3.12.0",
"commander": "11.0.0",
"find-up": "7.0.0",
Expand Down
14 changes: 7 additions & 7 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 a736537

Please sign in to comment.