Skip to content

Commit

Permalink
feat(bazel): update @bazel/schematics to Bazel 1.0.0 (#33476)
Browse files Browse the repository at this point in the history
Not updating to Bazel 1.1.0 yet due to a docker permissions CI issue that was observed on the angular repo that is unresolved. See #33367 (comment).

PR Close #33476
  • Loading branch information
gregmagolan authored and AndrewKushnir committed Oct 29, 2019
1 parent 7193e15 commit 540d104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bazel/src/schematics/ng-add/index.ts
Expand Up @@ -48,7 +48,7 @@ function addDevDependenciesToPackageJson(options: Schema) {

const devDependencies: {[k: string]: string} = {
'@angular/bazel': angularCoreVersion,
'@bazel/bazel': '^0.28.1',
'@bazel/bazel': '1.0.0',
'@bazel/ibazel': '^0.10.2',
'@bazel/karma': '0.39.1',
'@bazel/protractor': '0.39.1',
Expand Down

0 comments on commit 540d104

Please sign in to comment.