|
22 | 22 | "lint:fix": "eslint . --fix" |
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | | - "@hono/zod-openapi": "^1.1.0", |
26 | | - "@hono/zod-validator": "^0.7.2", |
| 25 | + "@hono/zod-openapi": "^1.1.3", |
| 26 | + "@hono/zod-validator": "^0.7.3", |
27 | 27 | "@vitnode/blog": "workspace:*", |
28 | 28 | "@vitnode/core": "workspace:*", |
29 | | - "babel-plugin-react-compiler": "19.1.0-rc.3", |
30 | | - "drizzle-kit": "^0.31.4", |
31 | | - "drizzle-orm": "^0.44.5", |
32 | | - "fumadocs-core": "^15.7.10", |
33 | | - "fumadocs-mdx": "^11.9.0", |
34 | | - "fumadocs-ui": "^15.7.10", |
35 | | - "hono": "^4.9.6", |
36 | | - "lucide-react": "^0.542.0", |
37 | | - "motion": "^12.23.12", |
38 | | - "next": "^15.5.2", |
39 | | - "next-intl": "^4.3.6", |
| 29 | + "drizzle-kit": "^0.31.5", |
| 30 | + "drizzle-orm": "^0.44.6", |
| 31 | + "fumadocs-core": "^15.8.3", |
| 32 | + "fumadocs-mdx": "^12.0.2", |
| 33 | + "fumadocs-ui": "^15.8.3", |
| 34 | + "hono": "^4.9.9", |
| 35 | + "lucide-react": "^0.544.0", |
| 36 | + "motion": "^12.23.22", |
| 37 | + "next": "15.6.0-canary.41", |
| 38 | + "next-intl": "^4.3.9", |
40 | 39 | "node-cron": "^4.2.1", |
41 | | - "react": "^19.1.1", |
42 | | - "react-dom": "^19.1.1", |
43 | | - "react-hook-form": "^7.62.0", |
| 40 | + "react": "^19.2.0", |
| 41 | + "react-dom": "^19.2.0", |
| 42 | + "react-hook-form": "^7.63.0", |
44 | 43 | "react-use": "^17.6.0", |
45 | 44 | "sonner": "^2.0.7" |
46 | 45 | }, |
47 | 46 | "devDependencies": { |
48 | | - "@next/bundle-analyzer": "^15.5.2", |
49 | | - "@playwright/test": "^1.55.0", |
50 | | - "@react-email/components": "^0.5.2", |
51 | | - "@tailwindcss/postcss": "^4.1.13", |
| 47 | + "@next/bundle-analyzer": "^15.5.4", |
| 48 | + "@playwright/test": "^1.55.1", |
| 49 | + "@react-email/components": "^0.5.5", |
| 50 | + "@tailwindcss/postcss": "^4.1.14", |
52 | 51 | "@types/mdx": "^2.0.13", |
53 | | - "@types/node": "^24.3.1", |
54 | | - "@types/react": "^19.1.12", |
55 | | - "@types/react-dom": "^19.1.9", |
| 52 | + "@types/node": "^24.6.2", |
| 53 | + "@types/react": "^19.2.0", |
| 54 | + "@types/react-dom": "^19.2.0", |
56 | 55 | "@vitnode/config": "workspace:*", |
57 | 56 | "class-variance-authority": "^0.7.1", |
58 | 57 | "eslint": "^9.36.0", |
59 | 58 | "postcss": "^8.5.6", |
60 | | - "react-email": "^4.2.8", |
61 | | - "shiki": "^3.12.2", |
62 | | - "tailwindcss": "^4.1.13", |
63 | | - "tw-animate-css": "^1.3.8", |
64 | | - "typescript": "^5.9.2", |
65 | | - "use-intl": "^4.3.6", |
66 | | - "zod": "^4.1.5" |
| 59 | + "react-email": "^4.2.12", |
| 60 | + "shiki": "^3.13.0", |
| 61 | + "tailwindcss": "^4.1.14", |
| 62 | + "tw-animate-css": "^1.4.0", |
| 63 | + "typescript": "^5.9.3", |
| 64 | + "use-intl": "^4.3.9", |
| 65 | + "zod": "^4.1.11" |
67 | 66 | } |
68 | 67 | } |
0 commit comments