refactor(bazel): Schematics should fetch angular from distro (#28851)

PR Close #28851
This commit is contained in:
Keen Yee Liau
2019-02-19 17:58:21 -08:00
committed by Igor Minar
parent 96b597cfd0
commit e5e4e63e71
10 changed files with 209 additions and 101 deletions

View File

@ -44,7 +44,6 @@ function addDevDependenciesToPackageJson(options: Schema) {
const devDependencies: {[k: string]: string} = {
'@angular/bazel': angularCoreVersion,
'@angular/upgrade': angularCoreVersion,
// TODO(kyliau): Consider moving this to latest-versions.ts
'@bazel/bazel': '^0.22.1',
'@bazel/ibazel': '^0.9.0',
'@bazel/karma': '^0.23.2',