Skip to content

Commit

Permalink
Update sub-direcotry packages and rebuild adaptor
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Apr 28, 2021
1 parent 9bbdf5a commit 3c3946f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion jsdom/adaptor/adaptor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions jsdom/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "MathJax-jsdom",
"version": "3.1.3",
"version": "3.1.4",
"description": "MathJax v3 running in a jsdom instance",
"dependencies": {
"jsdom": "^16.5.2",
"mathjax-full": "^3.1.3",
"jsdom": "^16.5.3",
"mathjax-full": "^3.1.4",
"yargs": "^16.2.0"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"babel-loader": "^8.2.2",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.30.0",
"webpack": "^5.36.0",
"webpack-cli": "^4.6.0"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "mathjax-puppeteer",
"version": "3.1.3",
"version": "3.1.4",
"description": "MathJax v3 running in headless Chrome via puppeteer",
"dependencies": {
"mathjax-full": "^3.1.3",
"puppeteer": "^8.0.0",
"mathjax-full": "^3.1.4",
"puppeteer": "^9.0.0",
"yargs": "^16.2.0"
},
"repository": {
Expand Down

0 comments on commit 3c3946f

Please sign in to comment.