also looking at this
chore(deps): update all non-major dependencies
#33
6 files
+21
-21
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -59,7 +59,6 @@ | ||
| 59 | 59 | "changelog": "bunx logsmith --verbose", |
| 60 | 60 | "changelog:generate": "bunx logsmith --output CHANGELOG.md", |
| 61 | 61 | "release": "bun run changelog:generate && bunx bumpx prompt --recursive", |
| 62 | "postinstall": "bunx git-hooks", | |
| 63 | 62 | "dev:docs": "bun --bun vitepress dev docs", |
| 64 | 63 | "build:docs": "bun --bun vitepress build docs", |
| 65 | 64 | "preview:docs": "bun --bun vitepress preview docs", |
| @@ -74,17 +73,9 @@ | ||
| 74 | 73 | "example:dead-letter-queue": "bun examples/dead-letter-queue.ts" |
| 75 | 74 | }, |
| 76 | 75 | "devDependencies": { |
| 77 | "@stacksjs/bumpx": "^0.1.17", | |
| 78 | 76 | "@stacksjs/docs": "^0.70.23", |
| 79 | "@stacksjs/eslint-config": "^4.10.2-beta.3", | |
| 80 | "@stacksjs/gitlint": "^0.1.5", | |
| 81 | "@stacksjs/logsmith": "^0.1.18", | |
| 82 | "@types/bun": "^1.3.0", | |
| 83 | "buddy-bot": "^0.8.9", | |
| 84 | "bun-git-hooks": "^0.2.19", | |
| 85 | "bun-plugin-dtsx": "^0.21.12", | |
| 86 | "bunfig": "^0.8.3", | |
| 87 | "typescript": "^5.9.3" | |
| 77 | "@stacksjs/eslint-config": "^4.14.0-beta.3", | |
| 78 | "better-dx": "^0.1.4" | |
| 88 | 79 | }, |
| 89 | 80 | "overrides": { |
| 90 | 81 | "unconfig": "0.3.10" |