We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d35e3f commit 255d212Copy full SHA for 255d212
3 files changed
packages/angular/cli/package.json
@@ -25,7 +25,7 @@
25
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
26
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
27
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
28
- "@inquirer/prompts": "7.10.1",
+ "@inquirer/prompts": "8.3.0",
29
"@listr2/prompt-adapter-inquirer": "3.0.5",
30
"@modelcontextprotocol/sdk": "1.26.0",
31
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
packages/angular_devkit/schematics_cli/package.json
@@ -18,6 +18,6 @@
18
"dependencies": {
19
20
21
- "@inquirer/prompts": "7.10.1"
+ "@inquirer/prompts": "8.3.0"
22
}
23
0 commit comments