remark-github-admonitions-to-directives
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "remark-github-admonitions-to-directives", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A Remark plugin to convert Github style alerts to admonitions directives.", | ||
@@ -48,5 +48,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@types/mdast": "^4.0.3", | ||
"@types/mdast": "^4.0.0", | ||
"mdast-util-directive": "^3.0.0", | ||
"unified": "^11.0.4", | ||
"unified": "^11.0.0", | ||
"unist-util-visit": "^5.0.0" | ||
@@ -53,0 +53,0 @@ }, |
Updated@types/mdast@^4.0.0
Updatedunified@^11.0.0