From bd55abd1f4d7bfb97fe0d7f6b3428640411e5103 Mon Sep 17 00:00:00 2001 From: StefanoFioravanzo Date: Tue, 21 Jan 2020 15:19:27 +0000 Subject: [PATCH] labextension: Version bump (kubeflow-kale/jupyterlab-kubeflow-kale#35) * Update dependencies * Update package version to 1.4.0 --- labextension/package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/labextension/package.json b/labextension/package.json index 75c551bf3..fbb8db46b 100644 --- a/labextension/package.json +++ b/labextension/package.json @@ -1,6 +1,6 @@ { "name": "kubeflow-kale-launcher", - "version": "1.3.1", + "version": "1.4.0", "description": "Deployment interface for Kubeflow Pipelines.", "keywords": [ "jupyter", @@ -33,16 +33,17 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/application": ">=1.1.0 <1.2.0", - "@jupyterlab/apputils": ">=1.1.0 <1.2.0", - "@jupyterlab/coreutils": ">=3.1.0 <3.2.0", - "@jupyterlab/notebook": "^1.0.0-alpha.6", + "@jupyterlab/application": ">=1.1.0 <2.0.0", + "@jupyterlab/apputils": "^1.1.0", + "@jupyterlab/coreutils": "^3.1.0", + "@jupyterlab/notebook": "^1.1.0", "@material-ui/core": "^4.4.3", "@material-ui/icons": "^4.4.3", "@phosphor/widgets": "^1.8.0", "@types/node": "^11.13.8", "@types/react-dom": "^16.9.1", "react": "16.8.4", + "react-dom": "^16.8.0", "react-switch": "^5.0.1", "use-debounce": "^3.0.1" },