fix(bazel): update several packages for better windows support (#35991)

PR Close #35991
This commit is contained in:
Alan Agius 2020-03-10 15:28:58 +01:00 committed by Matias Niemelä
parent 96e3449ed7
commit 32f099aa36
1 changed files with 2 additions and 2 deletions

View File

@ -39,14 +39,14 @@ function addDevDependenciesToPackageJson(options: Schema) {
const devDependencies: [string, string][] = [
['@angular/bazel', angularCore.version],
['@bazel/bazel', '2.1.0'],
['@bazel/ibazel', '0.11.1'],
['@bazel/ibazel', '0.12.2'],
['@bazel/karma', '1.4.1'],
['@bazel/protractor', '1.4.1'],
['@bazel/rollup', '1.4.1'],
['@bazel/terser', '1.4.1'],
['@bazel/typescript', '1.4.1'],
['history-server', '1.3.1'],
['html-insert-assets', '0.2.0'],
['html-insert-assets', '0.5.0'],
['karma', '4.4.1'],
['karma-chrome-launcher', '3.1.0'],
['karma-firefox-launcher', '1.2.0'],