build: update dependencies and fumadocs

This commit is contained in:
rzmk 2025-12-02 21:16:06 -05:00
parent 100165ec29
commit fd5ebf4af0
144 changed files with 301 additions and 431 deletions

View file

@ -11,11 +11,11 @@
"format": "biome format --write"
},
"dependencies": {
"fumadocs-core": "16.0.2",
"fumadocs-mdx": "^13.0.8",
"fumadocs-openapi": "^9.7.3",
"fumadocs-ui": "16.0.2",
"lucide-react": "^0.546.0",
"fumadocs-core": "16.2.2",
"fumadocs-mdx": "^14.0.4",
"fumadocs-openapi": "^10.1.0",
"fumadocs-ui": "16.2.2",
"lucide-react": "^0.555.0",
"next": "^16.0.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
@ -25,7 +25,7 @@
"@biomejs/biome": "^2.3.8",
"@tailwindcss/postcss": "^4.1.17",
"@types/mdx": "^2.0.13",
"@types/node": "24.9.1",
"@types/node": "24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"openapi-types": "^12.1.3",
@ -33,4 +33,4 @@
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
}
}
}