From 691a0c86fd3612a5c662e8c85788768aa7bf1acf Mon Sep 17 00:00:00 2001 From: Wagner Maciel Date: Wed, 3 Mar 2021 16:27:04 -0500 Subject: [PATCH] build: bump angular version to 12 || 13 (#22101) * build: bump angular version to 12 || 13 * fixup! build: bump angular version to 12 || 13 --- packages.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.bzl b/packages.bzl index 071977d40a7e..d98dc0648688 100644 --- a/packages.bzl +++ b/packages.bzl @@ -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"