dependencies: Upgrade JavaScript dependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-07-17 18:14:20 -07:00
committed by Tim Abbott
parent b5f7008728
commit aa16208fd8
6 changed files with 1129 additions and 1621 deletions

View File

@@ -247,8 +247,6 @@ export default (env?: string): webpack.Configuration[] => {
{path: "xdate/src/xdate.js", name: "XDate"},
{path: "../static/third/marked/lib/marked.js"},
{path: "../static/js/debug.js"},
{path: "../static/js/blueslip.js"},
{path: "../static/js/common.js"},
{path: "jquery/dist/jquery.js", name: ["$", "jQuery"]},
{path: "underscore/underscore.js", name: "_"},
{path: "handlebars/dist/cjs/handlebars.runtime.js", name: "Handlebars"},