refactor(bazel): Schematics should fetch angular from distro (#28851)
PR Close #28851
This commit is contained in:

committed by
Igor Minar

parent
96b597cfd0
commit
e5e4e63e71
@ -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',
|
||||
|
Reference in New Issue
Block a user