also looking at this
chore(deps): update all non-major dependencies
#33
7 files
+96
-77
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.
| @@ -63,16 +63,11 @@ | ||
| 63 | 63 | "changelog": "bunx logsmith --verbose", |
| 64 | 64 | "changelog:generate": "bunx logsmith --output CHANGELOG.md", |
| 65 | 65 | "release": "bun run changelog:generate && bunx bumpx prompt --recursive", |
| 66 | "postinstall": "bunx git-hooks", | |
| 67 | 66 | "dev:docs": "bun --bun vitepress dev docs", |
| 68 | 67 | "build:docs": "bun --bun vitepress build docs", |
| 69 | 68 | "preview:docs": "bun --bun vitepress preview docs", |
| 70 | 69 | "typecheck": "bun --bun tsc" |
| 71 | 70 | }, |
| 72 | "dependencies": { | |
| 73 | "@stacksjs/ts-validation": "^0.4.7", | |
| 74 | "ts-mocker": "^0.1.2" | |
| 75 | }, | |
| 76 | 71 | "devDependencies": { |
| 77 | 72 | "@stacksjs/bumpx": "^0.1.86", |
| 78 | 73 | "@stacksjs/docs": "^0.70.23", |