Skip to content

Commit 025591a

Browse files
committed
build: update dependency @inquirer/prompts to v8
See associated pull request for more information.
1 parent d0e9e81 commit 025591a

File tree

3 files changed

+127
-111
lines changed

3 files changed

+127
-111
lines changed

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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": "3.0.5",
3030
"@modelcontextprotocol/sdk": "1.26.0",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
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
}

0 commit comments

Comments
 (0)