build: update to latest bazel rules (#28931)

PR Close #28931
This commit is contained in:
Alex Eagle
2019-02-22 13:22:11 -08:00
committed by Igor Minar
parent 10ba91b1d3
commit 350802b207
9 changed files with 39 additions and 28 deletions

View File

@ -47,7 +47,6 @@ function addDevDependenciesToPackageJson(options: Schema) {
'@bazel/bazel': '^0.22.1',
'@bazel/ibazel': '^0.9.0',
'@bazel/karma': '^0.25.1',
'@bazel/typescript': '^0.25.1',
};
const recorder = host.beginUpdate(packageJson);