ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update all non-major dependencies

#29
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1757534569597 into main
7 files +38 -38

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.jsonadded+31-0
Changes to packages/devtools/package.json
@@ -0,0 +1,31 @@
1{
2 "name": "bun-queue-dashboard",
3 "type": "module",
4 "version": "0.1.0",
5 "private": true,
6 "scripts": {
7 "dev": "vite",
8 "build": "vue-tsc && vite build",
9 "preview": "vite preview"
10 },
11 "dependencies": {
12 "@unocss/reset": "^66.5.2",
13 "axios": "^1.12.2",
14 "d3": "7.9.0",
15 "pinia": "^3.0.3",
16 "vue": "^3.5.21",
17 "vue-router": "^4.5.1"
18 },
19 "devDependencies": {
20 "@iconify-json/carbon": "^1.2.13",
21 "@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",
26 "@vitejs/plugin-vue": "^5.2.3",
27 "unocss": "^66.5.2",
28 "vite": "^6.3.3",
29 "vue-tsc": "^2.2.10"
30 }
31}