Skip to content

Commit 61a72d1

Browse files
committed
fix homepage
1 parent 593d507 commit 61a72d1

File tree

9 files changed

+1388
-1257
lines changed

9 files changed

+1388
-1257
lines changed

package.json

+13-15
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,35 @@
99
"lint": "next lint"
1010
},
1111
"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",
1616
"clsx": "^2.1.1",
1717
"gray-matter": "^4.0.3",
1818
"lucide-react": "^0.441.0",
19-
"next": "^15.0.3",
19+
"next": "^15.1.2",
2020
"next-mdx-remote": "^5.0.0",
2121
"next-themes": "^0.3.0",
22-
"picocolors": "^1.1.1",
23-
"randomcolor": "^0.6.2",
2422
"react": "19.0.0-rc-fb9a90fa48-20240614",
2523
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
2624
"rehype-highlight": "^7.0.1",
2725
"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",
3028
"tailwindcss-animate": "^1.0.7",
3129
"unist-util-visit": "^5.0.0"
3230
},
3331
"devDependencies": {
3432
"@tailwindcss/typography": "^0.5.15",
35-
"@types/node": "^20.17.6",
33+
"@types/node": "^20.17.10",
3634
"@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",
3937
"eslint": "^8.57.1",
4038
"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"
4442
}
4543
}

0 commit comments

Comments
 (0)