Skip to content

Commit fa77732

Browse files
committed
build: bumping dependencies for 20.1.0-next
`ng-packagr` hasn't released yet, so leaving that out for now.
1 parent 34ed213 commit fa77732

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

constants.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ RELEASE_ENGINES_NPM = "^6.11.0 || ^7.5.6 || >=8.0.0"
44
RELEASE_ENGINES_YARN = ">= 1.13.0"
55

66
NG_PACKAGR_VERSION = "^20.0.0-next.0"
7-
ANGULAR_FW_VERSION = "^20.0.0-next.0"
8-
ANGULAR_FW_PEER_DEP = "^20.0.0 || ^20.0.0-next.0"
9-
NG_PACKAGR_PEER_DEP = "^20.0.0 || ^20.0.0-next.0"
7+
ANGULAR_FW_VERSION = "^20.1.0-next.0"
8+
ANGULAR_FW_PEER_DEP = "^20.0.0 || ^20.1.0-next.0"
9+
NG_PACKAGR_PEER_DEP = "^20.0.0 || ^20.1.0-next.0"
1010

1111
# Baseline widely-available date in `YYYY-MM-DD` format which defines Angular's
1212
# browser support. This date serves as the source of truth for the Angular CLI's

0 commit comments

Comments
 (0)