Skip to content

Commit

Permalink
updated for compatability with jupyterlab v0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
ijmbarr committed Sep 7, 2018
1 parent e33d354 commit cd63bf4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 709 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ node_modules/
.ipynb_checkpoints
*~
*.ipynb
yarn.lock
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^0.17.2",
"@jupyterlab/apputils": "^0.17.2",
"@jupyterlab/cells": "^0.17.2",
"@jupyterlab/codemirror": "^0.17.2",
"@jupyterlab/notebook": "^0.17.2",
"@jupyterlab/application": "^0.18.4",
"@jupyterlab/apputils": "^0.18.4",
"@jupyterlab/cells": "^0.18.4",
"@jupyterlab/codemirror": "^0.18.4",
"@jupyterlab/notebook": "^0.18.4",
"@types/codemirror": "0.0.56",
"typo-js": "^1.0.3"
},
Expand Down
Loading

0 comments on commit cd63bf4

Please sign in to comment.