ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update all non-major dependencies

#753
Open github-actions[bot] wants to merge buddy-bot/update-non-major-updates into main
4 files +52 -262
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}