Skip to content

Commit 4267a80

Browse files
committed
fix(@angular-devkit/build-angular): remove @vitejs/plugin-basic-ssl from dependencies
This dependency is not used in this package. Closes #29921
1 parent 18ea0db commit 4267a80

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/angular_devkit/build_angular/BUILD.bazel

-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ ts_library(
154154
"@npm//@types/picomatch",
155155
"@npm//@types/semver",
156156
"@npm//@types/watchpack",
157-
"@npm//@vitejs/plugin-basic-ssl",
158157
"@npm//@web/test-runner",
159158
"@npm//ajv",
160159
"@npm//ansi-colors",

packages/angular_devkit/build_angular/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"@babel/runtime": "7.26.10",
2323
"@discoveryjs/json-ext": "0.6.1",
2424
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
25-
"@vitejs/plugin-basic-ssl": "1.1.0",
2625
"ansi-colors": "4.1.3",
2726
"autoprefixer": "10.4.20",
2827
"babel-loader": "9.1.3",

yarn.lock

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ __metadata:
7575
"@babel/runtime": "npm:7.26.10"
7676
"@discoveryjs/json-ext": "npm:0.6.1"
7777
"@ngtools/webpack": "npm:0.0.0-PLACEHOLDER"
78-
"@vitejs/plugin-basic-ssl": "npm:1.1.0"
7978
ansi-colors: "npm:4.1.3"
8079
autoprefixer: "npm:10.4.20"
8180
babel-loader: "npm:9.1.3"

0 commit comments

Comments
 (0)