File tree Expand file tree Collapse file tree 4 files changed +96
-213
lines changed
angular_devkit/schematics_cli Expand file tree Collapse file tree 4 files changed +96
-213
lines changed Original file line number Diff line number Diff line change 2525 "@angular-devkit/architect" : " workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER" ,
2626 "@angular-devkit/core" : " workspace:0.0.0-PLACEHOLDER" ,
2727 "@angular-devkit/schematics" : " workspace:0.0.0-PLACEHOLDER" ,
28- "@inquirer/prompts" : " 7.10.1 " ,
28+ "@inquirer/prompts" : " 8.3.0 " ,
2929 "@listr2/prompt-adapter-inquirer" : " 4.1.1" ,
3030 "@modelcontextprotocol/sdk" : " 1.26.0" ,
3131 "@schematics/angular" : " workspace:0.0.0-PLACEHOLDER" ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export async function askQuestion(
4343 const answer = await select ( {
4444 message,
4545 choices,
46- default : defaultResponseIndex ,
46+ default : choices [ defaultResponseIndex ] . value ,
4747 theme : {
4848 prefix : '' ,
4949 } ,
Original file line number Diff line number Diff line change 1818 "dependencies" : {
1919 "@angular-devkit/core" : " workspace:0.0.0-PLACEHOLDER" ,
2020 "@angular-devkit/schematics" : " workspace:0.0.0-PLACEHOLDER" ,
21- "@inquirer/prompts" : " 7.10.1 "
21+ "@inquirer/prompts" : " 8.3.0 "
2222 }
2323}
You can’t perform that action at this time.
0 commit comments