Skip to content

Commit d6aa216

Browse files
committed
refactor(@angular-devkit/build-angular): remove unused inquirer dependency
The functionality that previously used `inquirer` was moved to the `@angular/build` package.
1 parent 7e7fe8b commit d6aa216

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/angular_devkit/build_angular/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ ts_library(
148148
"@npm//@types/babel__core",
149149
"@npm//@types/browser-sync",
150150
"@npm//@types/browserslist",
151-
"@npm//@types/inquirer",
152151
"@npm//@types/karma",
153152
"@npm//@types/less",
154153
"@npm//@types/loader-utils",
@@ -172,7 +171,6 @@ ts_library(
172171
"@npm//fast-glob",
173172
"@npm//http-proxy-middleware",
174173
"@npm//https-proxy-agent",
175-
"@npm//inquirer",
176174
"@npm//jsonc-parser",
177175
"@npm//karma",
178176
"@npm//karma-source-map-support",

packages/angular_devkit/build_angular/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"fast-glob": "3.3.2",
3636
"https-proxy-agent": "7.0.4",
3737
"http-proxy-middleware": "3.0.0",
38-
"inquirer": "9.2.23",
3938
"jsonc-parser": "3.2.1",
4039
"karma-source-map-support": "1.4.0",
4140
"less": "4.2.0",

0 commit comments

Comments
 (0)