Skip to content

Commit 05e97c7

Browse files
committed
Update package.json and adaptor.min.js
1 parent 11b2dca commit 05e97c7

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

jsdom/adaptor/adaptor.min.js

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

jsdom/package.json

+12-9
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
{
22
"name": "MathJax-jsdom",
3-
"version": "3.1.4",
3+
"version": "3.2.0",
44
"description": "MathJax v3 running in a jsdom instance",
55
"dependencies": {
6-
"jsdom": "^16.5.3",
7-
"mathjax-full": "^3.1.4",
8-
"yargs": "^16.2.0"
6+
"jsdom": "^16.6.0",
7+
"mathjax-full": "^3.2.0",
8+
"yargs": "^17.0.1"
99
},
1010
"devDependencies": {
11-
"@babel/core": "^7.13.16",
12-
"@babel/preset-env": "^7.13.15",
11+
"@babel/core": "^7.14.6",
12+
"@babel/preset-env": "^7.14.5",
1313
"babel-loader": "^8.2.2",
14-
"terser-webpack-plugin": "^5.1.1",
15-
"webpack": "^5.36.0",
16-
"webpack-cli": "^4.6.0"
14+
"terser-webpack-plugin": "^5.1.3",
15+
"webpack": "^5.39.1",
16+
"webpack-cli": "^4.7.2"
1717
},
1818
"repository": {
1919
"type": "git",
2020
"url": "https://github.com/mathjax/MathJax-demos-node/"
2121
},
22+
"scripts": {
23+
"make-adaptor": "node_modules/mathjax-full/components/bin/makeAll adaptor"
24+
},
2225
"license": "Apache-2.0"
2326
}

0 commit comments

Comments
 (0)