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

@ -21,7 +21,7 @@
"@angular-devkit/architect": "^0.10.6",
"@angular-devkit/core": "^7.0.4",
"@angular-devkit/schematics": "^7.3.0-rc.0",
"@bazel/typescript": "^0.25.1",
"@bazel/typescript": "^0.26.0-beta.0",
"@microsoft/api-extractor": "^7.0.17",
"@schematics/angular": "^7.0.4",
"@types/node": "6.0.84",

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);

View File

@ -107,7 +107,6 @@ describe('ng-add schematic', () => {
expect(devDeps).toContain('@bazel/bazel');
expect(devDeps).toContain('@bazel/ibazel');
expect(devDeps).toContain('@bazel/karma');
expect(devDeps).toContain('@bazel/typescript');
});
it('should create Bazel workspace file', () => {