Skip to content

Commit 449caec

Browse files
devversionjelbourn
authored andcommitted
build: update version placeholder for angular and tslib
Updates the version placeholder for Angular to allow for v10.0.0-0 and v11.0.0-0. Additionally, updates the tslib placeholder to match the range allowed by the Angular framework packages.
1 parent c36abd9 commit 449caec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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 = "^9.0.0 || ^10.0.0-0"
4+
ANGULAR_PACKAGE_VERSION = "^10.0.0-0 || ^11.0.0-0"
55
MDC_PACKAGE_VERSION = "^6.0.0-canary.265ecbad5.0"
6-
TSLIB_PACKAGE_VERSION = "^1.9.0"
6+
TSLIB_PACKAGE_VERSION = "^1.10.0"
77

88
VERSION_PLACEHOLDER_REPLACEMENTS = {
99
"0.0.0-MDC": MDC_PACKAGE_VERSION,

0 commit comments

Comments
 (0)