Skip to content

Commit db01ee9

Browse files
committed
Get MathJax from yarn
1 parent b2e5e98 commit db01ee9

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

webapp/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"d3": "3.5.17",
66
"file-saver": "^2.0.5",
77
"jquery-debounce-throttle": "^1.0.6-rc.0",
8+
"mathjax": "^4.0.0",
89
"monaco": "^1.201704190613.0",
910
"nvd3": "1.8.6",
1011
"select2": "^4.0.13"

webapp/yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# yarn lockfile v1
33

44

5+
"@mathjax/mathjax-newcm-font@^4.0.0":
6+
version "4.0.0"
7+
resolved "https://registry.yarnpkg.com/@mathjax/mathjax-newcm-font/-/mathjax-newcm-font-4.0.0.tgz#01afa8b20f2114665dc1d9a7fbc623a23ddb54e4"
8+
integrity sha512-kpsJgIF4FpWiwIkFgOPmWwy5GXfL25spmJJNg27HQxPddmEL8Blx0jn2BuU/nlwjM/9SnYpEfDrWiAMgLPlB8Q==
9+
510
"@melloware/coloris@^0.25.0":
611
version "0.25.0"
712
resolved "https://registry.yarnpkg.com/@melloware/coloris/-/coloris-0.25.0.tgz#7012c10dc510dca1660b3692ed3c812344aec6ca"
@@ -34,6 +39,13 @@ jquery@>=1.7:
3439
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
3540
integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==
3641

42+
mathjax@^4.0.0:
43+
version "4.0.0"
44+
resolved "https://registry.yarnpkg.com/mathjax/-/mathjax-4.0.0.tgz#ff7aa8b6bfdc7e97e41091a9ed6d8c8f8eefd2a0"
45+
integrity sha512-ThMPHiPl9ibZBInAmfoTCNq9MgCdH7ChIQ9YhKFc325noJ4DMzy9/Q14qdcuPzVJjEmC3kyXhwnERZWX3hbWzQ==
46+
dependencies:
47+
"@mathjax/mathjax-newcm-font" "^4.0.0"
48+
3749
monaco@^1.201704190613.0:
3850
version "1.201704190613.0"
3951
resolved "https://registry.npmjs.org/monaco/-/monaco-1.201704190613.0.tgz"

0 commit comments

Comments
 (0)