Skip to content

Commit 8a48e0d

Browse files
committed
build: update version placeholder for mdc version in bazel
1 parent 5a2bdcc commit 8a48e0d

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
@@ -117,7 +117,7 @@ MATERIAL_EXPERIMENTAL_SCSS_LIBS = [
117117
# all in-sync. This map is passed to each ng_package rule to stamp out the appropriate
118118
# version for the placeholders.
119119
ANGULAR_PACKAGE_VERSION = "^8.0.0 || ^9.0.0-0"
120-
MDC_PACKAGE_VERSION = "^1.1.0"
120+
MDC_PACKAGE_VERSION = "^4.0.0-alpha.0"
121121
VERSION_PLACEHOLDER_REPLACEMENTS = {
122122
"0.0.0-MDC": MDC_PACKAGE_VERSION,
123123
"0.0.0-NG": ANGULAR_PACKAGE_VERSION,

0 commit comments

Comments
 (0)