Skip to content

Commit 1253fe8

Browse files
committed
chore: Upgrade all packages
1 parent 97d7d13 commit 1253fe8

4 files changed

Lines changed: 2722 additions & 2489 deletions

File tree

package.json

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -14,75 +14,74 @@
1414
"deploy": "npx wrangler --cwd .output/ deploy"
1515
},
1616
"dependencies": {
17-
"@base-ui/react": "^1.2.0",
17+
"@base-ui/react": "^1.4.0",
1818
"@codemirror/lang-markdown": "^6.5.0",
1919
"@codemirror/language-data": "^6.5.2",
20-
"@codemirror/view": "^6.39.17",
20+
"@codemirror/view": "^6.41.0",
2121
"@excalidraw/excalidraw": "0.18.0",
22-
"@excalidraw/mermaid-to-excalidraw": "1.1.2",
22+
"@excalidraw/mermaid-to-excalidraw": "2.2.2",
2323
"@fontsource-variable/geist": "^5.2.8",
2424
"@fontsource-variable/geist-mono": "^5.2.7",
2525
"@fontsource/geist-sans": "^5.2.5",
2626
"@lezer/highlight": "^1.2.3",
27-
"@tailwindcss/vite": "^4.2.1",
28-
"@tanstack/react-devtools": "^0.9.10",
29-
"@tanstack/react-router": "^1.166.7",
30-
"@tanstack/react-router-devtools": "^1.166.7",
31-
"@tanstack/react-router-ssr-query": "^1.166.7",
32-
"@tanstack/react-start": "^1.166.7",
33-
"@tanstack/router-plugin": "^1.166.7",
34-
"@uiw/codemirror-themes": "^4.25.8",
35-
"@uiw/react-codemirror": "^4.25.8",
27+
"@tailwindcss/vite": "^4.2.2",
28+
"@tanstack/react-devtools": "^0.10.2",
29+
"@tanstack/react-router": "^1.168.22",
30+
"@tanstack/react-router-devtools": "^1.166.13",
31+
"@tanstack/react-router-ssr-query": "^1.166.11",
32+
"@tanstack/react-start": "^1.167.41",
33+
"@tanstack/router-plugin": "^1.167.22",
34+
"@uiw/codemirror-themes": "^4.25.9",
35+
"@uiw/react-codemirror": "^4.25.9",
3636
"class-variance-authority": "^0.7.1",
3737
"clsx": "^2.1.1",
3838
"cmdk": "^1.1.1",
3939
"date-fns": "^4.1.0",
4040
"embla-carousel-react": "^8.6.0",
4141
"input-otp": "^1.4.2",
42-
"katex": "^0.16.38",
43-
"lucide-react": "^0.577.0",
42+
"katex": "^0.16.45",
43+
"lucide-react": "^1.8.0",
4444
"next-themes": "^0.4.6",
45-
"nitro": "3.0.1-alpha.2",
46-
"react": "^19.2.4",
45+
"nitro": "3.0.260415-beta",
46+
"react": "^19.2.5",
4747
"react-day-picker": "^9.14.0",
48-
"react-dom": "^19.2.4",
48+
"react-dom": "^19.2.5",
4949
"react-markdown": "^10.1.0",
50-
"react-resizable-panels": "^4.7.2",
50+
"react-resizable-panels": "^4.10.0",
5151
"react-syntax-highlighter": "^16.1.1",
52-
"recharts": "^3.8.0",
52+
"recharts": "^3.8.1",
5353
"rehype-katex": "^7.0.1",
5454
"remark-gfm": "^4.0.1",
5555
"remark-math": "^6.0.0",
56-
"shadcn": "^4.0.5",
56+
"shadcn": "^4.2.0",
5757
"sonner": "^2.0.7",
5858
"tailwind-merge": "^3.5.0",
59-
"tailwindcss": "^4.2.1",
59+
"tailwindcss": "^4.2.2",
6060
"tw-animate-css": "^1.4.0",
6161
"vaul": "^1.1.2",
62-
"vite-tsconfig-paths": "^6.1.1",
63-
"wrangler": "^4.72.0"
62+
"wrangler": "^4.83.0"
6463
},
6564
"devDependencies": {
66-
"@tanstack/devtools-vite": "^0.5.3",
65+
"@tanstack/devtools-vite": "^0.6.0",
6766
"@tanstack/eslint-config": "^0.4.0",
6867
"@testing-library/dom": "^10.4.1",
6968
"@testing-library/react": "^16.3.2",
70-
"@types/node": "^25.4.0",
69+
"@types/node": "^25.6.0",
7170
"@types/react": "^19.2.14",
7271
"@types/react-dom": "^19.2.3",
7372
"@types/react-syntax-highlighter": "^15.5.13",
7473
"@types/unist": "^3.0.3",
75-
"@vitejs/plugin-react": "^5.1.4",
76-
"eslint": "^10.0.3",
77-
"jsdom": "^28.1.0",
78-
"prettier": "^3.8.1",
74+
"@vitejs/plugin-react": "^6.0.1",
75+
"eslint": "^10.2.0",
76+
"jsdom": "^29.0.2",
77+
"prettier": "^3.8.3",
7978
"react-scan": "^0.5.3",
8079
"rollup-plugin-visualizer": "^7.0.1",
81-
"typescript": "^5.9.3",
80+
"typescript": "^6.0.2",
8281
"unified": "^11.0.5",
83-
"vite": "^7.3.1",
84-
"vitest": "^4.0.18",
85-
"web-vitals": "^5.1.0"
82+
"vite": "^8.0.8",
83+
"vitest": "^4.1.4",
84+
"web-vitals": "^5.2.0"
8685
},
87-
"packageManager": "pnpm@10.32.1"
86+
"packageManager": "pnpm@10.33.0"
8887
}

0 commit comments

Comments
 (0)