mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +08:00
feat(deps): add jgrapht-core and cytoscape for wiki graph features
This commit is contained in:
parent
bc417d00ef
commit
8c82f2fde3
@ -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>
|
||||
|
||||
@ -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",
|
||||
|
||||
6
mateclaw-ui/pnpm-lock.yaml
generated
6
mateclaw-ui/pnpm-lock.yaml
generated
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user