Skip to content

Commit 8ec0d13

Browse files
committed
build: update version placeholder for mdc version in bazel
1 parent 4c18df0 commit 8ec0d13

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

0 commit comments

Comments
 (0)