mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-15 20:08:18 +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>
|
<artifactId>shedlock-provider-jdbc-template</artifactId>
|
||||||
<version>5.16.0</version>
|
<version>5.16.0</version>
|
||||||
</dependency>
|
</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>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@ -14,6 +14,8 @@
|
|||||||
"@element-plus/icons-vue": "^2.3.1",
|
"@element-plus/icons-vue": "^2.3.1",
|
||||||
"@google/model-viewer": "^4.2.0",
|
"@google/model-viewer": "^4.2.0",
|
||||||
"axios": "^1.7.9",
|
"axios": "^1.7.9",
|
||||||
|
"cytoscape": "^3.32.0",
|
||||||
|
"cytoscape-cose-bilkent": "^4.1.0",
|
||||||
"dayjs": "^1.11.13",
|
"dayjs": "^1.11.13",
|
||||||
"dompurify": "^3.3.3",
|
"dompurify": "^3.3.3",
|
||||||
"echarts": "^6.0.0",
|
"echarts": "^6.0.0",
|
||||||
|
|||||||
6
mateclaw-ui/pnpm-lock.yaml
generated
6
mateclaw-ui/pnpm-lock.yaml
generated
@ -17,6 +17,12 @@ importers:
|
|||||||
axios:
|
axios:
|
||||||
specifier: ^1.7.9
|
specifier: ^1.7.9
|
||||||
version: 1.14.0
|
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:
|
dayjs:
|
||||||
specifier: ^1.11.13
|
specifier: ^1.11.13
|
||||||
version: 1.11.20
|
version: 1.11.20
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user