ReviewOS

also looking at this

stacks/bun-query-builder

chore(deps): update all non-major dependencies

#161
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1761574311138 into main
7 files +28 -28
package.jsonmodified+6-6
Changes to package.json
@@ -69,16 +69,16 @@
6969 "typecheck": "bun --bun tsc"
7070 },
7171 "devDependencies": {
72 "@stacksjs/bumpx": "^0.1.86",
72 "@stacksjs/bumpx": "^0.2.2",
7373 "@stacksjs/docs": "^0.70.23",
7474 "@stacksjs/eslint-config": "^4.14.0-beta.3",
7575 "@stacksjs/gitlint": "^0.1.5",
7676 "@stacksjs/launchpad": "^0.6.4",
77 "@stacksjs/logsmith": "^0.1.18",
78 "@types/bun": "^1.2.23",
79 "buddy-bot": "^0.9.8",
80 "bun-git-hooks": "^0.2.19",
81 "bun-plugin-dtsx": "0.9.5",
77 "@stacksjs/logsmith": "^0.2.0",
78 "@types/bun": "^1.3.1",
79 "buddy-bot": "^0.9.9",
80 "bun-git-hooks": "^0.3.1",
81 "bun-plugin-dtsx": "0.21.12",
8282 "bunfig": "^0.15.0",
8383 "typescript": "^5.9.3"
8484 },