1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +02:00

All: Fixes #952: Upgraded Katex lib to fix bug

This commit is contained in:
Laurent Cozic
2018-11-07 23:44:59 +00:00
parent 706d59a6cc
commit 5c1dd79435
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@
"joplin-turndown": "^4.0.9",
"joplin-turndown-plugin-gfm": "^1.0.7",
"jssha": "^2.3.1",
"katex": "^0.10.0-rc.1",
"katex": "^0.10.1-pre",
"levenshtein": "^1.0.5",
"lodash": "^4.17.10",
"mark.js": "^8.11.1",

View File

@@ -16,7 +16,7 @@
"events": "^1.1.1",
"form-data": "^2.1.4",
"html-entities": "^1.2.1",
"katex": "^0.9.0-beta1",
"katex": "^0.10.1-pre",
"markdown-it": "^8.4.0",
"markdown-it-katex": "^2.0.3",
"md5": "^2.2.1",