Updated dependencies and started fixing breaking changes before TS conversion
This diff is collapsed.
... | ... | @@ -4,19 +4,19 @@ |
"homepage": "./", | ||
"private": true, | ||
"dependencies": { | ||
"array-sort": "^0.1.4", | ||
"@material-ui/core": "^3.9.2", | ||
"@material-ui/icons": "^3.0.2", | ||
"classnames": "^2.2.5", | ||
"jss": "^9.8.7", | ||
"mapbox-gl": "^0.49.0", | ||
"material-ui": "1.0.0-beta.25", | ||
"material-ui-icons": "1.0.0-alpha.19", | ||
"phone-formatter": "^0.0.2", | ||
"promise": "7.1.1", | ||
"prop-types": "^15.5.10", | ||
"react": "^15.6.1", | ||
"react": "^16.8.1", | ||
"react-autosuggest": "^9.3.2", | ||
"react-classnames": "^0.1.2", | ||
"react-dom": "^15.6.1", | ||
"react-mapbox-gl": "^3.9.2", | ||
"react-dom": "^16.8.1", | ||
"react-mapbox-gl": "^4.2.0", | ||
"react-piwik": "^1.6.0", | ||
"react-redux": "^5.0.5", | ||
"react-router-dom": "^4.1.2", | ||
... | ... | @@ -46,7 +46,6 @@ |
"node-sass": "^4.9.0", | ||
"optimize-css-assets-webpack-plugin": "^4.0.2", | ||
"postcss-loader": "2.0.6", | ||
"react-addons-perf": "^15.4.2", | ||
"sass-loader": "^7.0.2", | ||
"style-loader": "^0.18.2", | ||
"sw-precache-webpack-plugin": "0.11.3", | ||
... | ... |
Please register or sign in to comment