From bbead859ba1d55df6fa84b77637629ef781cf384 Mon Sep 17 00:00:00 2001 From: hasanbalci Date: Mon, 2 Sep 2024 21:42:01 -0400 Subject: [PATCH] Update package.json --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index d9abd516..0a2a9162 100644 --- a/package.json +++ b/package.json @@ -22,13 +22,13 @@ "backbone": "1.3.3", "body-parser": "^1.19.0", "bootstrap": "3.3.7", - "chise": "^3.0.0", + "chise": "github:iVis-at-Bilkent/chise.js#unstable", "chroma-js": "^1.3.4", - "cytoscape": "github:iVis-at-Bilkent/cytoscape.js#master", - "cytoscape-autopan-on-drag": "2.2.1", - "cytoscape-clipboard": "2.2.1", - "cytoscape-context-menus": "3.1.0", - "cytoscape-edge-editing": "2.0.1", + "cytoscape": "github:iVis-at-Bilkent/cytoscape.js#unstable", + "cytoscape-autopan-on-drag": "github:iVis-at-Bilkent/cytoscape.js-autopan-on-drag#unstable", + "cytoscape-clipboard": "github:iVis-at-Bilkent/cytoscape.js-clipboard#unstable", + "cytoscape-context-menus": "github:iVis-at-Bilkent/cytoscape.js-context-menus#unstable", + "cytoscape-edge-editing": "github:iVis-at-Bilkent/cytoscape.js-edge-editing#unstable", "cytoscape-edgehandles": "~2.13.1", "cytoscape-expand-collapse": "github:iVis-at-Bilkent/cytoscape.js-expand-collapse#unstable", "cytoscape-fcose": "github:iVis-at-Bilkent/cytoscape.js-fcose#unstable", @@ -38,8 +38,8 @@ "cytoscape-node-editing": "github:iVis-at-Bilkent/cytoscape.js-node-editing#unstable", "cytoscape-panzoom": "~2.5.2", "cytoscape-popper": "^1.0.2", - "cytoscape-undo-redo": "1.3.3", - "cytoscape-view-utilities": "4.1.0", + "cytoscape-undo-redo": "github:iVis-at-Bilkent/cytoscape.js-undo-redo#unstable", + "cytoscape-view-utilities": "github:iVis-at-Bilkent/cytoscape.js-view-utilities#unstable", "file-saver": "^2.0.2", "intro.js": "2.9.3", "jquery": "~3.3.1",