Skip to content

Commit fd95571

Browse files
devversionamysorto
authored andcommitted
build: update peer dependency to angular framework (#25970)
Before being able to cut v15 stable, the peer dependency needs to be updates so that Angular framework v15 stable can be used. (cherry picked from commit 708773e)
1 parent c5afe36 commit fd95571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Each individual package uses a placeholder for the version of Angular to ensure they're
22
# all in-sync. This map is passed to each ng_package rule to stamp out the appropriate
33
# version for the placeholders.
4-
ANGULAR_PACKAGE_VERSION = "^15.0.0-0 || ^16.0.0"
4+
ANGULAR_PACKAGE_VERSION = "^15.0.0 || ^16.0.0"
55
MDC_PACKAGE_VERSION = "15.0.0-canary.ecfee946f.0"
66
TSLIB_PACKAGE_VERSION = "^2.3.0"
77
RXJS_PACKAGE_VERSION = "^6.5.3 || ^7.4.0"

0 commit comments

Comments
 (0)