@markuplint/parser-utils
Advanced tools
Comparing version 4.6.7 to 4.6.8
@@ -6,3 +6,3 @@ # Change Log | ||
## [4.6.7](https://github.com/markuplint/markuplint/compare/@markuplint/parser-utils@4.6.6...@markuplint/parser-utils@4.6.7) (2024-09-23) | ||
## [4.6.8](https://github.com/markuplint/markuplint/compare/@markuplint/parser-utils@4.6.7...@markuplint/parser-utils@4.6.8) (2024-10-14) | ||
@@ -15,10 +15,10 @@ **Note:** Version bump only for package @markuplint/parser-utils | ||
## [4.6.6](https://github.com/markuplint/markuplint/compare/@markuplint/parser-utils@4.6.5...@markuplint/parser-utils@4.6.6) (2024-09-02) | ||
## [4.6.7](https://github.com/markuplint/markuplint/compare/@markuplint/parser-utils@4.6.6...@markuplint/parser-utils@4.6.7) (2024-09-23) | ||
**Note:** Version bump only for package @markuplint/parser-utils | ||
## [4.6.6](https://github.com/markuplint/markuplint/compare/@markuplint/parser-utils@4.6.5...@markuplint/parser-utils@4.6.6) (2024-09-02) | ||
**Note:** Version bump only for package @markuplint/parser-utils | ||
## [4.6.5](https://github.com/markuplint/markuplint/compare/@markuplint/parser-utils@4.6.4...@markuplint/parser-utils@4.6.5) (2024-06-25) | ||
@@ -25,0 +25,0 @@ |
{ | ||
"name": "@markuplint/parser-utils", | ||
"version": "4.6.7", | ||
"version": "4.6.8", | ||
"description": "Utility module for markuplint parser plugin", | ||
@@ -31,8 +31,8 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-ast": "4.4.4", | ||
"@markuplint/ml-spec": "4.7.0", | ||
"@markuplint/types": "4.6.0", | ||
"@markuplint/ml-ast": "4.4.5", | ||
"@markuplint/ml-spec": "4.7.1", | ||
"@markuplint/types": "4.6.1", | ||
"@types/uuid": "10.0.0", | ||
"debug": "4.3.7", | ||
"espree": "10.1.0", | ||
"espree": "10.2.0", | ||
"type-fest": "4.26.1", | ||
@@ -42,5 +42,5 @@ "uuid": "10.0.0" | ||
"devDependencies": { | ||
"@typescript-eslint/typescript-estree": "8.6.0" | ||
"@typescript-eslint/typescript-estree": "8.8.1" | ||
}, | ||
"gitHead": "05d2eabfcc41b67847c24049f12dd2b9f5ca6485" | ||
"gitHead": "e59d4e8b762c66c7e3fb8b0a0d9d99d5160b0afa" | ||
} |
106356
+ Added@markuplint/ml-ast@4.4.5(transitive)
+ Added@markuplint/ml-spec@4.7.1(transitive)
+ Added@markuplint/shared@4.4.6(transitive)
+ Added@markuplint/types@4.6.1(transitive)
+ Addedespree@10.2.0(transitive)
- Removed@markuplint/ml-ast@4.4.4(transitive)
- Removed@markuplint/ml-spec@4.7.0(transitive)
- Removed@markuplint/shared@4.4.5(transitive)
- Removed@markuplint/types@4.6.0(transitive)
- Removedespree@10.1.0(transitive)
Updated@markuplint/ml-ast@4.4.5
Updated@markuplint/ml-spec@4.7.1
Updated@markuplint/types@4.6.1
Updatedespree@10.2.0