Skip to content
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"lint:fix": "bunx --bun eslint . --fix",
"changelog": "bunx logsmith --verbose",
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
"release": "bun run changelog:generate && bunx bumpx prompt --recursive",
"release": "bunx bumpx prompt --recursive --all",
"dev:docs": "bun --bun vitepress dev docs",
"build:docs": "bun --bun vitepress build docs",
"preview:docs": "bun --bun vitepress preview docs",
Expand All @@ -74,29 +74,30 @@
"zip:darwin-arm64": "zip -j bin/git-hooks-darwin-arm64.zip bin/git-hooks-darwin-arm64"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.13",
"@stacksjs/clarity": "^0.3.15",
"@stacksjs/bumpx": "^0.1.84",
"@stacksjs/clarity": "^0.3.23",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.10.2-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.8",
"@types/bun": "^1.2.19",
"buddy-bot": "^0.8.8",
"bumpp": "^10.2.0",
"@stacksjs/logsmith": "^0.1.18",
"@types/bun": "^1.2.22",
"buddy-bot": "^0.8.9",
"bumpp": "^10.2.3",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "^0.21.12",
"bunfig": "^0.10.1",
"bunfig": "^0.15.0",
"cac": "^6.7.14",
"changelogen": "^0.6.2",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
},
"git-hooks": {
"pre-commit": {
"staged-lint": {
"*.{js,ts,json,yaml,yml,md}": "bun lint:fix"
}
"stagedLint": {
"*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix"
},
"autoRestage": true
},
"commit-msg": "bunx gitlint --edit $1"
"commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG"
},
"overrides": {
"unconfig": "0.3.10"
Expand Down