build(bazel): update to nodejs rules 0.27.8 (#29508)
* fixes prodmode issue in integration/bazel BREAKING CHANGE: @bazel/typescript is now a peerDependency of @angular/bazel so user's of @angular/bazel must add @bazel/typescript to their package.json PR Close #29508
This commit is contained in:

committed by
Miško Hevery

parent
06056b4a6d
commit
d9162a872d
@ -49,7 +49,8 @@ function addDevDependenciesToPackageJson(options: Schema) {
|
||||
'@angular/bazel': angularCoreVersion,
|
||||
'@bazel/bazel': '^0.23.0',
|
||||
'@bazel/ibazel': '^0.9.0',
|
||||
'@bazel/karma': '^0.27.7',
|
||||
'@bazel/karma': '^0.27.8',
|
||||
'@bazel/typescript': '^0.27.8',
|
||||
};
|
||||
|
||||
const recorder = host.beginUpdate(packageJson);
|
||||
|
Reference in New Issue
Block a user