Skip to content

Commit

Permalink
build: fix angular version (#22103)
Browse files Browse the repository at this point in the history
* change 13.0.0 to 13.0.0-0
  • Loading branch information
wagnermaciel authored Mar 3, 2021
1 parent 691a0c8 commit 128e937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages.bzl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Each individual package uses a placeholder for the version of Angular to ensure they're
# all in-sync. This map is passed to each ng_package rule to stamp out the appropriate
# version for the placeholders.
ANGULAR_PACKAGE_VERSION = "^12.0.0-0 || ^13.0.0"
ANGULAR_PACKAGE_VERSION = "^12.0.0-0 || ^13.0.0-0"
MDC_PACKAGE_VERSION = "^9.0.0-canary.419e03572.0"
TSLIB_PACKAGE_VERSION = "^2.0.0"

Expand Down

0 comments on commit 128e937

Please sign in to comment.