|
12 | 12 | "dependencies": {
|
13 | 13 | "@hookform/resolvers": "^3.10.0",
|
14 | 14 | "@radix-ui/react-avatar": "^1.1.2",
|
15 |
| - "@radix-ui/react-dialog": "^1.1.4", |
16 |
| - "@radix-ui/react-dropdown-menu": "^2.1.4", |
17 |
| - "@radix-ui/react-hover-card": "^1.1.4", |
| 15 | + "@radix-ui/react-dialog": "^1.1.5", |
| 16 | + "@radix-ui/react-dropdown-menu": "^2.1.5", |
| 17 | + "@radix-ui/react-hover-card": "^1.1.5", |
18 | 18 | "@radix-ui/react-label": "^2.1.1",
|
19 |
| - "@radix-ui/react-popover": "^1.1.4", |
| 19 | + "@radix-ui/react-popover": "^1.1.5", |
20 | 20 | "@radix-ui/react-slot": "^1.1.1",
|
21 | 21 | "@radix-ui/react-switch": "^1.1.2",
|
22 | 22 | "@radix-ui/react-tabs": "^1.1.2",
|
23 |
| - "@radix-ui/react-tooltip": "^1.1.6", |
| 23 | + "@radix-ui/react-tooltip": "^1.1.7", |
24 | 24 | "class-variance-authority": "^0.7.1",
|
25 | 25 | "clsx": "^2.1.1",
|
26 | 26 | "cmdk": "^1.0.4",
|
27 | 27 | "geist": "^1.3.1",
|
28 | 28 | "lucide-react": "^0.441.0",
|
29 |
| - "next": "15.1.4", |
| 29 | + "next": "15.1.6", |
30 | 30 | "next-themes": "^0.3.0",
|
31 | 31 | "nextjs-toploader": "^1.6.12",
|
32 |
| - "posthog-js": "^1.205.0", |
33 |
| - "react": "19.0.0", |
34 |
| - "react-dom": "19.0.0", |
| 32 | + "posthog-js": "^1.210.2", |
| 33 | + "react": "^19.0.0", |
| 34 | + "react-dom": "^19.0.0", |
35 | 35 | "react-hook-form": "^7.54.2",
|
36 |
| - "sonner": "^1.7.1", |
| 36 | + "sonner": "^1.7.2", |
37 | 37 | "tailwind-merge": "^2.6.0",
|
38 | 38 | "tailwindcss-animate": "^1.0.7",
|
39 | 39 | "vaul": "^0.9.9",
|
40 | 40 | "zod": "^3.24.1"
|
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "@types/node": "^20.17.12", |
44 |
| - "@types/react": "19.0.3", |
45 |
| - "@types/react-dom": "19.0.2", |
| 43 | + "@types/node": "^20.17.16", |
| 44 | + "@types/react": "^19.0.0", |
| 45 | + "@types/react-dom": "^19.0.0", |
46 | 46 | "eslint": "^8.57.1",
|
47 |
| - "eslint-config-next": "15.1.4", |
48 |
| - "postcss": "^8.4.49", |
| 47 | + "eslint-config-next": "15.1.6", |
| 48 | + "postcss": "^8.5.1", |
49 | 49 | "tailwindcss": "^3.4.17",
|
50 |
| - "typescript": "^5.7.2" |
51 |
| - }, |
52 |
| - "overrides": { |
53 |
| - "@types/react": "19.0.3", |
54 |
| - "@types/react-dom": "19.0.2" |
| 50 | + "typescript": "^5.7.3" |
55 | 51 | }
|
56 | 52 | }
|
0 commit comments