ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update all non-major dependencies

#749
Merged github-actions[bot] wants to merge buddy-bot/update-non-major-updates into main
3 files +194 -28
packages/devtools/package.jsonmodified+2-2
Changes to packages/devtools/package.json
@@ -53,10 +53,10 @@
5353 "dependencies": {
5454 "@cwcss/crosswind": "^0.1.6",
5555 "@stacksjs/bun-queue": "workspace:*",
56 "@stacksjs/stx": "^0.2.6",
56 "@stacksjs/stx": "^0.2.10",
5757 "ts-broadcasting": "^0.0.1"
5858 },
5959 "devDependencies": {
60 "bun-plugin-stx": "^0.2.6"
60 "bun-plugin-stx": "^0.2.10"
6161 }
6262}