From 20647dc3b495de60c826a6bdafa9500043b48686 Mon Sep 17 00:00:00 2001 From: Rowan Cockett <rowanc1@gmail.com> Date: Fri, 19 Apr 2024 19:39:53 -0600 Subject: [PATCH] Clean up cytoscape --- theme/package-lock.json | 1 - theme/package.json | 1 - theme/remix.config.js | 1 - 3 files changed, 3 deletions(-) diff --git a/theme/package-lock.json b/theme/package-lock.json index 74a9dff..c95defb 100644 --- a/theme/package-lock.json +++ b/theme/package-lock.json @@ -19,7 +19,6 @@ "@remix-run/vercel": "^1.19.3", "@scienceicons/react": "^0.0.6", "classnames": "^2.5.1", - "cytoscape": "^3.29.0", "myst-common": "^1.3.0", "myst-config": "^1.3.0", "myst-demo": "0.9.0", diff --git a/theme/package.json b/theme/package.json index 072761d..7891ec2 100644 --- a/theme/package.json +++ b/theme/package.json @@ -24,7 +24,6 @@ "@remix-run/vercel": "^1.19.3", "@scienceicons/react": "^0.0.6", "classnames": "^2.5.1", - "cytoscape": "^3.29.0", "myst-common": "^1.3.0", "myst-config": "^1.3.0", "myst-demo": "0.9.0", diff --git a/theme/remix.config.js b/theme/remix.config.js index 48ecdbb..02a043b 100644 --- a/theme/remix.config.js +++ b/theme/remix.config.js @@ -23,7 +23,6 @@ module.exports = { /^micromark-.*/, /^character-.*/, /^csv-parse.*/, - 'cytoscape', 'bail', 'is-plain-obj', 'trough',