@markuplint/create-rule-helper
Advanced tools
Comparing version 3.13.0 to 3.14.0
{ | ||
"name": "@markuplint/create-rule-helper", | ||
"version": "3.13.0", | ||
"version": "3.14.0", | ||
"description": "Create rule helper", | ||
@@ -20,4 +20,4 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-core": "3.13.0", | ||
"glob": "^10.3.4", | ||
"@markuplint/ml-core": "3.14.0", | ||
"glob": "^10.3.10", | ||
"prettier": "2", | ||
@@ -29,6 +29,6 @@ "ts-node": "^10.9.1", | ||
"devDependencies": { | ||
"@types/fs-extra": "^11.0.1", | ||
"@types/fs-extra": "^11.0.3", | ||
"fs-extra": "^11.1.1" | ||
}, | ||
"gitHead": "ef31aef8f2fff319d0f692feead332ec5fc5c7cf" | ||
"gitHead": "e2adbe92c74631af9c98cb816286287f9f983053" | ||
} |
35878
+ Added@markuplint/config-presets@3.9.0(transitive)
+ Added@markuplint/html-parser@3.12.0(transitive)
+ Added@markuplint/html-spec@3.13.0(transitive)
+ Added@markuplint/ml-config@3.13.0(transitive)
+ Added@markuplint/ml-core@3.14.0(transitive)
+ Added@markuplint/ml-spec@3.13.0(transitive)
+ Added@markuplint/parser-utils@3.12.0(transitive)
+ Added@markuplint/selector@3.13.0(transitive)
+ Added@markuplint/types@3.11.0(transitive)
+ Added@types/whatwg-mimetype@3.0.1(transitive)
- Removed@markuplint/config-presets@3.8.1(transitive)
- Removed@markuplint/html-parser@3.11.0(transitive)
- Removed@markuplint/html-spec@3.12.0(transitive)
- Removed@markuplint/ml-config@3.12.0(transitive)
- Removed@markuplint/ml-core@3.13.0(transitive)
- Removed@markuplint/ml-spec@3.12.0(transitive)
- Removed@markuplint/parser-utils@3.11.0(transitive)
- Removed@markuplint/selector@3.12.0(transitive)
- Removed@markuplint/types@3.10.0(transitive)
- Removed@types/whatwg-mimetype@3.0.0(transitive)
Updated@markuplint/ml-core@3.14.0
Updatedglob@^10.3.10