Skip to content

Commit

Permalink
feat(material-experimental): bump peer dependency to MDC v8.0.0 canary (
Browse files Browse the repository at this point in the history
#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.

(cherry picked from commit 1dee6b2)
  • Loading branch information
devversion authored and andrewseguin committed Sep 11, 2020
1 parent eef59ff commit 1dd6edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "^10.0.0 || ^11.0.0-0"
MDC_PACKAGE_VERSION = "^6.0.0-canary.265ecbad5.0"
MDC_PACKAGE_VERSION = "^8.0.0-canary.911014711.0"
TSLIB_PACKAGE_VERSION = "^2.0.0"

VERSION_PLACEHOLDER_REPLACEMENTS = {
Expand Down

0 comments on commit 1dd6edb

Please sign in to comment.