From 824cdbe2b059a5749c59ea9369aba91d9e772dd5 Mon Sep 17 00:00:00 2001 From: Mathis HERRIOT <197931332+0x485254@users.noreply.github.com> Date: Mon, 5 Jan 2026 10:36:19 +0100 Subject: [PATCH] chore: update dependencies in documentation/package.json by adding mermaid, next-themes, and biome --- documentation/package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/documentation/package.json b/documentation/package.json index c7d6802..9951eae 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -16,11 +16,14 @@ "fumadocs-mdx": "14.2.4", "fumadocs-ui": "16.4.3", "lucide-react": "^0.562.0", + "mermaid": "^11.12.2", "next": "16.1.1", + "next-themes": "^0.4.6", "react": "^19.2.3", "react-dom": "^19.2.3" }, "devDependencies": { + "@biomejs/biome": "^2.3.10", "@tailwindcss/postcss": "^4.1.18", "@types/mdx": "^2.0.13", "@types/node": "^24.10.2", @@ -28,7 +31,6 @@ "@types/react-dom": "^19.2.3", "postcss": "^8.5.6", "tailwindcss": "^4.1.18", - "typescript": "^5.9.3", - "@biomejs/biome": "^2.3.10" + "typescript": "^5.9.3" } }