Skip to content

Commit 32f099a

Browse files
alan-agius4matsko
authored andcommitted
fix(bazel): update several packages for better windows support (#35991)
PR Close #35991
1 parent 96e3449 commit 32f099a

File tree

1 file changed

+2
-2
lines changed
  • packages/bazel/src/schematics/ng-add

1 file changed

+2
-2
lines changed

packages/bazel/src/schematics/ng-add/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ function addDevDependenciesToPackageJson(options: Schema) {
3939
const devDependencies: [string, string][] = [
4040
['@angular/bazel', angularCore.version],
4141
['@bazel/bazel', '2.1.0'],
42-
['@bazel/ibazel', '0.11.1'],
42+
['@bazel/ibazel', '0.12.2'],
4343
['@bazel/karma', '1.4.1'],
4444
['@bazel/protractor', '1.4.1'],
4545
['@bazel/rollup', '1.4.1'],
4646
['@bazel/terser', '1.4.1'],
4747
['@bazel/typescript', '1.4.1'],
4848
['history-server', '1.3.1'],
49-
['html-insert-assets', '0.2.0'],
49+
['html-insert-assets', '0.5.0'],
5050
['karma', '4.4.1'],
5151
['karma-chrome-launcher', '3.1.0'],
5252
['karma-firefox-launcher', '1.2.0'],

0 commit comments

Comments
 (0)