Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 54ef94a

Browse files
committed
fix(card): upgrade to mdc-web v1.1
1 parent 72e4a03 commit 54ef94a

File tree

3 files changed

+73
-30
lines changed

3 files changed

+73
-30
lines changed

package-lock.json

Lines changed: 71 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@google-cloud/storage": "^1.6.0",
6464
"@material/base": "^1.0.0",
6565
"@material/button": "^0.43.0",
66-
"@material/card": "^0.41.0",
66+
"@material/card": "^1.1.0",
6767
"@material/checkbox": "^1.0.0",
6868
"@material/chips": "^1.0.0",
6969
"@material/dialog": "^1.1.0",

packages/card/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "https://github.com/material-components/material-components-web-react.git"
1818
},
1919
"dependencies": {
20-
"@material/card": "^0.41.0",
20+
"@material/card": "^1.1.0",
2121
"@material/react-ripple": "^0.11.0",
2222
"classnames": "^2.2.6",
2323
"react": "^16.4.2"

0 commit comments

Comments
 (0)