Update client deps: react 16.3, babel 7
This commit is contained in:
parent
1ae7d867a9
commit
0cbbc1b8ff
46 changed files with 1125 additions and 808 deletions
|
@ -3,9 +3,9 @@ import { socket as socketActions } from 'state/actions';
|
|||
import { getWrapWidth, setConnectDefaults } from 'state/app';
|
||||
import { addMessages } from 'state/messages';
|
||||
import { select, updateSelection } from 'state/tab';
|
||||
import { find } from 'util';
|
||||
import { when } from 'util/observe';
|
||||
import { replace } from 'util/router';
|
||||
import { find } from 'utils';
|
||||
import { when } from 'utils/observe';
|
||||
import { replace } from 'utils/router';
|
||||
|
||||
export default function initialState({ store }) {
|
||||
const env = JSON.parse(document.getElementById('env').innerHTML);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue