ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update all non-major dependencies

#45
Merged renovate[bot] wants to merge renovate/all-minor-patch into main
2 files +9 -9
packages/devtools/package.jsonmodified+2-2
Changes to packages/devtools/package.json
@@ -9,7 +9,7 @@
99 "preview": "vite preview"
1010 },
1111 "dependencies": {
12 "@unocss/reset": "^66.5.7",
12 "@unocss/reset": "^66.5.9",
1313 "axios": "^1.13.2",
1414 "d3": "7.9.0",
1515 "pinia": "^3.0.4",
@@ -20,7 +20,7 @@
2020 "@iconify-json/carbon": "^1.2.14",
2121 "@types/d3": "7.4.3",
2222 "@vitejs/plugin-vue": "^5.2.4",
23 "vite": "^7.2.2",
23 "vite": "^7.2.4",
2424 "vue-tsc": "^2.2.12"
2525 }
2626}