build(docs): update dependencies

This commit is contained in:
rzmk 2025-12-02 18:58:48 -05:00
parent 3ce5686dd1
commit 4737c5462d
3 changed files with 127 additions and 97 deletions

View file

@ -12,25 +12,25 @@
},
"dependencies": {
"fumadocs-core": "16.0.2",
"fumadocs-mdx": "^13.0.2",
"fumadocs-openapi": "^9.7.1",
"fumadocs-mdx": "^13.0.8",
"fumadocs-openapi": "^9.7.3",
"fumadocs-ui": "16.0.2",
"lucide-react": "^0.546.0",
"next": "^16.0.1",
"next": "^16.0.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"shiki": "^3.14.0"
"shiki": "^3.18.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.2",
"@tailwindcss/postcss": "^4.1.16",
"@biomejs/biome": "^2.3.8",
"@tailwindcss/postcss": "^4.1.17",
"@types/mdx": "^2.0.13",
"@types/node": "24.9.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"openapi-types": "^12.1.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.16",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
}
}