Skip to content

Commit d47c59a

Browse files
committed
feat: upgrade upstream MDC components to v10
This will break everything, so at this point, master becomes unusable, until I fix everything. BREAKING CHANGE: Upgrading to v10 of upstream components. Their APIs will change. View the component READMEs.
1 parent 8b9e2b8 commit d47c59a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+7007
-8024
lines changed

package-lock.json

+2,861-4,785
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
"@smui/top-app-bar": "2.0.0-beta.1"
6565
},
6666
"devDependencies": {
67-
"@commitlint/cli": "^11.0.0",
68-
"@commitlint/config-conventional": "^11.0.0",
69-
"husky": "^4.3.6",
70-
"lerna": "^3.22.1",
71-
"svelte": "^3.31.0"
67+
"@commitlint/cli": "^12.0.1",
68+
"@commitlint/config-conventional": "^12.0.1",
69+
"husky": "^5.2.0",
70+
"lerna": "^4.0.0",
71+
"svelte": "^3.35.0"
7272
},
7373
"husky": {
7474
"hooks": {

packages/button/package-lock.json

+173-137
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/button/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"sveltejs"
1313
],
1414
"scripts": {
15-
"prepare": "echo \"$(npx glob '**/*' | sed 's/^/-I /' | paste -s -d ' ' -) --no-source-map _style.scss bare.css\" | xargs sass",
15+
"#prepare": "echo \"$(npx glob '**/*' | sed 's/^/-I /' | paste -s -d ' ' -) --no-source-map _style.scss bare.css\" | xargs sass",
1616
"test": "echo \"Error: no test specified\" && exit 1"
1717
},
1818
"publishConfig": {
@@ -28,14 +28,14 @@
2828
},
2929
"license": "Apache-2.0",
3030
"dependencies": {
31-
"@material/button": "^4.0.0",
32-
"@material/elevation": "^4.0.0",
33-
"@material/feature-targeting": "^4.0.0",
31+
"@material/button": "^10.0.0",
32+
"@material/elevation": "^10.0.0",
33+
"@material/feature-targeting": "^10.0.0",
3434
"@smui/common": "^2.0.0-beta.1",
3535
"@smui/ripple": "^2.0.0-beta.1"
3636
},
3737
"devDependencies": {
3838
"glob-cmd": "0.0.7",
39-
"sass": "^1.30.0"
39+
"sass": "^1.32.8"
4040
}
4141
}

0 commit comments

Comments
 (0)