Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "buddy-bot",
"type": "module",
"version": "0.8.10",
"version": "0.9.3",
"description": "Automated & optimized dependency updates for JavaScript & TypeScript projects. Like Renovate & Dependabot.",
"author": "Chris Breuer <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -51,7 +51,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": "bun run changelog:generate && bunx bumpx -r --commit --tag --push",
"postinstall": "bunx git-hooks",
"typecheck": "bunx tsc --noEmit",
"dev:docs": "bun --bun vitepress dev docs",
Expand All @@ -60,19 +60,18 @@
},
"dependencies": {
"@types/prompts": "^2.4.9",
"bunfig": "^0.10.1",
"bunfig": "^0.15.0",
"cac": "6.7.14",
"prompts": "^2.4.2",
"ts-pkgx": "0.4.38"
"ts-pkgx": "0.4.52"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.17",
"@stacksjs/bumpx": "^0.1.18",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.8",
"@types/bun": "^1.2.20",
"buddy-bot": "^0.8.8",
"@types/bun": "^1.2.21",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "0.9.5",
"typescript": "^5.9.2"
Expand Down