ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update all non-major dependencies

#737
Closed github-actions[bot] wants to merge buddy-bot/update-non-major-updates into main
4 files +10 -12
packages/devtools/package.jsonmodified+3-3
Changes to packages/devtools/package.json
@@ -48,10 +48,10 @@
4848 },
4949 "dependencies": {
5050 "@cwcss/crosswind": "^0.1.6",
51 "@stacksjs/bun-queue": "^0.0.1",
52 "@stacksjs/stx": "^0.2.5"
51 "@stacksjs/bun-queue": "^0.1.0",
52 "@stacksjs/stx": "^0.2.6"
5353 },
5454 "devDependencies": {
55 "bun-plugin-stx": "^0.2.5"
55 "bun-plugin-stx": "^0.2.6"
5656 }
5757}