Merge pull request #1478 from mattermost/plt-1237

PLT-1237 Upgrading dependancies
Этот коммит содержится в:
Harrison Healey
2015-11-20 09:22:16 -05:00
родитель 3aea449b52 34097faa13
Коммит 25bc02c785
165 изменённых файлов: 865 добавлений и 839 удалений

Просмотреть файл

@@ -1,9 +1,9 @@
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
const AsyncClient = require('../utils/async_client.jsx');
const Client = require('../utils/client.jsx');
const Utils = require('../utils/utils.jsx');
import * as AsyncClient from '../utils/async_client.jsx';
import * as Client from '../utils/client.jsx';
import * as Utils from '../utils/utils.jsx';
const Modal = ReactBootstrap.Modal;