@markuplint/html-parser
Advanced tools
Comparing version 1.0.0-alpha.11 to 1.0.0-alpha.12
{ | ||
"name": "@markuplint/html-parser", | ||
"version": "1.0.0-alpha.11", | ||
"version": "1.0.0-alpha.12", | ||
"description": "HTML parser for markuplint", | ||
@@ -21,10 +21,10 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"@types/parse5": "^5.0.2", | ||
"@types/uuid": "^3.4.5" | ||
"@types/uuid": "^3.4.6" | ||
}, | ||
"dependencies": { | ||
"@markuplint/ml-ast": "^1.0.0-alpha.7", | ||
"parse5": "^5.1.0", | ||
"@markuplint/ml-ast": "^1.0.0-alpha.8", | ||
"parse5": "^5.1.1", | ||
"uuid": "^3.3.3" | ||
}, | ||
"gitHead": "36f474ce27674d0faa96e8eeded21c9ff0ceeab9" | ||
"gitHead": "40252ada7b745d85051eeb0e0401459a5fc58f51" | ||
} |
@@ -9,3 +9,3 @@ # @markuplint/html-parser | ||
Prerequisites: [Node.js](https://nodejs.org) (Version 8.0.0 or later) | ||
Prerequisites: [Node.js](https://nodejs.org) (Version 12.4.0 or later) | ||
@@ -12,0 +12,0 @@ ```sh |
Sorry, the diff of this file is not supported yet
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
2
41
169045
Updatedparse5@^5.1.1