also looking at this
chore(deps): update all non-major dependencies
#16
4 files
+49
-20
| @@ -61,14 +61,17 @@ | ||
| 61 | 61 | "preview:docs": "bun --bun vitepress preview docs", |
| 62 | 62 | "typecheck": "bun --bun tsc --noEmit" |
| 63 | 63 | }, |
| 64 | "dependencies": { | |
| 65 | "@stacksjs/launchpad": "^0.6.4" | |
| 66 | }, | |
| 64 | 67 | "devDependencies": { |
| 65 | "@stacksjs/bumpx": "^0.1.13", | |
| 68 | "@stacksjs/bumpx": "^0.1.61", | |
| 66 | 69 | "@stacksjs/docs": "^0.70.23", |
| 67 | 70 | "@stacksjs/eslint-config": "^4.14.0-beta.3", |
| 68 | 71 | "@stacksjs/gitlint": "^0.1.5", |
| 69 | "@stacksjs/logsmith": "^0.1.8", | |
| 70 | "@types/bun": "^1.2.20", | |
| 71 | "buddy-bot": "^0.8.8", | |
| 72 | "@stacksjs/logsmith": "^0.1.15", | |
| 73 | "@types/bun": "^1.2.21", | |
| 74 | "buddy-bot": "^0.8.10", | |
| 72 | 75 | "bun-git-hooks": "^0.2.19", |
| 73 | 76 | "bun-plugin-dtsx": "0.9.5", |
| 74 | 77 | "bunfig": "^0.14.1", |
| @@ -80,9 +83,9 @@ | ||
| 80 | 83 | "git-hooks": { |
| 81 | 84 | "pre-commit": { |
| 82 | 85 | "staged-lint": { |
| 83 | "*.{js,ts,json,yaml,yml,md}": "bun lint:fix" | |
| 86 | "*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix" | |
| 84 | 87 | } |
| 85 | 88 | }, |
| 86 | "commit-msg": "bunx gitlint --edit $1" | |
| 89 | "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG" | |
| 87 | 90 | } |
| 88 | 91 | } |