fix fumadocs theme

This commit is contained in:
Aman Varshney
2025-04-24 10:32:24 +05:30
parent 60312877c6
commit a6c762d4f7
11 changed files with 605 additions and 770 deletions

View File

@@ -10,19 +10,19 @@
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@radix-ui/react-scroll-area": "^1.2.5",
"@radix-ui/react-scroll-area": "^1.2.6",
"@radix-ui/react-switch": "^1.2.2",
"@xyflow/react": "^12.5.5",
"babel-plugin-react-compiler": "^19.0.0-beta-e993439-20250405",
"@radix-ui/react-tooltip": "^1.2.4",
"@xyflow/react": "^12.6.0",
"babel-plugin-react-compiler": "^19.1.0-rc.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "15.1.2",
"fumadocs-mdx": "11.5.7",
"fumadocs-ui": "15.1.2",
"lucide-react": "^0.501.0",
"motion": "^12.7.4",
"next": "15.2.3",
"fumadocs-core": "15.2.10",
"fumadocs-mdx": "11.6.1",
"fumadocs-ui": "15.2.10",
"lucide-react": "^0.503.0",
"motion": "^12.8.0",
"next": "15.3.1",
"nuqs": "^2.4.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
@@ -30,16 +30,16 @@
"tailwind-merge": "^3.2.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.3",
"@tailwindcss/postcss": "^4.1.4",
"@types/mdx": "^2.0.13",
"@types/node": "22.13.11",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"eslint": "^9.24.0",
"eslint-config-next": "15.2.3",
"@types/node": "22.14.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"eslint": "^9.25.1",
"eslint-config-next": "15.3.1",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.3",
"tw-animate-css": "^1.0.0",
"tailwindcss": "^4.1.4",
"tw-animate-css": "^1.2.8",
"typescript": "^5.8.3"
}
}