|
10 | 10 | "format:tailwind": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\""
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@notionhq/client": "^2.2.14", |
| 13 | + "@notionhq/client": "^2.2.15", |
14 | 14 | "@plaiceholder/next": "^3.0.0",
|
15 |
| - "@radix-ui/react-aspect-ratio": "^1.0.3", |
16 |
| - "@radix-ui/react-avatar": "^1.0.4", |
17 |
| - "@radix-ui/react-dropdown-menu": "^2.0.6", |
| 15 | + "@radix-ui/react-aspect-ratio": "^1.1.0", |
| 16 | + "@radix-ui/react-avatar": "^1.1.0", |
| 17 | + "@radix-ui/react-dropdown-menu": "^2.1.1", |
18 | 18 | "@radix-ui/react-icons": "^1.3.0",
|
19 |
| - "@radix-ui/react-navigation-menu": "^1.1.4", |
20 |
| - "@radix-ui/react-scroll-area": "^1.0.5", |
21 |
| - "@radix-ui/react-separator": "^1.0.3", |
22 |
| - "@radix-ui/react-slot": "^1.0.2", |
23 |
| - "@radix-ui/react-tooltip": "^1.0.7", |
24 |
| - "@supabase/supabase-js": "^2.41.1", |
25 |
| - "@vercel/analytics": "^1.2.2", |
26 |
| - "@vercel/speed-insights": "^1.0.10", |
| 19 | + "@radix-ui/react-navigation-menu": "^1.2.0", |
| 20 | + "@radix-ui/react-scroll-area": "^1.1.0", |
| 21 | + "@radix-ui/react-separator": "^1.1.0", |
| 22 | + "@radix-ui/react-slot": "^1.1.0", |
| 23 | + "@radix-ui/react-tooltip": "^1.1.2", |
| 24 | + "@supabase/supabase-js": "^2.45.2", |
| 25 | + "@vercel/analytics": "^1.3.1", |
| 26 | + "@vercel/speed-insights": "^1.0.12", |
27 | 27 | "autoprefixer": "10.4.19",
|
28 | 28 | "camelcase-keys": "^9.1.3",
|
29 | 29 | "cheerio": "^1.0.0",
|
30 | 30 | "class-variance-authority": "^0.7.0",
|
31 |
| - "clsx": "^2.1.0", |
32 |
| - "dayjs": "^1.11.10", |
33 |
| - "embla-carousel-react": "^8.0.2", |
34 |
| - "framer-motion": "^11.2.9", |
35 |
| - "jsdom": "^24.0.0", |
| 31 | + "clsx": "^2.1.1", |
| 32 | + "dayjs": "^1.11.13", |
| 33 | + "embla-carousel-react": "^8.2.0", |
| 34 | + "framer-motion": "^11.3.30", |
| 35 | + "jsdom": "^24.1.3", |
36 | 36 | "lucide-react": "^0.368.0",
|
37 | 37 | "next": "15.1.6",
|
38 | 38 | "next-themes": "^0.3.0",
|
|
52 | 52 | "remark-rehype": "^10.1.0",
|
53 | 53 | "remark-toc": "^9.0.0",
|
54 | 54 | "sharp": "0.33.5",
|
55 |
| - "tailwind-merge": "^2.2.2", |
| 55 | + "tailwind-merge": "^2.5.2", |
56 | 56 | "tailwindcss-animate": "^1.0.7",
|
57 |
| - "unified": "^11.0.4", |
| 57 | + "unified": "^11.0.5", |
58 | 58 | "uuid": "^9.0.1"
|
59 | 59 | },
|
60 | 60 | "devDependencies": {
|
61 | 61 | "@biomejs/biome": "1.9.4",
|
62 | 62 | "@types/cheerio": "^0.22.35",
|
63 | 63 | "@types/glob": "^8.1.0",
|
64 | 64 | "@types/hast": "^3.0.4",
|
65 |
| - "@types/jsdom": "^21.1.6", |
66 |
| - "@types/mdast": "^4.0.3", |
| 65 | + "@types/jsdom": "^21.1.7", |
| 66 | + "@types/mdast": "^4.0.4", |
67 | 67 | "@types/node": "20.12.2",
|
68 | 68 | "@types/react": "18.3.10",
|
69 | 69 | "@types/react-dom": "18.3.0",
|
70 | 70 | "@types/uuid": "^9.0.8",
|
71 | 71 | "encoding": "^0.1.13",
|
72 |
| - "glob": "^10.3.12", |
| 72 | + "glob": "^10.4.5", |
73 | 73 | "node-fetch": "^3.3.2",
|
74 |
| - "sass": "^1.72.0", |
| 74 | + "sass": "^1.77.8", |
75 | 75 | "tailwindcss": "3.4.13",
|
76 | 76 | "tailwindcss-content-visibility": "^0.2.0",
|
77 | 77 | "tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
0 commit comments