ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update dependency vue-tsc to 3.1.3

#30
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---vue-tsc-1758580193987 into main
1 file +1 -1

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.1.0-beta.12",
13 "axios": "^1.9.0",
14 "d3": "7.9.0",
15 "pinia": "^3.0.2",
16 "vue": "^3.5.13",
17 "vue-router": "^4.5.1"
18 },
19 "devDependencies": {
20 "@iconify-json/carbon": "^1.2.8",
21 "@types/d3": "7.4.3",
22 "@unocss/preset-icons": "^66.1.0-beta.12",
23 "@unocss/preset-uno": "^66.1.0-beta.12",
24 "@unocss/preset-web-fonts": "^66.1.0-beta.12",
25 "@unocss/transformer-directives": "^66.1.0-beta.12",
26 "@vitejs/plugin-vue": "^5.2.3",
27 "unocss": "^66.1.0-beta.12",
28 "vite": "^6.3.3",
29 "vue-tsc": "^3.0.8"
30 }
31}