|
9 | 9 | "lint": "next lint"
|
10 | 10 | },
|
11 | 11 | "dependencies": {
|
12 |
| - "@radix-ui/react-dropdown-menu": "^2.1.2", |
13 |
| - "@radix-ui/react-slot": "^1.1.0", |
14 |
| - "babel-plugin-react-compiler": "0.0.0-experimental-de2cfda-20240912", |
15 |
| - "class-variance-authority": "^0.7.0", |
| 12 | + "@radix-ui/react-dropdown-menu": "^2.1.4", |
| 13 | + "@radix-ui/react-slot": "^1.1.1", |
| 14 | + "babel-plugin-react-compiler": "0.0.0-experimental-fe484b5-20240912", |
| 15 | + "class-variance-authority": "^0.7.1", |
16 | 16 | "clsx": "^2.1.1",
|
17 | 17 | "gray-matter": "^4.0.3",
|
18 | 18 | "lucide-react": "^0.441.0",
|
19 |
| - "next": "^15.0.3", |
| 19 | + "next": "^15.1.2", |
20 | 20 | "next-mdx-remote": "^5.0.0",
|
21 | 21 | "next-themes": "^0.3.0",
|
22 |
| - "picocolors": "^1.1.1", |
23 |
| - "randomcolor": "^0.6.2", |
24 | 22 | "react": "19.0.0-rc-fb9a90fa48-20240614",
|
25 | 23 | "react-dom": "19.0.0-rc-fb9a90fa48-20240614",
|
26 | 24 | "rehype-highlight": "^7.0.1",
|
27 | 25 | "remark": "^15.0.1",
|
28 |
| - "sonner": "^1.7.0", |
29 |
| - "tailwind-merge": "^2.5.4", |
| 26 | + "sonner": "^1.7.1", |
| 27 | + "tailwind-merge": "^2.5.5", |
30 | 28 | "tailwindcss-animate": "^1.0.7",
|
31 | 29 | "unist-util-visit": "^5.0.0"
|
32 | 30 | },
|
33 | 31 | "devDependencies": {
|
34 | 32 | "@tailwindcss/typography": "^0.5.15",
|
35 |
| - "@types/node": "^20.17.6", |
| 33 | + "@types/node": "^20.17.10", |
36 | 34 | "@types/randomcolor": "^0.5.9",
|
37 |
| - "@types/react": "^18.3.12", |
38 |
| - "@types/react-dom": "^18.3.1", |
| 35 | + "@types/react": "^18.3.18", |
| 36 | + "@types/react-dom": "^18.3.5", |
39 | 37 | "eslint": "^8.57.1",
|
40 | 38 | "eslint-config-next": "14.2.11",
|
41 |
| - "postcss": "^8.4.48", |
42 |
| - "tailwindcss": "^3.4.14", |
43 |
| - "typescript": "^5.6.3" |
| 39 | + "postcss": "^8.4.49", |
| 40 | + "tailwindcss": "^3.4.17", |
| 41 | + "typescript": "^5.7.2" |
44 | 42 | }
|
45 | 43 | }
|
0 commit comments