Skip to content

Commit b5224ea

Browse files
authored
fix(material-experimental/mdc-core): update the required MDC version (#22608)
- `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.
1 parent 9df8ced commit b5224ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# all in-sync. This map is passed to each ng_package rule to stamp out the appropriate
33
# version for the placeholders.
44
ANGULAR_PACKAGE_VERSION = "^11.0.0 || ^12.0.0-0"
5-
MDC_PACKAGE_VERSION = "^9.0.0-canary.419e03572.0"
5+
MDC_PACKAGE_VERSION = "^11.0.0-canary.3201cae47.0"
66
TSLIB_PACKAGE_VERSION = "^2.0.0"
77

88
VERSION_PLACEHOLDER_REPLACEMENTS = {

0 commit comments

Comments
 (0)