Skip to content

Commit d24850a

Browse files
fix(deps): update bun minor and patch dependencies
1 parent 19d1a8e commit d24850a

5 files changed

Lines changed: 410 additions & 420 deletions

File tree

apps/desktop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"@zerobyte/core": "workspace:*"
2121
},
2222
"devDependencies": {
23-
"electron": "^43.4.0",
23+
"electron": "^43.4.1",
2424
"electron-builder": "^26.15.3",
2525
"typescript": "^7.0.2",
26-
"vite": "^8.2.1"
26+
"vite": "^8.2.2"
2727
}
2828
}

apps/docs/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,43 +18,43 @@
1818
"@fontsource-variable/jetbrains-mono": "^5.3.0",
1919
"@phosphor-icons/react": "^2.1.10",
2020
"@tailwindcss/vite": "^4.3.3",
21-
"@tanstack/react-devtools": "^0.10.10",
22-
"@tanstack/react-router": "^1.170.27",
21+
"@tanstack/react-devtools": "^0.10.12",
22+
"@tanstack/react-router": "^1.170.32",
2323
"@tanstack/react-router-devtools": "^1.167.1",
24-
"@tanstack/react-router-ssr-query": "^1.167.1",
25-
"@tanstack/react-start": "^1.168.44",
26-
"@tanstack/router-plugin": "^1.168.30",
24+
"@tanstack/react-router-ssr-query": "^1.167.2",
25+
"@tanstack/react-start": "^1.168.49",
26+
"@tanstack/router-plugin": "^1.168.35",
2727
"@types/mdx": "^2.0.14",
2828
"class-variance-authority": "^0.7.1",
2929
"clsx": "^2.1.1",
30-
"fumadocs-core": "^16.14.3",
31-
"fumadocs-mdx": "^15.2.3",
32-
"fumadocs-ui": "^16.14.3",
33-
"lucide-react": "^1.31.0",
30+
"fumadocs-core": "^16.15.4",
31+
"fumadocs-mdx": "^15.4.0",
32+
"fumadocs-ui": "^16.15.4",
33+
"lucide-react": "^1.34.0",
3434
"react": "^19.2.8",
3535
"react-dom": "^19.2.8",
36-
"shadcn": "^4.17.0",
36+
"shadcn": "^4.19.0",
3737
"tailwind-merge": "^3.6.0",
3838
"tailwindcss": "^4.3.3",
3939
"tw-animate-css": "^1.4.0"
4040
},
4141
"devDependencies": {
42-
"@cloudflare/vite-plugin": "^1.52.0",
42+
"@cloudflare/vite-plugin": "^1.54.1",
4343
"@tailwindcss/typography": "^0.5.20",
44-
"@tanstack/devtools-vite": "^0.8.3",
44+
"@tanstack/devtools-vite": "^0.8.5",
4545
"@testing-library/dom": "^10.4.1",
46-
"@testing-library/react": "^16.3.2",
47-
"@types/node": "^26.2.0",
46+
"@testing-library/react": "^16.3.3",
47+
"@types/node": "^26.4.0",
4848
"@types/react": "^19.2.18",
49-
"@types/react-dom": "^19.2.4",
50-
"@vitejs/plugin-react": "^6.0.5",
49+
"@types/react-dom": "^19.2.5",
50+
"@vitejs/plugin-react": "^6.1.0",
5151
"jsdom": "^29.1.1",
5252
"typescript": "^7.0.2",
53-
"vite": "^8.2.1",
53+
"vite": "^8.2.2",
5454
"vite-plugin-killer-instincts": "^1.1.0",
55-
"vite-plus": "^0.2.9",
56-
"vitest": "^4.1.10",
57-
"wrangler": "^4.122.0"
55+
"vite-plus": "^0.3.0",
56+
"vitest": "^4.1.11",
57+
"wrangler": "^4.127.0"
5858
},
5959
"pnpm": {
6060
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)