Bump Mathjax version

This commit is contained in:
Damien Elmes 2022-12-04 18:01:26 +10:00
parent 9d2b3fe1c8
commit 0ebe70fe23
3 changed files with 11 additions and 12 deletions

View file

@ -539,14 +539,13 @@ pub const MATHJAX_FILES: &[&str] = &[
"mathjax/es5/output/chtml/fonts/woff-v2/MathJax_Vector-Regular.woff", "mathjax/es5/output/chtml/fonts/woff-v2/MathJax_Vector-Regular.woff",
"mathjax/es5/output/chtml/fonts/woff-v2/MathJax_Zero.woff", "mathjax/es5/output/chtml/fonts/woff-v2/MathJax_Zero.woff",
"mathjax/es5/tex-chtml.js", "mathjax/es5/tex-chtml.js",
// these change to '.json' in the latest mathjax "mathjax/es5/sre/mathmaps/de.json",
"mathjax/es5/sre/mathmaps/de.js", "mathjax/es5/sre/mathmaps/en.json",
"mathjax/es5/sre/mathmaps/en.js", "mathjax/es5/sre/mathmaps/es.json",
"mathjax/es5/sre/mathmaps/es.js", "mathjax/es5/sre/mathmaps/fr.json",
"mathjax/es5/sre/mathmaps/fr.js", "mathjax/es5/sre/mathmaps/hi.json",
"mathjax/es5/sre/mathmaps/hi.js", "mathjax/es5/sre/mathmaps/it.json",
"mathjax/es5/sre/mathmaps/it.js", "mathjax/es5/sre/mathmaps/nemeth.json",
"mathjax/es5/sre/mathmaps/nemeth.js",
]; ];
pub fn copy_mathjax() -> impl BuildAction { pub fn copy_mathjax() -> impl BuildAction {

View file

@ -524,7 +524,7 @@
"path": "node_modules/marked", "path": "node_modules/marked",
"licenseFile": "node_modules/marked/LICENSE.md" "licenseFile": "node_modules/marked/LICENSE.md"
}, },
"mathjax@3.2.0": { "mathjax@3.2.2": {
"licenses": "Apache-2.0", "licenses": "Apache-2.0",
"repository": "https://github.com/mathjax/MathJax", "repository": "https://github.com/mathjax/MathJax",
"path": "node_modules/mathjax", "path": "node_modules/mathjax",

View file

@ -3991,9 +3991,9 @@ marked@^4.0.0, marked@^4.0.10:
integrity sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ== integrity sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ==
mathjax@^3.1.2: mathjax@^3.1.2:
version "3.2.0" version "3.2.2"
resolved "https://registry.yarnpkg.com/mathjax/-/mathjax-3.2.0.tgz#ea7c317f8c81776ecfc83b294fc313046bf7f726" resolved "https://registry.yarnpkg.com/mathjax/-/mathjax-3.2.2.tgz#c754d7b46a679d7f3fa03543d6b8bf124ddf9f6b"
integrity sha512-PL+rdYRK4Wxif+SQ94zP/L0sv6/oW/1WdQiIx0Jvn9FZaU5W9E6nlIv8liYAXBNPL2Fw/i+o/mZ1212eSzn0Cw== integrity sha512-Bt+SSVU8eBG27zChVewOicYs7Xsdt40qm4+UpHyX7k0/O9NliPc+x77k1/FEsPsjKPZGJvtRZM1vO+geW0OhGw==
mdurl@^1.0.1: mdurl@^1.0.1:
version "1.0.1" version "1.0.1"