Skip to content

Commit e7f1825

Browse files
Andy Pereztimabbott
Andy Perez
authored andcommitted
bugdown: Update KaTeX to version 0.8.3 from 0.7.1.
Fixes zulip#7480.
1 parent 15cf87f commit e7f1825

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"i18next-xhr-backend": "1.4.3",
2525
"jquery": "3.2.1",
2626
"jquery-validation": "1.16.0",
27-
"katex": "0.7.1",
27+
"katex": "0.8.3",
2828
"moment": "2.18.1",
2929
"moment-timezone": "0.5.13",
3030
"perfect-scrollbar": "0.7.1",

static/third/katex/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ try {
3939
katex = require("/home/zulip/prod-static/min/katex.js");
4040
} catch (ex) {
4141
// Import KaTeX from node_modules (development environment) otherwise
42-
katex = require("../../node_modules/katex/katex.js");
42+
katex = require("../../node_modules/katex/dist/katex.js");
4343
}
4444

4545
let input = "";

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ZULIP_VERSION = "1.7.1+git"
22

3-
PROVISION_VERSION = '12.1'
3+
PROVISION_VERSION = '12.2'

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3154,9 +3154,9 @@ jsprim@^1.2.2:
31543154
json-schema "0.2.3"
31553155
verror "1.3.6"
31563156

3157-
katex@0.7.1:
3158-
version "0.7.1"
3159-
resolved "https://registry.yarnpkg.com/katex/-/katex-0.7.1.tgz#06bb5298efad05e1e7228035ba8e1591f3061b8f"
3157+
katex@0.8.3:
3158+
version "0.8.3"
3159+
resolved "https://registry.yarnpkg.com/katex/-/katex-0.8.3.tgz#909d99864baf964c3ccae39c4a99a8e0fb9a1bd0"
31603160
dependencies:
31613161
match-at "^0.1.0"
31623162

0 commit comments

Comments
 (0)