diff --git a/package.json b/package.json index 6d4568ee7..1e9f2b936 100644 --- a/package.json +++ b/package.json @@ -21,20 +21,20 @@ "nearley": "^2.9.2", "npm": "^5.3.0", "ramda": "0.24.1", - "react": "^15.5.4", - "react-dom": "^15.5.4", - "react-helmet": "^5.1.3", + "react": "^16.0.0", + "react-dom": "^16.0.0", + "react-helmet": "^5.2.0", "react-piwik": "^1.0.7", - "react-redux": "^5.0.5", - "react-router": "^4.1.1", - "react-router-dom": "^4.1.1", + "react-redux": "^5.0.6", + "react-router": "^4.2.0", + "react-router-dom": "^4.2.2", "react-scroll": "^1.5.4", "react-select": "^1.0.0-rc.10", "react-select-fast-filter-options": "^0.2.3", "react-virtualized": "^9.10.1", "react-virtualized-select": "^3.1.0", "reduce-reducers": "^0.1.2", - "redux": "^3.6.0", + "redux": "^3.7.2", "redux-form": "6.8.0", "redux-saga": "^0.15.3", "reselect": "^3.0.1", diff --git a/source/containers/App.dev.js b/source/containers/App.dev.js index 89c6bbbe3..f4249b99d 100644 --- a/source/containers/App.dev.js +++ b/source/containers/App.dev.js @@ -11,7 +11,9 @@ export default class App extends Component {
+ {/* + */}
)