fix: cytoscape errors in build

This commit is contained in:
Aditya
2024-05-14 09:50:07 +05:30
parent 8658ffecf9
commit 62b6918c08
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
"codemirror": "^6.0.1",
"cpx": "^1.5.0",
"create-react-app": "^5.0.1",
"cytoscape": "^3.23.0",
"cytoscape": "^3.29.2",
"cytoscape-clipboard": "^2.2.1",
"cytoscape-cxtmenu": "^3.4.0",
"cytoscape-edgehandles": "^3.5.1",
+1 -1
View File
@@ -32,7 +32,7 @@ import {
} from "@mui/icons-material";
import * as edgehandles from "cytoscape-edgehandles";
import * as cytoscape from "cytoscape";
import cytoscape from "cytoscape";
import { toast } from 'react-toastify';
cytoscape.use(edgehandles);
+1 -1
View File
@@ -118,7 +118,7 @@ import {
} from "@mui/icons-material";
import * as cytoscape from "cytoscape";
import cytoscape from "cytoscape";
import * as edgehandles from "cytoscape-edgehandles";
//import * as clipboard from "cytoscape-clipboard";
//import undoRedo from "cytoscape-undo-redo";