Skip to content

Commit 667aea9

Browse files
committed
Update to version 4.0.0-beta.3 and add packages needed by SRE
1 parent 328b95e commit 667aea9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathjax",
3-
"version": "4.0.0-beta.3",
3+
"version": "4.0.0-beta.4",
44
"description": "Beautiful and accessible math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers. This package includes the packaged components (install mathjax-full to get the source code).",
55
"keywords": [
66
"MathJax",
@@ -64,6 +64,11 @@
6464
"postbuild": "npm run -s message 'Cleaning Up...' && npm run -s clean:node"
6565
},
6666
"devDependencies": {
67-
"mathjax-full": "4.0.0-beta.3"
67+
"mathjax-full": "^4.0.0-beta.4"
68+
},
69+
"dependencies": {
70+
"@xmldom/xmldom": "^0.9.0-beta.8",
71+
"commander": "^11.0.0",
72+
"wicked-good-xpath": "^1.3.0"
6873
}
6974
}

0 commit comments

Comments
 (0)