From 105a27617e51b7018c0ab25515eab4f80283bf7c Mon Sep 17 00:00:00 2001 From: Michael Prentice Date: Sat, 1 May 2021 00:07:45 -0400 Subject: [PATCH] fix(material-experimental/mdc-core): update the required MDC version - `11.0.0-canary.3201cae47.0` is required due to the use of the `mdc-list-deprecated-item-disabled-text-color` mixin Fixes #22409. Related to #21968. --- packages.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.bzl b/packages.bzl index 6703f9483c83..6064e616db4e 100644 --- a/packages.bzl +++ b/packages.bzl @@ -2,7 +2,7 @@ # 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" -MDC_PACKAGE_VERSION = "^9.0.0-canary.419e03572.0" +MDC_PACKAGE_VERSION = "^11.0.0-canary.3201cae47.0" TSLIB_PACKAGE_VERSION = "^2.0.0" VERSION_PLACEHOLDER_REPLACEMENTS = {