remark-lint-code-block-syntax
Advanced tools
Comparing version 0.6.0 to 0.7.0
{ | ||
"name": "remark-lint-code-block-syntax", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "A remark-lint rule to check language syntax in a code block.", | ||
@@ -17,3 +17,3 @@ "author": "Masafumi Koba", | ||
"engines": { | ||
"node": "^14.13.1 || >=16.0.0" | ||
"node": ">=16.0.0" | ||
}, | ||
@@ -38,11 +38,11 @@ "type": "module", | ||
"dependencies": { | ||
"@swc/core": "^1.2.249", | ||
"@swc/core": "^1.3.82", | ||
"js-yaml": "^4.1.0", | ||
"postcss": "^8.4.16", | ||
"unified-lint-rule": "^2.1.1", | ||
"unist-util-visit": "^4.1.1" | ||
"postcss": "^8.4.29", | ||
"unified-lint-rule": "^2.1.2", | ||
"unist-util-visit": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"jest": "^29.0.2", | ||
"remark": "^14.0.1" | ||
"jest": "^29.6.4", | ||
"remark": "^14.0.3" | ||
}, | ||
@@ -49,0 +49,0 @@ "eslintConfig": { |
6049
+ Added@types/unist@3.0.3(transitive)
+ Addedunist-util-is@6.0.0(transitive)
+ Addedunist-util-visit@5.0.0(transitive)
+ Addedunist-util-visit-parents@6.0.1(transitive)
- Removedunist-util-is@5.2.1(transitive)
- Removedunist-util-visit@4.1.2(transitive)
- Removedunist-util-visit-parents@5.1.3(transitive)
Updated@swc/core@^1.3.82
Updatedpostcss@^8.4.29
Updatedunified-lint-rule@^2.1.2
Updatedunist-util-visit@^5.0.0