also looking at this
chore(deps): update all non-major dependencies
#22
6 files
+31
-31
| @@ -74,17 +74,17 @@ | ||
| 74 | 74 | "example:dead-letter-queue": "bun examples/dead-letter-queue.ts" |
| 75 | 75 | }, |
| 76 | 76 | "devDependencies": { |
| 77 | "@stacksjs/bumpx": "^0.1.13", | |
| 77 | "@stacksjs/bumpx": "^0.1.83", | |
| 78 | 78 | "@stacksjs/docs": "^0.70.23", |
| 79 | 79 | "@stacksjs/eslint-config": "^4.10.2-beta.3", |
| 80 | 80 | "@stacksjs/gitlint": "^0.1.5", |
| 81 | "@stacksjs/logsmith": "^0.1.8", | |
| 82 | "@types/bun": "^1.2.10", | |
| 83 | "buddy-bot": "^0.8.8", | |
| 81 | "@stacksjs/logsmith": "^0.1.18", | |
| 82 | "@types/bun": "^1.2.21", | |
| 83 | "buddy-bot": "^0.8.9", | |
| 84 | 84 | "bun-git-hooks": "^0.2.19", |
| 85 | "bun-plugin-dtsx": "^0.21.9", | |
| 85 | "bun-plugin-dtsx": "^0.21.12", | |
| 86 | 86 | "bunfig": "^0.8.3", |
| 87 | "typescript": "^5.8.3" | |
| 87 | "typescript": "^5.9.2" | |
| 88 | 88 | }, |
| 89 | 89 | "overrides": { |
| 90 | 90 | "unconfig": "0.3.10" |
| @@ -92,10 +92,10 @@ | ||
| 92 | 92 | "git-hooks": { |
| 93 | 93 | "pre-commit": { |
| 94 | 94 | "staged-lint": { |
| 95 | "*.{js,ts,json,yaml,yml,md}": "bun lint:fix" | |
| 95 | "*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix" | |
| 96 | 96 | } |
| 97 | 97 | }, |
| 98 | "commit-msg": "bunx gitlint --edit $1" | |
| 98 | "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG" | |
| 99 | 99 | }, |
| 100 | 100 | "workspaces": [ |
| 101 | 101 | "packages/*" |