|
15 | 15 | "start": "npx sirv-cli build/client/ --single" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@conform-to/react": "^1.7.0", |
19 | | - "@conform-to/zod": "^1.7.0", |
20 | | - "@react-router/node": "7.6.2", |
21 | | - "@tailwindcss/vite": "^4.1.10", |
| 18 | + "@conform-to/react": "^1.8.2", |
| 19 | + "@conform-to/zod": "^1.8.2", |
| 20 | + "@react-router/node": "7.7.1", |
| 21 | + "@tailwindcss/vite": "^4.1.11", |
22 | 22 | "class-variance-authority": "^0.7.1", |
23 | 23 | "clsx": "^2.1.1", |
24 | 24 | "dayjs": "^1.11.13", |
25 | | - "firebase": "^11.9.1", |
26 | | - "isbot": "^5.1.28", |
27 | | - "lucide-react": "^0.515.0", |
28 | | - "marked": "^15.0.12", |
| 25 | + "firebase": "^12.0.0", |
| 26 | + "isbot": "^5.1.29", |
| 27 | + "lucide-react": "^0.534.0", |
| 28 | + "marked": "^16.1.1", |
29 | 29 | "next-themes": "^0.4.6", |
30 | 30 | "pure-uuid": "^1.8.1", |
31 | 31 | "radix-ui": "latest", |
32 | | - "react": "19.1.0", |
33 | | - "react-dom": "19.1.0", |
| 32 | + "react": "19.1.1", |
| 33 | + "react-dom": "19.1.1", |
34 | 34 | "react-markdown": "^10.1.0", |
35 | | - "react-router": "7.6.2", |
36 | | - "react-router-dom": "7.6.2", |
37 | | - "react-twc": "^1.4.2", |
| 35 | + "react-router": "7.7.1", |
| 36 | + "react-router-dom": "7.7.1", |
| 37 | + "react-twc": "^1.5.1", |
38 | 38 | "remix-flat-routes": "^0.8.5", |
39 | | - "sonner": "^2.0.5", |
| 39 | + "sonner": "^2.0.6", |
40 | 40 | "tailwind-merge": "^3.3.1", |
41 | 41 | "tailwindcss-animate": "^1.0.7", |
42 | 42 | "zod": "^3.25.64", |
43 | 43 | "zodix": "^0.4.4" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@biomejs/biome": "^1.9.4", |
| 46 | + "@biomejs/biome": "^2.1.3", |
47 | 47 | "@mdx-js/rollup": "^3.1.0", |
48 | | - "@react-router/dev": "7.6.2", |
49 | | - "@react-router/remix-routes-option-adapter": "^7.6.2", |
| 48 | + "@react-router/dev": "7.7.1", |
| 49 | + "@react-router/remix-routes-option-adapter": "^7.7.1", |
50 | 50 | "@tailwindcss/typography": "^0.5.16", |
51 | | - "@types/react": "^19.1.8", |
52 | | - "@types/react-dom": "^19.1.6", |
53 | | - "firebase-tools": "^14.7.0", |
| 51 | + "@types/react": "^19.1.9", |
| 52 | + "@types/react-dom": "^19.1.7", |
| 53 | + "firebase-tools": "^14.11.1", |
54 | 54 | "npm-run-all": "^4.1.5", |
55 | | - "prettier": "^3.5.3", |
56 | | - "prettier-plugin-organize-imports": "^4.1.0", |
57 | | - "prettier-plugin-tailwindcss": "^0.6.12", |
| 55 | + "prettier": "^3.6.2", |
| 56 | + "prettier-plugin-organize-imports": "^4.2.0", |
| 57 | + "prettier-plugin-tailwindcss": "^0.6.14", |
58 | 58 | "remark-frontmatter": "^5.0.0", |
59 | 59 | "remark-mdx-frontmatter": "^5.2.0", |
60 | 60 | "rollup-plugin-visualizer": "^6.0.3", |
61 | | - "tailwindcss": "^4.1.10", |
| 61 | + "tailwindcss": "^4.1.11", |
62 | 62 | "typescript": "^5.8.3", |
63 | | - "vite": "^6.3.5", |
| 63 | + "vite": "^7.0.6", |
64 | 64 | "vite-tsconfig-paths": "^5.1.4" |
65 | 65 | }, |
66 | 66 | "engines": { |
|
0 commit comments