diff --git a/package.json b/package.json index 72376643d..024e18a9a 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "@material/tab-scroller": "^1.0.0", "@material/textfield": "^0.41.0", "@material/top-app-bar": "^0.41.0", - "@material/typography": "^0.41.0", + "@material/typography": "^1.0.0", "@types/chai": "^4.1.7", "@types/classnames": "^2.2.6", "@types/enzyme": "^3.1.15", diff --git a/packages/typography/package.json b/packages/typography/package.json index 78cf63f2f..989ac774c 100644 --- a/packages/typography/package.json +++ b/packages/typography/package.json @@ -17,7 +17,7 @@ "url": "https://github.com/material-components/material-components-web-react.git" }, "dependencies": { - "@material/typography": "^0.41.0", + "@material/typography": "^1.0.0", "classnames": "^2.2.6", "react": "^16.4.2" },