Skip to content

Commit

Permalink
build: update to latest MDC canary version and fix error (angular#19026)
Browse files Browse the repository at this point in the history
Updates to the latest Canary version of MDC and fixes a build error that was caught by the CI.
  • Loading branch information
crisbeto authored Apr 9, 2020
1 parent f405cb6 commit 239e01d
Show file tree
Hide file tree
Showing 3 changed files with 538 additions and 515 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/youtube": "^0.0.38",
"@webcomponents/custom-elements": "^1.1.0",
"core-js": "^2.6.9",
"material-components-web": "6.0.0-canary.d5808057f.0",
"material-components-web": "6.0.0-canary.9930d9cc5.0",
"rxjs": "^6.5.3",
"systemjs": "0.19.43",
"tslib": "^1.10.0",
Expand Down
11 changes: 10 additions & 1 deletion src/material-experimental/mdc-helpers/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ sass_library(
"@npm//:node_modules/@material/chips/_mixins.scss",
"@npm//:node_modules/@material/chips/_variables.import.scss",
"@npm//:node_modules/@material/chips/_variables.scss",
"@npm//:node_modules/@material/chips/trailingaction/_index.scss",
"@npm//:node_modules/@material/chips/trailingaction/_mixins.scss",
"@npm//:node_modules/@material/chips/trailingaction/_variables.scss",
"@npm//:node_modules/@material/circular-progress/_index.scss",
"@npm//:node_modules/@material/circular-progress/_keyframes.import.scss",
"@npm//:node_modules/@material/circular-progress/_keyframes.scss",
"@npm//:node_modules/@material/circular-progress/_mixins.import.scss",
"@npm//:node_modules/@material/circular-progress/_mixins.scss",
"@npm//:node_modules/@material/circular-progress/_variables.import.scss",
"@npm//:node_modules/@material/circular-progress/_variables.scss",
"@npm//:node_modules/@material/data-table/_index.scss",
"@npm//:node_modules/@material/data-table/_mixins.import.scss",
"@npm//:node_modules/@material/data-table/_mixins.scss",
Expand Down Expand Up @@ -168,7 +178,6 @@ sass_library(
"@npm//:node_modules/@material/select/_functions.import.scss",
"@npm//:node_modules/@material/select/_functions.scss",
"@npm//:node_modules/@material/select/_index.scss",
"@npm//:node_modules/@material/select/_keyframes.scss",
"@npm//:node_modules/@material/select/_mixins.import.scss",
"@npm//:node_modules/@material/select/_mixins.scss",
"@npm//:node_modules/@material/select/_variables.import.scss",
Expand Down
Loading

0 comments on commit 239e01d

Please sign in to comment.