js: Replace underscore with lodash and remove it from globals.

Tweaked by tabbott to bump PROVISION_VERSION.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-07-24 17:02:35 -07:00
committed by Tim Abbott
parent 9c7a3cc0f4
commit d2520cd7e0
60 changed files with 100 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
import katex from "katex/dist/katex.min.js";
import _ from "underscore";
import _ from "lodash";
// Parsing routine that can be dropped in to message parsing
// and formats code blocks