From b679339f74b68a5c0e1e9652b0499085acdcc6c1 Mon Sep 17 00:00:00 2001 From: yashsinghcodes Date: Wed, 26 Nov 2025 15:16:25 +0530 Subject: [PATCH] fix: included the missing module --- frontend/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/package.json b/frontend/package.json index 8cd277bc..c865c12a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,6 +26,7 @@ "cpx": "^1.5.0", "create-react-app": "^5.0.1", "cytoscape": "^3.29.2", + "cytoscape-bubblesets": "^4.1.0", "cytoscape-clipboard": "^2.2.1", "cytoscape-cxtmenu": "^3.4.0", "cytoscape-edgehandles": "^3.5.1",