Skip to content

Commit ae152b7

Browse files
committed
chore: update tools
1 parent 520c4f3 commit ae152b7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

bun.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@
7474
"example:dead-letter-queue": "bun examples/dead-letter-queue.ts"
7575
},
7676
"devDependencies": {
77-
"@stacksjs/bumpx": "^0.1.13",
77+
"@stacksjs/bumpx": "^0.1.17",
7878
"@stacksjs/docs": "^0.70.23",
7979
"@stacksjs/eslint-config": "^4.10.2-beta.3",
8080
"@stacksjs/gitlint": "^0.1.5",
8181
"@stacksjs/logsmith": "^0.1.8",
8282
"@types/bun": "^1.2.10",
83-
"buddy-bot": "^0.8.8",
83+
"buddy-bot": "^0.8.9",
8484
"bun-git-hooks": "^0.2.19",
8585
"bun-plugin-dtsx": "^0.21.9",
8686
"bunfig": "^0.8.3",
@@ -92,10 +92,10 @@
9292
"git-hooks": {
9393
"pre-commit": {
9494
"staged-lint": {
95-
"*.{js,ts,json,yaml,yml,md}": "bun lint:fix"
95+
"*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix"
9696
}
9797
},
98-
"commit-msg": "bunx gitlint --edit $1"
98+
"commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG"
9999
},
100100
"workspaces": [
101101
"packages/*"

0 commit comments

Comments
 (0)