@markuplint/selector
Advanced tools
Comparing version 3.12.0 to 3.13.0
{ | ||
"name": "@markuplint/selector", | ||
"version": "3.12.0", | ||
"version": "3.13.0", | ||
"description": "Extended W3C Selectors matcher", | ||
@@ -23,14 +23,14 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-spec": "3.12.0", | ||
"@types/debug": "^4.1.8", | ||
"@markuplint/ml-spec": "3.13.0", | ||
"@types/debug": "^4.1.10", | ||
"debug": "^4.3.4", | ||
"postcss-selector-parser": "^6.0.13", | ||
"tslib": "^2.6.2", | ||
"type-fest": "^4.3.1" | ||
"type-fest": "^4.5.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jsdom": "21.1.2", | ||
"@types/jsdom": "21.1.4", | ||
"jsdom": "22.1.0" | ||
}, | ||
"gitHead": "ef31aef8f2fff319d0f692feead332ec5fc5c7cf" | ||
"gitHead": "e2adbe92c74631af9c98cb816286287f9f983053" | ||
} |
90807
+ Added@markuplint/ml-spec@3.13.0(transitive)
+ Added@markuplint/types@3.11.0(transitive)
+ Added@types/whatwg-mimetype@3.0.1(transitive)
- Removed@markuplint/ml-spec@3.12.0(transitive)
- Removed@markuplint/types@3.10.0(transitive)
- Removed@types/whatwg-mimetype@3.0.0(transitive)
Updated@markuplint/ml-spec@3.13.0
Updated@types/debug@^4.1.10
Updatedtype-fest@^4.5.0