feat(deps): add jgrapht-core and cytoscape for wiki graph features

This commit is contained in:
matevip 2026-05-02 19:03:54 +08:00
parent bc417d00ef
commit 8c82f2fde3
3 changed files with 16 additions and 0 deletions

View File

@ -396,6 +396,14 @@
<artifactId>shedlock-provider-jdbc-template</artifactId>
<version>5.16.0</version>
</dependency>
<!-- Graph algorithms (community detection, shortest path, centrality)
used by the wiki page-to-page relevance and insights features. -->
<dependency>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-core</artifactId>
<version>1.5.2</version>
</dependency>
</dependencies>
<build>

View File

@ -14,6 +14,8 @@
"@element-plus/icons-vue": "^2.3.1",
"@google/model-viewer": "^4.2.0",
"axios": "^1.7.9",
"cytoscape": "^3.32.0",
"cytoscape-cose-bilkent": "^4.1.0",
"dayjs": "^1.11.13",
"dompurify": "^3.3.3",
"echarts": "^6.0.0",

View File

@ -17,6 +17,12 @@ importers:
axios:
specifier: ^1.7.9
version: 1.14.0
cytoscape:
specifier: ^3.32.0
version: 3.33.2
cytoscape-cose-bilkent:
specifier: ^4.1.0
version: 4.1.0(cytoscape@3.33.2)
dayjs:
specifier: ^1.11.13
version: 1.11.20