build: update to rules_nodejs 1.2.2 (#34961)
Fixes issue with yarn_install not following yarn-path in .yarnrc when bazel run from yarn with `yarn bazel ...` (rules_nodejs: fix: unset YARN_IGNORE_PATH in yarn_install before calling yarn #1588) PR Close #34961
This commit is contained in:

committed by
Misko Hevery

parent
da604310c6
commit
60018d265f
@ -40,11 +40,11 @@ function addDevDependenciesToPackageJson(options: Schema) {
|
||||
['@angular/bazel', angularCore.version],
|
||||
['@bazel/bazel', '2.0.0'],
|
||||
['@bazel/ibazel', '0.10.3'],
|
||||
['@bazel/karma', '1.2.1'],
|
||||
['@bazel/protractor', '1.2.1'],
|
||||
['@bazel/rollup', '1.2.1'],
|
||||
['@bazel/terser', '1.2.1'],
|
||||
['@bazel/typescript', '1.2.1'],
|
||||
['@bazel/karma', '1.2.2'],
|
||||
['@bazel/protractor', '1.2.2'],
|
||||
['@bazel/rollup', '1.2.2'],
|
||||
['@bazel/terser', '1.2.2'],
|
||||
['@bazel/typescript', '1.2.2'],
|
||||
['history-server', '1.3.1'],
|
||||
['html-insert-assets', '0.2.0'],
|
||||
['karma', '4.4.1'],
|
||||
|
Reference in New Issue
Block a user