@markuplint/file-resolver
Advanced tools
Comparing version 3.9.0 to 3.10.0
{ | ||
"name": "@markuplint/file-resolver", | ||
"version": "3.9.0", | ||
"version": "3.10.0", | ||
"description": "The file resolver of markuplint", | ||
@@ -22,13 +22,12 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"devDependencies": { | ||
"@types/node": "18.16.3" | ||
"@types/node": "20.0.0" | ||
}, | ||
"dependencies": { | ||
"@markuplint/html-parser": "3.7.0", | ||
"@markuplint/html-parser": "3.8.0", | ||
"@markuplint/ml-ast": "3.1.0", | ||
"@markuplint/ml-config": "3.8.0", | ||
"@markuplint/ml-core": "3.9.0", | ||
"@markuplint/ml-spec": "3.8.0", | ||
"@markuplint/ml-config": "3.9.0", | ||
"@markuplint/ml-core": "3.10.0", | ||
"@markuplint/ml-spec": "3.9.0", | ||
"@markuplint/shared": "3.6.0", | ||
"@types/cosmiconfig": "^6.0.0", | ||
"cosmiconfig": "^8.0.0", | ||
"cosmiconfig": "^8.1.3", | ||
"cosmiconfig-typescript-loader": "^4.3.0", | ||
@@ -38,5 +37,5 @@ "glob": "^10.2.2", | ||
"minimatch": "^9.0.0", | ||
"tslib": "^2.4.1" | ||
"tslib": "^2.5.0" | ||
}, | ||
"gitHead": "adc6e432cccba7cfad0dc8bf9f92e5aaf1107359" | ||
"gitHead": "af370797bfc887e5a5a2ff57fbaa8392ac98ead2" | ||
} |
12
40501
+ Added@markuplint/html-parser@3.8.0(transitive)
+ Added@markuplint/html-spec@3.9.0(transitive)
+ Added@markuplint/ml-config@3.9.0(transitive)
+ Added@markuplint/ml-core@3.10.0(transitive)
+ Added@markuplint/ml-spec@3.9.0(transitive)
+ Added@markuplint/parser-utils@3.8.0(transitive)
+ Added@markuplint/selector@3.9.0(transitive)
+ Added@markuplint/types@3.7.0(transitive)
- Removed@types/cosmiconfig@^6.0.0
- Removed@markuplint/html-parser@3.7.0(transitive)
- Removed@markuplint/html-spec@3.8.0(transitive)
- Removed@markuplint/ml-config@3.8.0(transitive)
- Removed@markuplint/ml-core@3.9.0(transitive)
- Removed@markuplint/ml-spec@3.8.0(transitive)
- Removed@markuplint/parser-utils@3.7.0(transitive)
- Removed@markuplint/selector@3.8.0(transitive)
- Removed@markuplint/types@3.6.0(transitive)
- Removed@types/cosmiconfig@6.0.3(transitive)
Updated@markuplint/ml-config@3.9.0
Updated@markuplint/ml-core@3.10.0
Updated@markuplint/ml-spec@3.9.0
Updatedcosmiconfig@^8.1.3
Updatedtslib@^2.5.0