fix(bazel): update several packages for better windows support (#35991)
PR Close #35991
This commit is contained in:
parent
96e3449ed7
commit
32f099aa36
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue