Skip to content

Commit 1a4721d

Browse files
committed
use mathjax at 2.7.5
1 parent 3dcbbe0 commit 1a4721d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"karma-viewport": "^1.0.7",
164164
"lodash": "^4.17.20",
165165
"madge": "^3.12.0",
166-
"mathjax": "2.7.9",
166+
"mathjax": "2.7.5",
167167
"minify-stream": "^2.1.0",
168168
"mkdirp": "^1.0.4",
169169
"node-sass": "^5.0.0",

tasks/stats.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function getInfoContent() {
5959
'```',
6060
'',
6161
'You can get the relevant MathJax files from the internet e.g.',
62-
'"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-AMS-MML_SVG.js"',
62+
'"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_SVG.js"',
6363
'',
6464
'By default, plotly.js will modify the global MathJax configuration on load.',
6565
'This can lead to undesirable behavior if plotly.js is loaded alongside',

0 commit comments

Comments
 (0)