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

Commit 8ff8695

Browse files
guguMatt Goo
authored and
Matt Goo
committed
fix(typography): upgrade to mdc-web v1 (#778)
1 parent 4d6bbc0 commit 8ff8695

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@material/tab-scroller": "^1.0.0",
9090
"@material/textfield": "^0.41.0",
9191
"@material/top-app-bar": "^0.41.0",
92-
"@material/typography": "^0.41.0",
92+
"@material/typography": "^1.0.0",
9393
"@types/chai": "^4.1.7",
9494
"@types/classnames": "^2.2.6",
9595
"@types/enzyme": "^3.1.15",

packages/typography/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/typography": "^0.41.0",
20+
"@material/typography": "^1.0.0",
2121
"classnames": "^2.2.6",
2222
"react": "^16.4.2"
2323
},

0 commit comments

Comments
 (0)