Skip to content

Commit 4144642

Browse files
alan-agius4dgp1130
authored andcommitted
build: remove unneeded dependency in ts_library
`@npm//@types/browserslist` and `@npm//rxjs` are not needed in `@schematics/angular`
1 parent e2b6e5c commit 4144642

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/schematics/angular/BUILD.bazel

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,8 @@ ts_library(
7777
"//packages/angular_devkit/schematics",
7878
"//packages/angular_devkit/schematics/tasks",
7979
"//packages/schematics/angular/third_party/github.com/Microsoft/TypeScript",
80-
"@npm//@types/browserslist",
8180
"@npm//@types/node",
8281
"@npm//jsonc-parser",
83-
"@npm//rxjs",
8482
],
8583
)
8684

@@ -115,9 +113,7 @@ ts_library(
115113
"//packages/angular_devkit/schematics/tasks",
116114
"//packages/angular_devkit/schematics/testing",
117115
"//packages/schematics/angular/third_party/github.com/Microsoft/TypeScript",
118-
"@npm//@types/browserslist",
119116
"@npm//jsonc-parser",
120-
"@npm//rxjs",
121117
],
122118
# @external_end
123119
)

0 commit comments

Comments
 (0)