Skip to content

Commit

Permalink
upgrade kepler.gl react-palm
Browse files Browse the repository at this point in the history
  • Loading branch information
heshan0131 committed Nov 6, 2018
1 parent 55f6507 commit eb10472
Show file tree
Hide file tree
Showing 12 changed files with 3,620 additions and 356 deletions.
4 changes: 2 additions & 2 deletions src/demos/kepler.gl/0-starting-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
},
"dependencies": {
"global": "^4.3.0",
"kepler.gl":"^0.0.19",
"kepler.gl": "^0.1.6",
"react": "^15.3.1",
"react-dom": "^15.6.1",
"react-palm": "^0.8.1",
"react-palm": "^1.1.2",
"react-redux": "^4.4.5",
"react-router": "^3.0.5",
"react-router-redux": "^4.0.8",
Expand Down
2 changes: 1 addition & 1 deletion src/demos/kepler.gl/0-starting-code/src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import {createStore, applyMiddleware, compose} from 'redux';

import window from 'global/window';
import {taskMiddleware} from 'react-palm';
import {taskMiddleware} from 'react-palm/tasks';
import {routerMiddleware} from 'react-router-redux';
import {hashHistory} from 'react-router';
import reducers from './reducers';
Expand Down
Loading

0 comments on commit eb10472

Please sign in to comment.