build: update Bazel to 0.23 (#29058)

PR Close #29058
This commit is contained in:
Alex Eagle
2019-03-01 16:19:32 +00:00
committed by Andrew Kushnir
parent b1df9a30f4
commit ba602dbaec
5 changed files with 54 additions and 54 deletions
+2 -2
View File
@@ -31,11 +31,11 @@
},
"// 1": "dependencies are used locally and by bazel",
"dependencies": {
"@angular/bazel": "file:./tools/npm/@angular_bazel",
"@angular-devkit/architect": "^0.13.2",
"@angular-devkit/build-optimizer": "^0.13.2",
"@angular-devkit/core": "^7.3.2",
"@angular-devkit/schematics": "^7.3.2",
"@angular/bazel": "file:./tools/npm/@angular_bazel",
"@bazel/jasmine": "0.26.0",
"@bazel/karma": "0.26.0",
"@bazel/typescript": "0.26.0",
@@ -108,7 +108,7 @@
"// 3": "when updating @bazel/bazel version you also need to update the RBE settings in .bazelrc (see https://github.com/angular/angular/pull/27935)",
"devDependencies": {
"@angular/cli": "^7.3.2",
"@bazel/bazel": "~0.22.0",
"@bazel/bazel": "0.23.0",
"@bazel/buildifier": "^0.19.2",
"@bazel/ibazel": "~0.9.0",
"@types/minimist": "^1.2.0",