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