|
15 | 15 | "start": "npx sirv-cli build/client/ --single" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@conform-to/react": "^1.9.1", |
19 | | - "@conform-to/zod": "^1.9.1", |
20 | | - "@react-router/node": "7.9.1", |
21 | | - "@tailwindcss/vite": "^4.1.13", |
| 18 | + "@conform-to/react": "^1.15.1", |
| 19 | + "@conform-to/zod": "^1.15.1", |
| 20 | + "@react-router/node": "7.12.0", |
| 21 | + "@tailwindcss/vite": "^4.1.18", |
22 | 22 | "class-variance-authority": "^0.7.1", |
23 | 23 | "clsx": "^2.1.1", |
24 | | - "dayjs": "^1.11.18", |
25 | | - "firebase": "^12.2.1", |
26 | | - "isbot": "^5.1.30", |
27 | | - "lucide-react": "^0.544.0", |
28 | | - "marked": "^16.2.1", |
| 24 | + "dayjs": "^1.11.19", |
| 25 | + "firebase": "^12.7.0", |
| 26 | + "isbot": "^5.1.32", |
| 27 | + "lucide-react": "^0.562.0", |
| 28 | + "marked": "^17.0.1", |
29 | 29 | "next-themes": "^0.4.6", |
30 | | - "pure-uuid": "^1.8.1", |
| 30 | + "pure-uuid": "^2.0.0", |
31 | 31 | "radix-ui": "latest", |
32 | | - "react": "19.1.1", |
33 | | - "react-dom": "19.1.1", |
| 32 | + "react": "19.2.3", |
| 33 | + "react-dom": "19.2.3", |
34 | 34 | "react-markdown": "^10.1.0", |
35 | | - "react-router": "7.9.1", |
36 | | - "react-router-dom": "7.9.1", |
| 35 | + "react-router": "7.12.0", |
| 36 | + "react-router-dom": "7.12.0", |
37 | 37 | "react-twc": "^1.5.1", |
38 | 38 | "remix-flat-routes": "^0.8.5", |
39 | 39 | "sonner": "^2.0.7", |
40 | | - "tailwind-merge": "^3.3.1", |
| 40 | + "tailwind-merge": "^3.4.0", |
41 | 41 | "tailwindcss-animate": "^1.0.7", |
42 | | - "zod": "^4.1.8" |
| 42 | + "zod": "^4.3.5" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@biomejs/biome": "^2.2.4", |
| 45 | + "@biomejs/biome": "^2.3.11", |
46 | 46 | "@mdx-js/rollup": "^3.1.1", |
47 | | - "@react-router/dev": "7.9.1", |
48 | | - "@react-router/remix-routes-option-adapter": "^7.9.1", |
49 | | - "@tailwindcss/typography": "^0.5.16", |
50 | | - "@types/react": "^19.1.13", |
51 | | - "@types/react-dom": "^19.1.9", |
52 | | - "firebase-tools": "^14.16.0", |
| 47 | + "@react-router/dev": "7.12.0", |
| 48 | + "@react-router/remix-routes-option-adapter": "^7.12.0", |
| 49 | + "@tailwindcss/typography": "^0.5.19", |
| 50 | + "@types/react": "^19.2.8", |
| 51 | + "@types/react-dom": "^19.2.3", |
| 52 | + "firebase-tools": "^15.2.1", |
53 | 53 | "npm-run-all": "^4.1.5", |
54 | | - "prettier": "^3.6.2", |
55 | | - "prettier-plugin-organize-imports": "^4.2.0", |
56 | | - "prettier-plugin-tailwindcss": "^0.6.14", |
| 54 | + "prettier": "^3.7.4", |
| 55 | + "prettier-plugin-organize-imports": "^4.3.0", |
| 56 | + "prettier-plugin-tailwindcss": "^0.7.2", |
57 | 57 | "remark-frontmatter": "^5.0.0", |
58 | 58 | "remark-mdx-frontmatter": "^5.2.0", |
59 | | - "rollup-plugin-visualizer": "^6.0.3", |
60 | | - "tailwindcss": "^4.1.13", |
61 | | - "typescript": "^5.9.2", |
62 | | - "vite": "^7.1.5", |
63 | | - "vite-tsconfig-paths": "^5.1.4" |
| 59 | + "rollup-plugin-visualizer": "^6.0.5", |
| 60 | + "tailwindcss": "^4.1.18", |
| 61 | + "typescript": "^5.9.3", |
| 62 | + "vite": "^7.3.1", |
| 63 | + "vite-tsconfig-paths": "^6.0.4" |
64 | 64 | }, |
65 | 65 | "engines": { |
66 | 66 | "node": ">=22.0.0" |
|
0 commit comments