also looking at this
chore(deps): update all non-major dependencies
#191
27 files
+164
-45
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.
| @@ -24,7 +24,6 @@ | ||
| 24 | 24 | "changelog": "bunx logsmith --verbose", |
| 25 | 25 | "changelog:generate": "bunx logsmith --output CHANGELOG.md", |
| 26 | 26 | "release": "bun run changelog:generate && bunx bumpx prompt --recursive", |
| 27 | "postinstall": "bunx git-hooks", | |
| 28 | 27 | "dev:docs": "bun vitepress dev docs", |
| 29 | 28 | "build:docs": "bun vitepress build docs", |
| 30 | 29 | "preview:docs": "bun vitepress preview docs", |