Upgrade i18next from 23 to 25 and cytoscape-popper from 2 to 4

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 10:53:09 +08:00
parent c182b297c9
commit f958efb38b
3 changed files with 37 additions and 47 deletions

View File

@@ -68,7 +68,7 @@ app.config.globalProperties.$cytoscape = cytoscape;
// Cytoscape.js's style
cytoscape.use( dagre );
cytoscape.use( popper );
cytoscape.use( popper((ref: any) => ref) );
app.use(pinia);
app.use(router);