diff --git a/README.md b/README.md index 76cf564..cf902b2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ For the time being, this project is still in its first steps. Contributions in a ## Prerequisites -* JupyterLab [>= 0.33] +* JupyterLab [0.34] ## Installation In this early stage you can install this extension by building it from source. diff --git a/package.json b/package.json index f0f6017..28ab897 100644 --- a/package.json +++ b/package.json @@ -29,12 +29,14 @@ "watch": "tsc -w" }, "dependencies": { - "@jupyterlab/application": "^0.17.0", - "@jupyterlab/console": "^0.17.0", - "@jupyterlab/csvviewer": "^0.17.0", - "@jupyterlab/notebook": "^0.17.0", - "@phosphor/datagrid": "^0.1.6", - "@jupyterlab/apputils": "^0.17.0" + "@jupyterlab/application": "^0.18.0", + "@jupyterlab/apputils": "^0.18.0", + "@jupyterlab/console": "^0.18.0", + "@jupyterlab/coreutils": "^2.1.4", + "@jupyterlab/csvviewer": "^0.18.0", + "@jupyterlab/notebook": "^0.18.0", + "@jupyterlab/services": "^3.1.4", + "@phosphor/datagrid": "^0.1.6" }, "devDependencies": { "rimraf": "^2.6.1",