Skip to content

Commit b0aa88f

Browse files
committed
refactor(@angular-devkit/build-angular): remove unused dependencies
These dependencies are no longer utilized within the `@angular-devkit/build-angular` package.
1 parent 7b994e4 commit b0aa88f

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

packages/angular_devkit/build_angular/BUILD.bazel

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,11 @@ ts_library(
163163
"@npm//babel-loader",
164164
"@npm//browserslist",
165165
"@npm//copy-webpack-plugin",
166-
"@npm//critters",
167166
"@npm//css-loader",
168167
"@npm//esbuild",
169168
"@npm//esbuild-wasm",
170169
"@npm//fast-glob",
171170
"@npm//http-proxy-middleware",
172-
"@npm//https-proxy-agent",
173171
"@npm//istanbul-lib-instrument",
174172
"@npm//jsonc-parser",
175173
"@npm//karma",
@@ -178,13 +176,10 @@ ts_library(
178176
"@npm//less-loader",
179177
"@npm//license-webpack-plugin",
180178
"@npm//loader-utils",
181-
"@npm//magic-string",
182179
"@npm//mini-css-extract-plugin",
183-
"@npm//mrmime",
184180
"@npm//ng-packagr",
185181
"@npm//open",
186182
"@npm//ora",
187-
"@npm//parse5-html-rewriting-stream",
188183
"@npm//piscina",
189184
"@npm//postcss",
190185
"@npm//postcss-loader",
@@ -199,8 +194,6 @@ ts_library(
199194
"@npm//tree-kill",
200195
"@npm//tslib",
201196
"@npm//typescript",
202-
"@npm//vite",
203-
"@npm//watchpack",
204197
"@npm//webpack",
205198
"@npm//webpack-dev-middleware",
206199
"@npm//webpack-dev-server",

packages/angular_devkit/build_angular/package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,20 @@
2828
"babel-loader": "9.2.1",
2929
"browserslist": "^4.21.5",
3030
"copy-webpack-plugin": "12.0.2",
31-
"critters": "0.0.25",
3231
"css-loader": "7.1.2",
3332
"esbuild-wasm": "0.24.0",
3433
"fast-glob": "3.3.2",
3534
"http-proxy-middleware": "3.0.3",
36-
"https-proxy-agent": "7.0.5",
3735
"istanbul-lib-instrument": "6.0.3",
3836
"jsonc-parser": "3.3.1",
3937
"karma-source-map-support": "1.4.0",
4038
"less": "4.2.0",
4139
"less-loader": "12.2.0",
4240
"license-webpack-plugin": "4.0.2",
4341
"loader-utils": "3.3.1",
44-
"magic-string": "0.30.11",
4542
"mini-css-extract-plugin": "2.9.1",
46-
"mrmime": "2.0.0",
4743
"open": "10.1.0",
4844
"ora": "5.4.1",
49-
"parse5-html-rewriting-stream": "7.0.0",
5045
"picomatch": "4.0.2",
5146
"piscina": "4.7.0",
5247
"postcss": "8.4.47",
@@ -61,8 +56,6 @@
6156
"terser": "5.34.1",
6257
"tree-kill": "1.2.2",
6358
"tslib": "2.7.0",
64-
"vite": "5.4.8",
65-
"watchpack": "2.4.2",
6659
"webpack": "5.95.0",
6760
"webpack-dev-middleware": "7.4.2",
6861
"webpack-dev-server": "5.1.0",

yarn.lock

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,26 +81,21 @@ __metadata:
8181
babel-loader: "npm:9.2.1"
8282
browserslist: "npm:^4.21.5"
8383
copy-webpack-plugin: "npm:12.0.2"
84-
critters: "npm:0.0.25"
8584
css-loader: "npm:7.1.2"
8685
esbuild: "npm:0.24.0"
8786
esbuild-wasm: "npm:0.24.0"
8887
fast-glob: "npm:3.3.2"
8988
http-proxy-middleware: "npm:3.0.3"
90-
https-proxy-agent: "npm:7.0.5"
9189
istanbul-lib-instrument: "npm:6.0.3"
9290
jsonc-parser: "npm:3.3.1"
9391
karma-source-map-support: "npm:1.4.0"
9492
less: "npm:4.2.0"
9593
less-loader: "npm:12.2.0"
9694
license-webpack-plugin: "npm:4.0.2"
9795
loader-utils: "npm:3.3.1"
98-
magic-string: "npm:0.30.11"
9996
mini-css-extract-plugin: "npm:2.9.1"
100-
mrmime: "npm:2.0.0"
10197
open: "npm:10.1.0"
10298
ora: "npm:5.4.1"
103-
parse5-html-rewriting-stream: "npm:7.0.0"
10499
picomatch: "npm:4.0.2"
105100
piscina: "npm:4.7.0"
106101
postcss: "npm:8.4.47"
@@ -116,8 +111,6 @@ __metadata:
116111
tree-kill: "npm:1.2.2"
117112
tslib: "npm:2.7.0"
118113
undici: "npm:6.20.0"
119-
vite: "npm:5.4.8"
120-
watchpack: "npm:2.4.2"
121114
webpack: "npm:5.95.0"
122115
webpack-dev-middleware: "npm:7.4.2"
123116
webpack-dev-server: "npm:5.1.0"

0 commit comments

Comments
 (0)