Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
* `mdast-util-to-hast`
  <https://github.com/syntax-tree/mdast-util-to-hast/releases/tag/10.0.0>
  (match commonmark by preferring the first of duplicate definitions)
* `hast-util-sanitize`
  <https://github.com/syntax-tree/hast-util-sanitize/releases/tag/3.0.0>
  (types)
* `hast-to-hyperscript`
  <https://github.com/syntax-tree/hast-to-hyperscript/releases/tag/9.0.0>
  (types)
  • Loading branch information
wooorm committed Oct 4, 2020
1 parent 446c77e commit 12db991
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"index.js"
],
"dependencies": {
"hast-to-hyperscript": "^8.0.0",
"hast-util-sanitize": "^2.0.0",
"mdast-util-to-hast": "^8.0.0",
"virtual-dom": "^2.1.1"
"hast-to-hyperscript": "^9.0.0",
"hast-util-sanitize": "^3.0.0",
"mdast-util-to-hast": "^10.0.0",
"virtual-dom": "^2.0.0"
},
"devDependencies": {
"browserify": "^16.0.0",
Expand Down

0 comments on commit 12db991

Please sign in to comment.