Skip to content

Commit

Permalink
build: bump angular version to 12 || 13 (#22101)
Browse files Browse the repository at this point in the history
* build: bump angular version to 12 || 13

* fixup! build: bump angular version to 12 || 13
  • Loading branch information
wagnermaciel authored Mar 3, 2021
1 parent d7987f0 commit 691a0c8
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 = "^11.0.0 || ^12.0.0-0"
ANGULAR_PACKAGE_VERSION = "^12.0.0-0 || ^13.0.0"
MDC_PACKAGE_VERSION = "^9.0.0-canary.419e03572.0"
TSLIB_PACKAGE_VERSION = "^2.0.0"

Expand Down

0 comments on commit 691a0c8

Please sign in to comment.