build(docs): use latest nextjs and fumadocs with default unset value fix

This commit is contained in:
rzmk 2025-10-22 06:40:35 -04:00
parent 4fc9937520
commit 0eaf2eb000
7 changed files with 170 additions and 178 deletions

View file

@ -11,26 +11,26 @@
"format": "biome format --write"
},
"dependencies": {
"fumadocs-core": "15.8.5",
"fumadocs-mdx": "12.0.3",
"fumadocs-openapi": "^9.5.1",
"fumadocs-ui": "15.8.5",
"lucide-react": "^0.544.0",
"next": "15.5.4",
"fumadocs-core": "16.0.1",
"fumadocs-mdx": "13.0.0",
"fumadocs-openapi": "^9.6.1",
"fumadocs-ui": "16.0.1",
"lucide-react": "^0.546.0",
"next": "^16.0.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"shiki": "^3.13.0"
},
"devDependencies": {
"@biomejs/biome": "^2.2.5",
"@tailwindcss/postcss": "^4.1.14",
"@biomejs/biome": "^2.2.7",
"@tailwindcss/postcss": "^4.1.15",
"@types/mdx": "^2.0.13",
"@types/node": "24.6.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/node": "24.9.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"openapi-types": "^12.1.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.14",
"tailwindcss": "^4.1.15",
"typescript": "^5.9.3"
}
}