|
3 | 3 | "version": "0.0.0", |
4 | 4 | "type": "module", |
5 | 5 | "scripts": { |
6 | | - "lint": "next lint --max-warnings 0", |
| 6 | + "lint": "eslint src --ext=ts,tsx --max-warnings=0", |
7 | 7 | "check-types": "tsc --noEmit", |
8 | 8 | "dev": "next dev", |
9 | 9 | "build": "next build", |
|
12 | 12 | "clean": "rimraf .next .turbo" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@radix-ui/react-dialog": "^1.1.14", |
16 | | - "@radix-ui/react-slot": "^1.2.3", |
| 15 | + "@radix-ui/react-dialog": "^1.1.15", |
| 16 | + "@radix-ui/react-slot": "^1.2.4", |
17 | 17 | "@roo-code/evals": "workspace:^", |
18 | | - "@roo-code/types": "workspace:^", |
19 | | - "@tanstack/react-query": "^5.79.0", |
20 | | - "@vercel/og": "^0.6.2", |
| 18 | + "@roo-code/types": "^1.108.0", |
| 19 | + "@tanstack/react-query": "^5.90.20", |
| 20 | + "@vercel/og": "^0.8.6", |
21 | 21 | "class-variance-authority": "^0.7.1", |
22 | 22 | "clsx": "^2.1.1", |
23 | 23 | "embla-carousel-auto-scroll": "^8.6.0", |
24 | 24 | "embla-carousel-autoplay": "^8.6.0", |
25 | 25 | "embla-carousel-react": "^8.6.0", |
26 | | - "framer-motion": "12.15.0", |
27 | | - "lucide-react": "^0.518.0", |
28 | | - "next": "~15.2.8", |
| 26 | + "framer-motion": "^12.29.2", |
| 27 | + "lucide-react": "^0.563.0", |
| 28 | + "next": "^16.1.6", |
29 | 29 | "next-themes": "^0.4.6", |
30 | | - "posthog-js": "^1.248.1", |
| 30 | + "posthog-js": "^1.336.4", |
31 | 31 | "react": "^18.3.1", |
32 | 32 | "react-cookie-consent": "^9.0.0", |
33 | 33 | "react-dom": "^18.3.1", |
|
36 | 36 | "recharts": "^2.15.3", |
37 | 37 | "rehype-raw": "^7.0.0", |
38 | 38 | "remark-gfm": "^4.0.1", |
39 | | - "tailwind-merge": "^3.3.0", |
| 39 | + "tailwind-merge": "^3.4.0", |
40 | 40 | "tailwindcss-animate": "^1.0.7", |
41 | 41 | "tldts": "^6.1.86", |
42 | 42 | "zod": "^3.25.61" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | 45 | "@roo-code/config-eslint": "workspace:^", |
46 | 46 | "@roo-code/config-typescript": "workspace:^", |
47 | | - "@tailwindcss/typography": "^0.5.16", |
| 47 | + "@tailwindcss/typography": "^0.5.19", |
48 | 48 | "@types/node": "20.x", |
49 | 49 | "@types/react": "^18.3.23", |
50 | 50 | "@types/react-dom": "^18.3.7", |
51 | | - "autoprefixer": "^10.4.21", |
| 51 | + "autoprefixer": "^10.4.23", |
52 | 52 | "next-sitemap": "^4.2.3", |
53 | | - "postcss": "^8.5.4", |
| 53 | + "postcss": "^8.5.6", |
54 | 54 | "tailwindcss": "^3.4.17" |
55 | 55 | } |
56 | 56 | } |
0 commit comments