aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/docs/package.json
diff options
context:
space:
mode:
author苏向夜 <46275354+fu050409@users.noreply.github.com>2026-04-01 10:47:28 +0800
committerGitHub <noreply@github.com>2026-04-01 10:47:28 +0800
commited0744635367a5bae9e486d796d7ba6ab696289c (patch)
tree88fdd18f7baf8f082053df8764be7f0ccd025f25 /packages/docs/package.json
parentc4dc0676d794bca2613be282867d369328ebf073 (diff)
parent0bb6b264be3205ceb367f3010961684a992263dc (diff)
downloadDropOut-ed0744635367a5bae9e486d796d7ba6ab696289c.tar.gz
DropOut-ed0744635367a5bae9e486d796d7ba6ab696289c.zip
Improve docs UI and Mermaid rendering (#125)
Refactor documentation for clarity and organization. Upgrade the @biomejs/biome dependency to version 2.4.9. Clean up imports and improve component structure in the documentation pages. ## Summary by Sourcery Refine documentation rendering and UI components while updating tooling dependencies. New Features: - Improve Mermaid diagram rendering in docs with explicit SVG rendering and stricter security configuration. Bug Fixes: - Use stable keys for mapped feature and FAQ items on the docs home page to avoid React key issues. - Adjust field error list keys to avoid collisions and improve React reconciliation. Enhancements: - Clean up and reorder exports, imports, and hook dependencies across UI components for consistency and maintainability. - Streamline docs routing and loader types by removing unused parameters and simplifying language handling. - Improve user-facing error and status messages with template literals and clearer formatting. Build: - Upgrade @biomejs/biome to version 2.4.9 and consolidate Biome configuration by removing redundant docs-specific settings. Documentation: - Tidy documentation page composition and table-of-contents handling for clearer structure.
Diffstat (limited to 'packages/docs/package.json')
-rw-r--r--packages/docs/package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/docs/package.json b/packages/docs/package.json
index 59cddc7..5b039b5 100644
--- a/packages/docs/package.json
+++ b/packages/docs/package.json
@@ -25,11 +25,9 @@
"react-router": "^7.12.0"
},
"devDependencies": {
- "@biomejs/biome": "^2.3.11",
"@react-router/dev": "^7.12.0",
"@tailwindcss/vite": "^4.1.18",
"@types/mdx": "^2.0.13",
- "@types/node": "^25.0.5",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"react-router-devtools": "^6.1.0",
@@ -38,4 +36,4 @@
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.0.4"
}
-} \ No newline at end of file
+}