Skip to content

Commit 15cae37

Browse files
committed
chore(material-ui): update to last version
1 parent af589cb commit 15cae37

File tree

3 files changed

+33
-120
lines changed

3 files changed

+33
-120
lines changed

package-lock.json

Lines changed: 29 additions & 119 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
@@ -22,7 +22,7 @@
2222
},
2323
"license": "MIT",
2424
"dependencies": {
25-
"@material-ui/core": "^3.1.1",
25+
"@material-ui/core": "^3.3.1",
2626
"@material-ui/icons": "^3.0.1",
2727
"@material-ui/lab": "^3.0.0-alpha.17",
2828
"@reach/router": "^1.2.1",

src/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ const theme = createMuiTheme({
2020
light: "#e5c9ca"
2121
}
2222
},
23+
typography: {
24+
useNextVariants: true
25+
},
2326
overrides: {
2427
MuiListSubheader: {
2528
root: {

0 commit comments

Comments
 (0)