Fix bug discovered by Fred where katex in dev mode would interfere with svelte figures updating

This commit is contained in:
Ludwig Schubert
2020-02-11 13:34:12 -08:00
parent 0d6de08c82
commit dccd48154b
8 changed files with 2022 additions and 1409 deletions
+3 -3
View File
@@ -29,10 +29,10 @@
"eslint": "^4.3.0",
"eslint-config-google": "^0.9.1",
"http-server": "^0.11.1",
"js-yaml": "^3.7.0",
"js-yaml": "^3.13.1",
"jsdom": "11.3.0",
"jsdom-global": "3.0.2",
"marked": "^0.6.0",
"marked": "^0.8.0",
"mocha": "^5.2.0",
"prismjs": "^1.6.0",
"rollup": "^0.50.0",
@@ -43,7 +43,7 @@
"rollup-plugin-grapher": "^0.2.0",
"rollup-plugin-gzip": "^1.2.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-serve": "^0.1.0",
"rollup-plugin-serve": "^0.4.2",
"rollup-plugin-string": "^2.0.2",
"rollup-plugin-uglify": "^1.0.1",
"rollup-watch": "^2.5.0",