Skip to content

Commit

Permalink
upgrade library versions for compatibility with JupyterLab 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelie committed Mar 3, 2020
1 parent a393afd commit 2d5c7c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file removed packages/labextension/jupyterlab-jupytext-1.1.1.tgz
Binary file not shown.
Binary file not shown.
12 changes: 6 additions & 6 deletions packages/labextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-jupytext",
"version": "1.1.1",
"version": "1.1.2",
"description": "A JupyterLab extension for Jupytext",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -31,13 +31,13 @@
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^1.0",
"@jupyterlab/apputils": "^1.0",
"@jupyterlab/notebook": "^1.0"
"@jupyterlab/application": "^2.0.0-beta.2",
"@jupyterlab/apputils": "^2.0.0-beta.2",
"@jupyterlab/notebook": "^2.0.0-beta.2"
},
"devDependencies": {
"rimraf": "^2.6.1",
"typescript": "~3.1.1"
"rimraf": "^3.0.0",
"typescript": "~3.7.3"
},
"jupyterlab": {
"extension": true
Expand Down

0 comments on commit 2d5c7c8

Please sign in to comment.