chore(dashboard): add graphology-types as direct dep

Code review flagged that without it as a direct dep, TypeScript would
fail to resolve types like Attributes/NodeKey from transitive
graphology-types when later tasks import them.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Lum1104
2026-05-03 10:46:53 +08:00
Unverified
parent 28362dbfe0
commit a11c692c99
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -124,6 +124,9 @@ importers:
graphology-communities-louvain:
specifier: ^2.0.1
version: 2.0.2(graphology-types@0.24.8)
graphology-types:
specifier: ^0.24.8
version: 0.24.8
hast-util-to-jsx-runtime:
specifier: ^2.3.6
version: 2.3.6
@@ -20,6 +20,7 @@
"elkjs": "^0.9.3",
"graphology": "^0.25.4",
"graphology-communities-louvain": "^2.0.1",
"graphology-types": "^0.24.8",
"hast-util-to-jsx-runtime": "^2.3.6",
"prism-react-renderer": "^2.4.1",
"react": "^19.0.0",