Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Apr 1, 2022
1 parent 08c7efc commit c4d9ace
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"unified": "^10.0.0",
"unist-builder": "^3.0.0",
"unist-util-remove-position": "^4.0.0",
"xo": "^0.46.0"
"xo": "^0.48.0"
},
"scripts": {
"build": "npm run build --workspaces",
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-katex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
"dependencies": {
"@types/hast": "^2.0.0",
"@types/katex": "^0.11.0",
"@types/katex": "^0.14.0",
"hast-util-to-text": "^3.1.0",
"katex": "^0.15.0",
"rehype-parse": "^8.0.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/rehype-mathjax/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
* @typedef {import('./lib/create-plugin.js').Options} Options
*/

import rehypeMathJaxSvg from './svg.js'

export default rehypeMathJaxSvg
export {default} from './svg.js'
4 changes: 1 addition & 3 deletions packages/rehype-mathjax/lib/create-adaptor.browser.js
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
import {browserAdaptor} from 'mathjax-full/js/adaptors/browserAdaptor.js'

export {browserAdaptor as createAdaptor}
export {browserAdaptor as createAdaptor} from 'mathjax-full/js/adaptors/browserAdaptor.js'
4 changes: 2 additions & 2 deletions packages/rehype-mathjax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"dependencies": {
"@types/hast": "^2.0.0",
"@types/mathjax": "^0.0.37",
"@types/web": "^0.0.46",
"@types/web": "^0.0.61",
"hast-util-from-dom": "^4.0.0",
"hast-util-to-text": "^3.1.0",
"jsdom": "^18.0.0",
"jsdom": "^19.0.0",
"mathjax-full": "^3.0.0",
"unified": "^10.0.0",
"unist-util-visit": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-html-katex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"index.js"
],
"dependencies": {
"@types/katex": "^0.11.0",
"@types/katex": "^0.14.0",
"@types/mdast": "^3.0.0",
"katex": "^0.15.0",
"rehype-parse": "^8.0.0",
Expand Down

0 comments on commit c4d9ace

Please sign in to comment.