⬆️ Mise à jour des dépendances React

pull/94/head
mama 2017-10-13 12:52:53 +02:00
parent 733290be22
commit 7f8488d044
2 changed files with 9 additions and 7 deletions

View File

@ -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",

View File

@ -11,7 +11,9 @@ export default class App extends Component {
<Provider store={store}>
<div>
<Layout />
{/*
<DevTools />
*/}
</div>
</Provider>
)