Skip to content

Commit 39dd216

Browse files
crisbetojelbourn
authored andcommitted
build: bump to latest MDC canary version (#18262)
Bumps to the latest MDC canary version and resolves some build issues. We need to update to this version, because it contains the feature targeting changes for the form field.
1 parent 9f2c937 commit 39dd216

File tree

5 files changed

+505
-519
lines changed

5 files changed

+505
-519
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/youtube": "^0.0.38",
5555
"@webcomponents/custom-elements": "^1.1.0",
5656
"core-js": "^2.6.9",
57-
"material-components-web": "5.0.0-canary.faa9af310.0",
57+
"material-components-web": "5.0.0-canary.6092f71ee.0",
5858
"rxjs": "^6.5.3",
5959
"systemjs": "0.19.43",
6060
"tslib": "^1.10.0",

src/dev-app/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ filegroup(
127127
"@npm//:node_modules/@material/drawer/dist/mdc.drawer.js",
128128
"@npm//:node_modules/@material/floating-label/dist/mdc.floatingLabel.js",
129129
"@npm//:node_modules/@material/form-field/dist/mdc.formField.js",
130-
"@npm//:node_modules/@material/grid-list/dist/mdc.gridList.js",
131130
"@npm//:node_modules/@material/icon-button/dist/mdc.iconButton.js",
132131
"@npm//:node_modules/@material/line-ripple/dist/mdc.lineRipple.js",
133132
"@npm//:node_modules/@material/linear-progress/dist/mdc.linearProgress.js",

src/material-experimental/mdc-helpers/BUILD.bazel

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ sass_library(
8282
"@npm//:node_modules/@material/form-field/_mixins.scss",
8383
"@npm//:node_modules/@material/form-field/_variables.import.scss",
8484
"@npm//:node_modules/@material/form-field/_variables.scss",
85-
"@npm//:node_modules/@material/grid-list/_mixins.import.scss",
86-
"@npm//:node_modules/@material/grid-list/_mixins.scss",
87-
"@npm//:node_modules/@material/grid-list/_variables.import.scss",
88-
"@npm//:node_modules/@material/grid-list/_variables.scss",
8985
"@npm//:node_modules/@material/icon-button/_mixins.import.scss",
9086
"@npm//:node_modules/@material/icon-button/_mixins.scss",
9187
"@npm//:node_modules/@material/icon-button/_variables.import.scss",

tools/system-config-tmpl.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ var pathMapping = {
4646
'@material/drawer': 'node:@material/drawer/dist/mdc.drawer.js',
4747
'@material/floating-label': 'node:@material/floating-label/dist/mdc.floatingLabel.js',
4848
'@material/form-field': 'node:@material/form-field/dist/mdc.formField.js',
49-
'@material/grid-list': '@material/grid-list/dist/mdc.gridList.js',
5049
'@material/icon-button': 'node:@material/icon-button/dist/mdc.iconButton.js',
5150
'@material/line-ripple': 'node:@material/line-ripple/dist/mdc.lineRipple.js',
5251
'@material/linear-progress': 'node:@material/linear-progress/dist/mdc.linearProgress.js',

0 commit comments

Comments
 (0)