Skip to content

Commit a6e264a

Browse files
authored
build: update peer dependency for angular framework dependencies (#23307)
The release tool will require us to update the peer dependencies to no longer allow for v12 when cutting v13 major pre-releases.
1 parent 50655e2 commit a6e264a

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 = "^12.0.0 || ^13.0.0-0"
4+
ANGULAR_PACKAGE_VERSION = "^13.0.0-0 || ^14.0.0-0"
55
MDC_PACKAGE_VERSION = "12.0.0-canary.5f00e454a.0"
66
TSLIB_PACKAGE_VERSION = "^2.2.0"
77
RXJS_PACKAGE_VERSION = "^6.5.3"

0 commit comments

Comments
 (0)