Upgrade katex to 0.8

This commit is contained in:
Ludwig Schubert
2017-11-07 15:41:08 -08:00
parent 315e888810
commit 2e6a0dda6d
2 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -34,7 +34,7 @@
"marked": "^0.3.6",
"mocha": "^3.5.3",
"prismjs": "^1.6.0",
"rollup": "latest",
"rollup": "^0.50.0",
"rollup-plugin-babili": "^3.1.0",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^7.0.0",
@@ -61,6 +61,6 @@
"escape-html": "^1.0.3",
"intersection-observer": "^0.4.0",
"jsdom-wc": "^11.0.0-alpha-1",
"katex": "^0.7.1"
"katex": "^0.8.3"
}
}