build(bazel): pin versions of nodejs rules in @angular/bazel peer deps and @bazel/schematics (#29800)
PR Close #29800
This commit is contained in:
parent
b0eefc872e
commit
db62ccf9eb
@ -38,7 +38,7 @@
|
|||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/compiler-cli": "0.0.0-PLACEHOLDER",
|
"@angular/compiler-cli": "0.0.0-PLACEHOLDER",
|
||||||
"@bazel/typescript": "^0.27.10",
|
"@bazel/typescript": "0.27.10",
|
||||||
"typescript": ">=3.3.3333 <3.4"
|
"typescript": ">=3.3.3333 <3.4"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -49,8 +49,8 @@ function addDevDependenciesToPackageJson(options: Schema) {
|
|||||||
'@angular/bazel': angularCoreVersion,
|
'@angular/bazel': angularCoreVersion,
|
||||||
'@bazel/bazel': '^0.24.0',
|
'@bazel/bazel': '^0.24.0',
|
||||||
'@bazel/ibazel': '^0.9.0',
|
'@bazel/ibazel': '^0.9.0',
|
||||||
'@bazel/karma': '^0.27.10',
|
'@bazel/karma': '0.27.10',
|
||||||
'@bazel/typescript': '^0.27.10',
|
'@bazel/typescript': '0.27.10',
|
||||||
};
|
};
|
||||||
|
|
||||||
const recorder = host.beginUpdate(packageJson);
|
const recorder = host.beginUpdate(packageJson);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user