build(bazel): pin versions of nodejs rules in @angular/bazel peer deps and @bazel/schematics (#29800)
PR Close #29800
This commit is contained in:

committed by
Kara Erickson

parent
b0eefc872e
commit
db62ccf9eb
@ -49,8 +49,8 @@ function addDevDependenciesToPackageJson(options: Schema) {
|
||||
'@angular/bazel': angularCoreVersion,
|
||||
'@bazel/bazel': '^0.24.0',
|
||||
'@bazel/ibazel': '^0.9.0',
|
||||
'@bazel/karma': '^0.27.10',
|
||||
'@bazel/typescript': '^0.27.10',
|
||||
'@bazel/karma': '0.27.10',
|
||||
'@bazel/typescript': '0.27.10',
|
||||
};
|
||||
|
||||
const recorder = host.beginUpdate(packageJson);
|
||||
|
Reference in New Issue
Block a user