@commitlint/parse
Advanced tools
+5
-5
| { | ||
| "name": "@commitlint/parse", | ||
| "type": "module", | ||
| "version": "19.8.1", | ||
| "version": "20.0.0", | ||
| "description": "Lint your commit messages", | ||
@@ -39,12 +39,12 @@ "main": "lib/index.js", | ||
| "devDependencies": { | ||
| "@commitlint/test": "^19.8.1", | ||
| "@commitlint/utils": "^19.8.1", | ||
| "@commitlint/test": "^20.0.0", | ||
| "@commitlint/utils": "^20.0.0", | ||
| "@types/conventional-commits-parser": "^5.0.0" | ||
| }, | ||
| "dependencies": { | ||
| "@commitlint/types": "^19.8.1", | ||
| "@commitlint/types": "^20.0.0", | ||
| "conventional-changelog-angular": "^7.0.0", | ||
| "conventional-commits-parser": "^5.0.0" | ||
| }, | ||
| "gitHead": "3c302008cabeb0b08cd246b2417a51a9d745a918" | ||
| "gitHead": "407be6c96b1a108ee012ed5330b0d80a165952d5" | ||
| } |
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated