diff --git a/frontend/package.json b/frontend/package.json index 9bfc04b..5d8ccbe 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,22 +4,22 @@ "private": true, "dependencies": { "leaflet": "^1.0.3", - "material-ui": "^0.17.4", + "material-ui": "^0.20.0", "moment": "^2.18.1", - "react": "^15.5.4", - "react-dom": "^15.5.4", + "react": "^16.3.2", + "react-dom": "^16.3.2", "react-leaflet": "^1.1.6", "react-redux": "^5.0.4", "react-router-dom": "^4.1.1", - "react-tap-event-plugin": "^2.0.1", - "redux": "^3.6.0", + "react-tap-event-plugin": "^3.0.2", + "redux": "^4.0.0", "redux-actions": "^2.0.2", "redux-thunk": "^2.2.0", "rrule": "^2.2.0", "superagent": "^3.5.2" }, "devDependencies": { - "react-scripts": "0.9.5" + "react-scripts": "1.1.4" }, "scripts": { "start": "react-scripts start",