build: consolidate @angular-devkit/build-angular to the root package.json (#34002)
This allows us to update the version of the package in a single place for all tests. Notable exemption of this is aio which currently doesn't depend on anything installed in the root. PR Close #34002
This commit is contained in:
@ -11,6 +11,7 @@ ts_library(
|
||||
"//packages/compiler",
|
||||
"//packages/localize",
|
||||
"//packages/localize/src/tools",
|
||||
"@npm//@babel/template",
|
||||
"@npm//@babel/types",
|
||||
"@npm//@types/babel__core",
|
||||
"@npm//@types/babel__generator",
|
||||
|
@ -46,6 +46,8 @@
|
||||
// will be removed eventually. See: FW-1392.
|
||||
"http/**",
|
||||
"language-service/test/project",
|
||||
// requires "types": ["node"] which we don't want to be available for other code
|
||||
"localize/src/tools",
|
||||
"platform-server/integrationtest",
|
||||
// The webworker packages have deprecated and are not made compatible with the
|
||||
// strict flag. Until these packages are removed, we exclude them here.
|
||||
|
Reference in New Issue
Block a user