From a1ab5887d063a151160d0086f31fa82ac25ac9c0 Mon Sep 17 00:00:00 2001 From: Dou Date: Mon, 12 Apr 2021 18:38:01 +0200 Subject: [PATCH] release v3.0.6 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 523de39..2763d43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-hide-code", - "version": "3.0.5", + "version": "3.0.6", "description": "A JupyterLab extension to run and hide the codecells.", "keywords": [ "jupyter", @@ -43,14 +43,14 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyterlab/application": "^3.0.8", - "@jupyterlab/apputils": "3.0.6", - "@jupyterlab/docregistry": "3.0.8", - "@jupyterlab/notebook": "3.0.8", - "@jupyterlab/services": "6.0.6" + "@jupyterlab/application": "^3.0.9", + "@jupyterlab/apputils": "3.0.7", + "@jupyterlab/docregistry": "3.0.9", + "@jupyterlab/notebook": "3.0.9", + "@jupyterlab/services": "6.0.7" }, "devDependencies": { - "@jupyterlab/builder": "^3.0.7", + "@jupyterlab/builder": "^3.0.8", "@typescript-eslint/eslint-plugin": "^4.15.2", "@typescript-eslint/parser": "^4.15.2", "eslint": "^7.20.0",