From 2fd02d14afbf8d507b6dfa0118ed9ebe81020806 Mon Sep 17 00:00:00 2001 From: Dou Date: Thu, 8 Apr 2021 14:05:07 +0200 Subject: [PATCH] release v3.0.5 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0f4b94d..523de39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-hide-code", - "version": "3.0.4", + "version": "3.0.5", "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.7", - "@jupyterlab/apputils": "3.0.5", - "@jupyterlab/docregistry": "3.0.7", - "@jupyterlab/notebook": "3.0.7", - "@jupyterlab/services": "6.0.5" + "@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" }, "devDependencies": { - "@jupyterlab/builder": "^3.0.6", + "@jupyterlab/builder": "^3.0.7", "@typescript-eslint/eslint-plugin": "^4.15.2", "@typescript-eslint/parser": "^4.15.2", "eslint": "^7.20.0",