Skip to content

Commit 1dee6b2

Browse files
authored
feat(material-experimental): bump peer dependency to MDC v8.0.0 canary (#20527)
We've been using the MDC v8.0.0 canary version pipeline for quite a while now, but our peer dependency was left on v6.0.0. This commit updates the peer dependency to the current version we use for development of the experimental MDC components. We cannot guarantee compatibility with the older canary versions of MDC as there have been quite a lot of changes and we actively develop with the most recent canary versions. Note that the peer dependency can quickly become outdated, but it's better being on the correct major at least.
1 parent 7b00da2 commit 1dee6b2

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 = "^10.0.0 || ^11.0.0-0"
5-
MDC_PACKAGE_VERSION = "^6.0.0-canary.265ecbad5.0"
5+
MDC_PACKAGE_VERSION = "^8.0.0-canary.911014711.0"
66
TSLIB_PACKAGE_VERSION = "^2.0.0"
77

88
VERSION_PLACEHOLDER_REPLACEMENTS = {

0 commit comments

Comments
 (0)