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:
Igor Minar
2019-11-22 16:31:40 -08:00
committed by Miško Hevery
parent 168abc6d6f
commit ea37e82e69
22 changed files with 5178 additions and 1641 deletions

View File

@ -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",