chore: update dependencies in documentation/package.json by adding mermaid, next-themes, and biome

This commit is contained in:
Mathis HERRIOT
2026-01-05 10:36:19 +01:00
parent 7941779451
commit 824cdbe2b0

View File

@@ -16,11 +16,14 @@
"fumadocs-mdx": "14.2.4", "fumadocs-mdx": "14.2.4",
"fumadocs-ui": "16.4.3", "fumadocs-ui": "16.4.3",
"lucide-react": "^0.562.0", "lucide-react": "^0.562.0",
"mermaid": "^11.12.2",
"next": "16.1.1", "next": "16.1.1",
"next-themes": "^0.4.6",
"react": "^19.2.3", "react": "^19.2.3",
"react-dom": "^19.2.3" "react-dom": "^19.2.3"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^2.3.10",
"@tailwindcss/postcss": "^4.1.18", "@tailwindcss/postcss": "^4.1.18",
"@types/mdx": "^2.0.13", "@types/mdx": "^2.0.13",
"@types/node": "^24.10.2", "@types/node": "^24.10.2",
@@ -28,7 +31,6 @@
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"postcss": "^8.5.6", "postcss": "^8.5.6",
"tailwindcss": "^4.1.18", "tailwindcss": "^4.1.18",
"typescript": "^5.9.3", "typescript": "^5.9.3"
"@biomejs/biome": "^2.3.10"
} }
} }