Fix: Compatibility with translate() and withStyles()
... | ... | @@ -33,9 +33,9 @@ |
"i18nscan": "i18next-scanner --config i18next-scanner.config.js 'src/**/*.tsx'" | ||
}, | ||
"dependencies": { | ||
"@material-ui/core": "^3.4.0", | ||
"@material-ui/icons": "^3.0.1", | ||
"@material-ui/core": "^3.0.0", | ||
"@material-ui/lab": "^3.0.0-alpha.23", | ||
"@material-ui/icons": "^3.0.0", | ||
"autosuggest-highlight": "^3.1.0", | ||
"axios": "^0.18.0", | ||
"classnames": "^2.2.6", | ||
... | ... | @@ -126,6 +126,7 @@ |
"postcss-mixins": "^6.0.0", | ||
"precss": "^3.1.2", | ||
"react-hot-loader": "^4.3.3", | ||
"react-jss": "^8.6.1", | ||
"resolve-url-loader": "^3.0.0", | ||
"sass-loader": "^7.1.0", | ||
"script-ext-html-webpack-plugin": "^2.0.1", | ||
... | ... |
Please register or sign in to comment