@commitlint/format
Advanced tools
+4
-4
| { | ||
| "name": "@commitlint/format", | ||
| "type": "module", | ||
| "version": "19.5.0", | ||
| "version": "19.8.0", | ||
| "description": "Format commitlint reports", | ||
@@ -39,9 +39,9 @@ "main": "lib/index.js", | ||
| "devDependencies": { | ||
| "@commitlint/utils": "^19.5.0" | ||
| "@commitlint/utils": "^19.8.0" | ||
| }, | ||
| "dependencies": { | ||
| "@commitlint/types": "^19.5.0", | ||
| "@commitlint/types": "^19.8.0", | ||
| "chalk": "^5.3.0" | ||
| }, | ||
| "gitHead": "7e79af18b7500cda0e38f35944ee08b0b312c006" | ||
| "gitHead": "e82f05a737626bb69979d14564f5ff601997f679" | ||
| } |
Updated