Skip to content

Commit 88c74d0

Browse files
committed
Merge branch 'v4.1.1-update' into develop
2 parents d634530 + 956b1a7 commit 88c74d0

File tree

5 files changed

+768
-556
lines changed

5 files changed

+768
-556
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mathjax/src",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
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 and in server-side node applications. This package includes the source code as well as the packaged components.",
55
"keywords": [
66
"MathJax",
@@ -142,21 +142,21 @@
142142
"@eslint/js": "^9.39.2",
143143
"@xmldom/xmldom": "^0.8.11",
144144
"copyfiles": "^2.4.1",
145-
"diff": "^8.0.2",
145+
"diff": "^8.0.3",
146146
"eslint": "^9.39.2",
147147
"eslint-formatter-unix": "^9.0.1",
148-
"eslint-plugin-jsdoc": "^61.5.0",
149-
"eslint-plugin-prettier": "^5.5.4",
148+
"eslint-plugin-jsdoc": "^62.5.5",
149+
"eslint-plugin-prettier": "^5.5.5",
150150
"husky": "^9.1.7",
151151
"lint-staged": "^16.2.7",
152-
"prettier": "^3.7.4",
153-
"rimraf": "^6.1.2",
152+
"prettier": "^3.8.1",
153+
"rimraf": "^6.1.3",
154154
"terser-webpack-plugin": "^5.3.16",
155-
"typedoc": "^0.28.15",
155+
"typedoc": "^0.28.17",
156156
"typescript": "^5.9.3",
157-
"typescript-eslint": "^8.50.0",
157+
"typescript-eslint": "^8.56.0",
158158
"typescript-tools": "^0.3.1",
159-
"webpack": "^5.103.0",
159+
"webpack": "^5.105.2",
160160
"webpack-cli": "^6.0.1",
161161
"wicked-good-xpath": "^1.3.0",
162162
"xslt3": "^2.7.0"
@@ -168,9 +168,9 @@
168168
]
169169
},
170170
"dependencies": {
171-
"@mathjax/mathjax-newcm-font": "4.1.0",
171+
"@mathjax/mathjax-newcm-font": "4.1.1",
172172
"mhchemparser": "^4.2.1",
173173
"mj-context-menu": "^1.0.0",
174-
"speech-rule-engine": "5.0.0-beta.5"
174+
"speech-rule-engine": "5.0.0-beta.6"
175175
}
176176
}

0 commit comments

Comments
 (0)