ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update all non-major dependencies

#33
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1758782574948 into main
6 files +21 -21

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

packages/devtools/package.jsonmodified+6-6
Changes to packages/devtools/package.json
@@ -9,7 +9,7 @@
99 "preview": "vite preview"
1010 },
1111 "dependencies": {
12 "@unocss/reset": "^66.5.2",
12 "@unocss/reset": "^66.5.3",
1313 "axios": "^1.12.2",
1414 "d3": "7.9.0",
1515 "pinia": "^3.0.3",
@@ -19,12 +19,12 @@
1919 "devDependencies": {
2020 "@iconify-json/carbon": "^1.2.14",
2121 "@types/d3": "7.4.3",
22 "@unocss/preset-icons": "^66.5.2",
23 "@unocss/preset-uno": "^66.5.2",
24 "@unocss/preset-web-fonts": "^66.5.2",
25 "@unocss/transformer-directives": "^66.5.2",
22 "@unocss/preset-icons": "^66.5.3",
23 "@unocss/preset-uno": "^66.5.3",
24 "@unocss/preset-web-fonts": "^66.5.3",
25 "@unocss/transformer-directives": "^66.5.3",
2626 "@vitejs/plugin-vue": "^5.2.3",
27 "unocss": "^66.5.2",
27 "unocss": "^66.5.3",
2828 "vite": "^6.3.3",
2929 "vue-tsc": "^2.2.10"
3030 }