|
14 | 14 | "deploy": "npx wrangler --cwd .output/ deploy" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@base-ui/react": "^1.2.0", |
| 17 | + "@base-ui/react": "^1.4.0", |
18 | 18 | "@codemirror/lang-markdown": "^6.5.0", |
19 | 19 | "@codemirror/language-data": "^6.5.2", |
20 | | - "@codemirror/view": "^6.39.17", |
| 20 | + "@codemirror/view": "^6.41.0", |
21 | 21 | "@excalidraw/excalidraw": "0.18.0", |
22 | | - "@excalidraw/mermaid-to-excalidraw": "1.1.2", |
| 22 | + "@excalidraw/mermaid-to-excalidraw": "2.2.2", |
23 | 23 | "@fontsource-variable/geist": "^5.2.8", |
24 | 24 | "@fontsource-variable/geist-mono": "^5.2.7", |
25 | 25 | "@fontsource/geist-sans": "^5.2.5", |
26 | 26 | "@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", |
36 | 36 | "class-variance-authority": "^0.7.1", |
37 | 37 | "clsx": "^2.1.1", |
38 | 38 | "cmdk": "^1.1.1", |
39 | 39 | "date-fns": "^4.1.0", |
40 | 40 | "embla-carousel-react": "^8.6.0", |
41 | 41 | "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", |
44 | 44 | "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", |
47 | 47 | "react-day-picker": "^9.14.0", |
48 | | - "react-dom": "^19.2.4", |
| 48 | + "react-dom": "^19.2.5", |
49 | 49 | "react-markdown": "^10.1.0", |
50 | | - "react-resizable-panels": "^4.7.2", |
| 50 | + "react-resizable-panels": "^4.10.0", |
51 | 51 | "react-syntax-highlighter": "^16.1.1", |
52 | | - "recharts": "^3.8.0", |
| 52 | + "recharts": "^3.8.1", |
53 | 53 | "rehype-katex": "^7.0.1", |
54 | 54 | "remark-gfm": "^4.0.1", |
55 | 55 | "remark-math": "^6.0.0", |
56 | | - "shadcn": "^4.0.5", |
| 56 | + "shadcn": "^4.2.0", |
57 | 57 | "sonner": "^2.0.7", |
58 | 58 | "tailwind-merge": "^3.5.0", |
59 | | - "tailwindcss": "^4.2.1", |
| 59 | + "tailwindcss": "^4.2.2", |
60 | 60 | "tw-animate-css": "^1.4.0", |
61 | 61 | "vaul": "^1.1.2", |
62 | | - "vite-tsconfig-paths": "^6.1.1", |
63 | | - "wrangler": "^4.72.0" |
| 62 | + "wrangler": "^4.83.0" |
64 | 63 | }, |
65 | 64 | "devDependencies": { |
66 | | - "@tanstack/devtools-vite": "^0.5.3", |
| 65 | + "@tanstack/devtools-vite": "^0.6.0", |
67 | 66 | "@tanstack/eslint-config": "^0.4.0", |
68 | 67 | "@testing-library/dom": "^10.4.1", |
69 | 68 | "@testing-library/react": "^16.3.2", |
70 | | - "@types/node": "^25.4.0", |
| 69 | + "@types/node": "^25.6.0", |
71 | 70 | "@types/react": "^19.2.14", |
72 | 71 | "@types/react-dom": "^19.2.3", |
73 | 72 | "@types/react-syntax-highlighter": "^15.5.13", |
74 | 73 | "@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", |
79 | 78 | "react-scan": "^0.5.3", |
80 | 79 | "rollup-plugin-visualizer": "^7.0.1", |
81 | | - "typescript": "^5.9.3", |
| 80 | + "typescript": "^6.0.2", |
82 | 81 | "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" |
86 | 85 | }, |
87 | | - "packageManager": "pnpm@10.32.1" |
| 86 | + "packageManager": "pnpm@10.33.0" |
88 | 87 | } |
0 commit comments