remark-message-control
Advanced tools
Comparing version 7.0.0 to 7.1.0
@@ -13,3 +13,5 @@ /** | ||
'html', // Comments are `html` nodes in mdast. | ||
'comment' // In MDX, comments have their own node. | ||
'comment', // In MDX@1, comments have their own node. | ||
'mdxFlowExpression', // In MDX@2, comments exist in bracketed expressions. | ||
'mdxTextExpression' | ||
] | ||
@@ -16,0 +18,0 @@ |
{ | ||
"name": "remark-message-control", | ||
"version": "7.0.0", | ||
"version": "7.1.0", | ||
"description": "remark plugin to enable, disable, and ignore messages with remark", | ||
@@ -40,3 +40,2 @@ "license": "MIT", | ||
"mdast-comment-marker": "^2.0.0", | ||
"rehype": "^12.0.0", | ||
"unified": "^10.0.0", | ||
@@ -52,4 +51,4 @@ "unified-message-control": "^4.0.0", | ||
"remark-cli": "^10.0.0", | ||
"remark-preset-wooorm": "^8.0.0", | ||
"remark-toc": "^7.0.0", | ||
"remark-preset-wooorm": "^9.0.0", | ||
"remark-toc": "^8.0.0", | ||
"rimraf": "^3.0.0", | ||
@@ -59,3 +58,3 @@ "tape": "^5.0.0", | ||
"typescript": "^4.0.0", | ||
"xo": "^0.43.0" | ||
"xo": "^0.44.0" | ||
}, | ||
@@ -62,0 +61,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10731
5
40
- Removedrehype@^12.0.0
- Removed@types/parse5@6.0.3(transitive)
- Removedccount@2.0.1(transitive)
- Removedcharacter-entities-html4@2.1.0(transitive)
- Removedcharacter-entities-legacy@3.0.0(transitive)
- Removedcomma-separated-tokens@2.0.3(transitive)
- Removedhast-util-from-parse5@7.1.2(transitive)
- Removedhast-util-parse-selector@3.1.1(transitive)
- Removedhast-util-raw@7.2.3(transitive)
- Removedhast-util-to-html@8.0.4(transitive)
- Removedhast-util-to-parse5@7.1.0(transitive)
- Removedhast-util-whitespace@2.0.1(transitive)
- Removedhastscript@7.2.0(transitive)
- Removedhtml-void-elements@2.0.1(transitive)
- Removedparse5@6.0.1(transitive)
- Removedproperty-information@6.5.0(transitive)
- Removedrehype@12.0.1(transitive)
- Removedrehype-parse@8.0.5(transitive)
- Removedrehype-stringify@9.0.4(transitive)
- Removedspace-separated-tokens@2.0.2(transitive)
- Removedstringify-entities@4.0.4(transitive)
- Removedunist-util-position@4.0.4(transitive)
- Removedweb-namespaces@2.0.1(transitive)