diff --git a/frontend/scenes/Dashboard/Dashboard.js b/frontend/scenes/Dashboard/Dashboard.js index f790ccd7..afbdc1b0 100644 --- a/frontend/scenes/Dashboard/Dashboard.js +++ b/frontend/scenes/Dashboard/Dashboard.js @@ -1,6 +1,5 @@ import React from 'react'; import { observer } from 'mobx-react'; -import ReactCSSTransitionGroup from 'react-addons-css-transition-group'; import store from './DashboardStore'; @@ -26,21 +25,13 @@ class Dashboard extends React.Component { - - { store.isFetching ? ( - - ) : ( - store.collections && store.collections.map((collection) => { - return (); - }) - ) } - + { store.isFetching ? ( + + ) : ( + store.collections && store.collections.map((collection) => { + return (); + }) + ) } diff --git a/frontend/stores/CacheStore.js b/frontend/stores/CacheStore.js index 75e885c8..190ec536 100644 --- a/frontend/stores/CacheStore.js +++ b/frontend/stores/CacheStore.js @@ -1,4 +1,3 @@ -import _ from 'lodash'; import { action, toJS } from 'mobx'; const CACHE_STORE = 'CACHE_STORE'; diff --git a/package.json b/package.json index da5fa5eb..d5dca99a 100644 --- a/package.json +++ b/package.json @@ -123,15 +123,15 @@ "querystring": "0.2.0", "randomstring": "1.1.5", "raw-loader": "^0.5.1", - "react": "15.3.1", - "react-addons-css-transition-group": "15.3.1", + "react": "15.3.2", + "react-addons-css-transition-group": "15.3.2", "react-codemirror": "0.2.6", - "react-dom": "15.1.0", + "react-dom": "15.3.2", "react-dropzone": "3.6.0", "react-helmet": "3.1.0", "react-keydown": "^1.6.1", "react-router": "2.8.0", - "rebass": "0.2.6", + "rebass": "0.3.3", "redis": "^2.6.2", "redis-lock": "^0.1.0", "reflexbox": "^2.0.0",