@commitlint/config-validator
Advanced tools
+3
-3
| { | ||
| "name": "@commitlint/config-validator", | ||
| "type": "module", | ||
| "version": "20.2.0", | ||
| "version": "20.3.1", | ||
| "description": "config validator for commitlint.config.js", | ||
@@ -42,6 +42,6 @@ "main": "lib/validate.js", | ||
| "dependencies": { | ||
| "@commitlint/types": "^20.2.0", | ||
| "@commitlint/types": "^20.3.1", | ||
| "ajv": "^8.11.0" | ||
| }, | ||
| "gitHead": "ddad9b44d6dd98b983f338bee1ff44dfa9dc1ab1" | ||
| "gitHead": "be3a280aeadef5afa8ec83dbbe794ab2f72b9c3a" | ||
| } |
Updated