Upgrade to Material-UI v4
Showing
{ | ||
"name": "@gsc/material", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "An implementation of Material-UI with GSC styling", | ||
"main": "index.js", | ||
"repository": "https://git.gsc.org.uk/utils/gsc-material.git", | ||
"repository": "https://gitlab.gsc.org.uk/gsc-frameworks/gsc-material.git", | ||
"author": "Ben Galloway <ben.galloway@gsc.org.uk>", | ||
"license": "MIT", | ||
"private": true, | ||
... | ... | @@ -12,7 +12,7 @@ |
"ProximaNovaFontFace.css" | ||
], | ||
"peerDependencies": { | ||
"@material-ui/core": "^3.3.0" | ||
"@material-ui/core": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.1.2", | ||
... | ... |
Please register or sign in to comment