Skip to content

Commit

Permalink
release v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dou-du committed Apr 12, 2021
1 parent 2fd02d1 commit a1ab588
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a1ab588

Please sign in to comment.