|
10 | 10 | "lint": "next lint" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@headlessui/react": "^2.2.4", |
14 | | - "@mdx-js/loader": "^3.1.0", |
15 | | - "@mdx-js/react": "^3.1.0", |
| 13 | + "@headlessui/react": "^2.2.9", |
| 14 | + "@mdx-js/loader": "^3.1.1", |
| 15 | + "@mdx-js/react": "^3.1.1", |
16 | 16 | "@next/mdx": "15.3.3", |
17 | | - "@radix-ui/react-dialog": "^1.1.14", |
18 | | - "@radix-ui/react-dropdown-menu": "^2.1.15", |
| 17 | + "@radix-ui/react-dialog": "^1.1.15", |
| 18 | + "@radix-ui/react-dropdown-menu": "^2.1.16", |
19 | 19 | "@radix-ui/react-slot": "^1.2.3", |
20 | | - "@radix-ui/react-tooltip": "^1.2.7", |
21 | | - "@tabler/icons-react": "^3.33.0", |
| 20 | + "@radix-ui/react-tooltip": "^1.2.8", |
| 21 | + "@tabler/icons-react": "^3.35.0", |
22 | 22 | "@twitter-api-v2/plugin-rate-limit": "^1.1.0", |
23 | 23 | "@types/mdx": "^2.0.13", |
24 | 24 | "@uidotdev/usehooks": "^2.4.1", |
25 | 25 | "class-variance-authority": "^0.7.1", |
26 | 26 | "clsx": "^2.1.1", |
27 | 27 | "embla-carousel-react": "^8.6.0", |
28 | | - "geist": "^1.4.2", |
| 28 | + "geist": "^1.5.1", |
29 | 29 | "lucide-react": "^0.511.0", |
30 | | - "motion": "^12.15.0", |
| 30 | + "motion": "^12.23.24", |
31 | 31 | "next": "15.3.3", |
32 | 32 | "next-themes": "^0.4.6", |
33 | 33 | "react": "19.1.0", |
34 | 34 | "react-dom": "19.1.0", |
35 | 35 | "remark-gfm": "^4.0.1", |
36 | | - "sharp": "^0.34.2", |
37 | | - "tailwind-merge": "^3.3.0", |
38 | | - "twitter-api-v2": "^1.23.2" |
| 36 | + "sharp": "^0.34.4", |
| 37 | + "tailwind-merge": "^3.3.1", |
| 38 | + "twitter-api-v2": "^1.27.0" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | 41 | "@biomejs/biome": "1.9.4", |
42 | | - "@tailwindcss/postcss": "^4.1.8", |
43 | | - "@tailwindcss/typography": "^0.5.16", |
44 | | - "@types/node": "^22.15.29", |
| 42 | + "@tailwindcss/postcss": "^4.1.15", |
| 43 | + "@tailwindcss/typography": "^0.5.19", |
| 44 | + "@types/node": "^22.18.11", |
45 | 45 | "@types/react": "19.1.6", |
46 | 46 | "@types/react-dom": "19.1.5", |
47 | | - "postcss": "^8.5.4", |
48 | | - "tailwindcss": "^4.1.8", |
49 | | - "tw-animate-css": "^1.3.2", |
50 | | - "typescript": "^5.8.3" |
| 47 | + "postcss": "^8.5.6", |
| 48 | + "tailwindcss": "^4.1.15", |
| 49 | + "tw-animate-css": "^1.4.0", |
| 50 | + "typescript": "^5.9.3" |
51 | 51 | }, |
52 | | - "packageManager": "pnpm@10.11.0", |
| 52 | + "packageManager": "pnpm@10.18.3", |
53 | 53 | "pnpm": { |
54 | 54 | "overrides": { |
55 | 55 | "@types/react": "19.1.6", |
56 | 56 | "@types/react-dom": "19.1.5" |
57 | | - } |
| 57 | + }, |
| 58 | + "onlyBuiltDependencies": [ |
| 59 | + "@tailwindcss/oxide", |
| 60 | + "sharp" |
| 61 | + ] |
58 | 62 | } |
59 | 63 | } |
0 commit comments