We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cc9ed commit d1ea23fCopy full SHA for d1ea23f
2 files changed
package.json
@@ -2,7 +2,7 @@
2
"name": "tiny-conventional-commits-parser",
3
"type": "module",
4
"version": "0.1.0",
5
- "packageManager": "pnpm@10.33.0",
+ "packageManager": "pnpm@10.33.2",
6
"description": "A tiny conventional commits parser",
7
"author": "northword <northword@outlook.com>",
8
"license": "MIT",
@@ -39,15 +39,15 @@
39
},
40
"devDependencies": {
41
"@antfu/eslint-config": "^8.2.0",
42
- "@types/node": "^24.12.0",
+ "@types/node": "^24.12.2",
43
"bumpp": "^11.0.1",
44
- "eslint": "^10.1.0",
+ "eslint": "^10.3.0",
45
"lint-staged": "^16.4.0",
46
"simple-git-hooks": "^2.13.1",
47
"tsx": "^4.21.0",
48
"typescript": "^5.9.3",
49
"unbuild": "^3.6.1",
50
- "vitest": "^4.1.2"
+ "vitest": "^4.1.5"
51
52
"simple-git-hooks": {
53
"pre-commit": "pnpm lint-staged"
0 commit comments