Skip to content

Commit 5f3b622

Browse files
committed
build: update framework and ng-packagr peer-deps
``` Discovered errors when validating dependency ranges. - latest-versions: Invalid dependency range for "ng-packagr". Expected: ^19.2.0-next.0 - latest-versions: Invalid dependency range for "@angular/core". Expected: ^19.2.0-next.0 Please fix these failures before publishing a new release. These checks can be forcibly ignored by setting: SKIP_DEPENDENCY_RANGE_PRECHECK=1 ```
1 parent 95189d5 commit 5f3b622

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.0.0 || ^19.2.0-next.0"
9-
NG_PACKAGR_PEER_DEP = "^19.0.0 || ^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"
1010

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

0 commit comments

Comments
 (0)