remark-vdom
Advanced tools
Comparing version 7.0.1 to 8.0.0
{ | ||
"name": "remark-vdom", | ||
"version": "7.0.1", | ||
"version": "8.0.0", | ||
"description": "remark plugin to compile Markdown to VDOM", | ||
@@ -30,5 +30,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"hast-to-hyperscript": "^6.0.0", | ||
"hast-util-sanitize": "^1.0.0", | ||
"mdast-util-to-hast": "^4.0.0", | ||
"hast-to-hyperscript": "^7.0.0", | ||
"hast-util-sanitize": "^2.0.0", | ||
"mdast-util-to-hast": "^6.0.0", | ||
"virtual-dom": "^2.1.1" | ||
@@ -35,0 +35,0 @@ }, |
+ Addedhast-to-hyperscript@7.0.4(transitive)
+ Addedhast-util-sanitize@2.0.3(transitive)
+ Addedmdast-util-to-hast@6.0.2(transitive)
- Removedhast-to-hyperscript@6.0.0(transitive)
- Removedhast-util-sanitize@1.3.1(transitive)
- Removedmdast-util-to-hast@4.0.0(transitive)
- Removedunist-util-is@2.1.3(transitive)
Updatedhast-to-hyperscript@^7.0.0
Updatedhast-util-sanitize@^2.0.0
Updatedmdast-util-to-hast@^6.0.0