|
7 | 7 | "lint": "eslint . --max-warnings 0" |
8 | 8 | }, |
9 | 9 | "dependencies": { |
10 | | - "@radix-ui/react-slot": "^1.1.2", |
| 10 | + "@radix-ui/react-slot": "^1.2.3", |
11 | 11 | "class-variance-authority": "^0.7.1", |
12 | 12 | "clsx": "^2.1.1", |
13 | 13 | "lucide-react": "^0.475.0", |
14 | | - "next-themes": "^0.4.4", |
15 | | - "react": "^19.0.0", |
16 | | - "react-dom": "^19.0.0", |
17 | | - "tailwind-merge": "^3.0.1", |
18 | | - "tw-animate-css": "^1.2.4", |
19 | | - "zod": "^3.24.2" |
| 14 | + "next-themes": "^0.4.6", |
| 15 | + "react": "^19.1.1", |
| 16 | + "react-dom": "^19.1.1", |
| 17 | + "tailwind-merge": "^3.3.1", |
| 18 | + "tw-animate-css": "^1.3.6", |
| 19 | + "zod": "^3.25.76" |
20 | 20 | }, |
21 | 21 | "devDependencies": { |
22 | | - "@tailwindcss/postcss": "^4.0.8", |
23 | | - "@turbo/gen": "^2.4.2", |
24 | | - "@types/node": "^20", |
25 | | - "@types/react": "^19", |
26 | | - "@types/react-dom": "^19", |
| 22 | + "@tailwindcss/postcss": "^4.1.11", |
| 23 | + "@turbo/gen": "^2.5.5", |
| 24 | + "@types/node": "^20.19.9", |
| 25 | + "@types/react": "^19.1.9", |
| 26 | + "@types/react-dom": "^19.1.7", |
27 | 27 | "@workspace/eslint-config": "workspace:*", |
28 | 28 | "@workspace/typescript-config": "workspace:*", |
29 | | - "tailwindcss": "^4.0.8", |
30 | | - "typescript": "^5.7.3" |
| 29 | + "tailwindcss": "^4.1.11", |
| 30 | + "typescript": "^5.9.2" |
31 | 31 | }, |
32 | 32 | "exports": { |
33 | 33 | "./globals.css": "./src/styles/globals.css", |
|
0 commit comments