We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3b622 commit 954497fCopy full SHA for 954497f
constants.bzl
@@ -5,8 +5,8 @@ RELEASE_ENGINES_YARN = ">= 1.13.0"
5
6
NG_PACKAGR_VERSION = "^19.2.0-next.0"
7
ANGULAR_FW_VERSION = "^19.2.0-next.0"
8
-ANGULAR_FW_PEER_DEP = "^19.2.0-next.0"
9
-NG_PACKAGR_PEER_DEP = "^19.2.0-next.0"
+ANGULAR_FW_PEER_DEP = "^19.0.0 || ^19.2.0-next.0"
+NG_PACKAGR_PEER_DEP = "^19.0.0 || ^19.2.0-next.0"
10
11
SNAPSHOT_REPOS = {
12
"@angular/cli": "angular/cli-builds",
0 commit comments