mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
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:
Generated
+3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user