diff --git a/beaker-vue/package.json b/beaker-vue/package.json index c05c34ca..3ef00603 100644 --- a/beaker-vue/package.json +++ b/beaker-vue/package.json @@ -50,6 +50,7 @@ "@codemirror/lang-markdown": "^6.3.2", "@codemirror/lang-python": "^6.1.7", "@codemirror/theme-one-dark": "^6.1.2", + "@jataware/beaker-client": "^2.0.9", "@jupyterlab/coreutils": "^6.4.1", "@jupyterlab/mathjax-extension": "^4.4.1", "@jupyterlab/rendermime": "^4.4.1", @@ -57,7 +58,6 @@ "@primevue/icons": "^4.3.4", "@primevue/themes": "^4.3.4", "ansi-html-community": "^0.0.8", - "@jataware/beaker-client": "^2.0.9", "buffer": "^6.0.3", "codemirror": "^6.0.1", "codemirror-lang-r": "^0.1.1", @@ -65,6 +65,7 @@ "cookie": "^1.0.2", "cytoscape": "^3.31.2", "escape-html": "^1.0.3", + "fflate": "^0.8.3", "filesize": "^10.1.6", "hash-sum": "^2.0.0", "isomorphic-fetch": "^3.0.0", diff --git a/beaker-vue/src/components/integrations/IntegrationPanel.vue b/beaker-vue/src/components/integrations/IntegrationPanel.vue index 305c0223..2084a13f 100644 --- a/beaker-vue/src/components/integrations/IntegrationPanel.vue +++ b/beaker-vue/src/components/integrations/IntegrationPanel.vue @@ -1,5 +1,11 @@