ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update all non-major dependencies

#752
Open renovate[bot] wants to merge renovate/all-minor-patch into main
5 files +57 -243
packages/devtools/package.jsonmodified+4-4
Changes to packages/devtools/package.json
@@ -51,12 +51,12 @@
5151 "typecheck": "bun tsc --noEmit"
5252 },
5353 "dependencies": {
54 "@cwcss/crosswind": "^0.2.6",
54 "@cwcss/crosswind": "^0.2.19",
5555 "@stacksjs/bun-queue": "workspace:*",
56 "@stacksjs/stx": "^0.2.82",
57 "ts-broadcasting": "^0.0.4"
56 "@stacksjs/stx": "^0.2.286",
57 "ts-broadcasting": "^0.0.10"
5858 },
5959 "devDependencies": {
60 "bun-plugin-stx": "^0.2.82"
60 "bun-plugin-stx": "^0.2.286"
6161 }
6262}