Skip to content

Commit

Permalink
build: update framework and ng-packagr peer-deps
Browse files Browse the repository at this point in the history
```
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
```
  • Loading branch information
alan-agius4 committed Jan 29, 2025
1 parent 95189d5 commit 5f3b622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constants.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ RELEASE_ENGINES_YARN = ">= 1.13.0"

NG_PACKAGR_VERSION = "^19.2.0-next.0"
ANGULAR_FW_VERSION = "^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"
ANGULAR_FW_PEER_DEP = "^19.2.0-next.0"
NG_PACKAGR_PEER_DEP = "^19.2.0-next.0"

SNAPSHOT_REPOS = {
"@angular/cli": "angular/cli-builds",
Expand Down

0 comments on commit 5f3b622

Please sign in to comment.