Skip to content

Commit 954497f

Browse files
committed
Revert "build: update framework and ng-packagr peer-deps"
This reverts commit 5f3b622.
1 parent 5f3b622 commit 954497f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

constants.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ RELEASE_ENGINES_YARN = ">= 1.13.0"
55

66
NG_PACKAGR_VERSION = "^19.2.0-next.0"
77
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"
8+
ANGULAR_FW_PEER_DEP = "^19.0.0 || ^19.2.0-next.0"
9+
NG_PACKAGR_PEER_DEP = "^19.0.0 || ^19.2.0-next.0"
1010

1111
SNAPSHOT_REPOS = {
1212
"@angular/cli": "angular/cli-builds",

0 commit comments

Comments
 (0)