|
9 | 9 | "start": "node .output/server/index.mjs" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "@tanstack/react-router": "^1.131.5", |
13 | | - "@tanstack/react-router-devtools": "^1.131.5", |
14 | | - "@tanstack/react-start": "^1.131.5", |
15 | | - "react": "^19.0.0", |
16 | | - "react-dom": "^19.0.0", |
17 | | - "tailwind-merge": "^2.6.0", |
18 | | - "zod": "^3.24.2" |
| 12 | + "@tanstack/react-router": "^1.131.27", |
| 13 | + "@tanstack/react-router-devtools": "^1.131.27", |
| 14 | + "@tanstack/react-start": "^1.131.27", |
| 15 | + "react": "^19.1.1", |
| 16 | + "react-dom": "^19.1.1", |
| 17 | + "tailwind-merge": "^3.3.1", |
| 18 | + "zod": "^4.0.17" |
19 | 19 | }, |
20 | 20 | "devDependencies": { |
21 | | - "@types/node": "^22.5.4", |
22 | | - "@types/react": "^19.0.8", |
23 | | - "@types/react-dom": "^19.0.3", |
24 | | - "@vitejs/plugin-react": "^4.6.0", |
| 21 | + "@browser-echo/vite": "workspace:*", |
| 22 | + "@types/node": "^24.3.0", |
| 23 | + "@types/react": "^19.1.10", |
| 24 | + "@types/react-dom": "^19.1.7", |
| 25 | + "@vitejs/plugin-react": "^5.0.1", |
25 | 26 | "autoprefixer": "^10.4.20", |
26 | 27 | "postcss": "^8.5.1", |
27 | | - "tailwindcss": "^3.4.17", |
28 | | - "typescript": "^5.7.2", |
29 | | - "vite": "^6.3.5", |
30 | | - "@browser-echo/vite": "workspace:*", |
| 28 | + "tailwindcss": "^4.1.12", |
| 29 | + "typescript": "^5.9.2", |
| 30 | + "vite": "^7.1.3", |
31 | 31 | "vite-tsconfig-paths": "^5.1.4" |
32 | 32 | } |
33 | 33 | } |
0 commit comments