Skip to content

Commit

Permalink
Merge pull request #512 from blink1073/jlab-2.0-final
Browse files Browse the repository at this point in the history
Update to use final JupyterLab 2.0 versions
  • Loading branch information
vidartf committed Mar 5, 2020
2 parents 425c46d + f036d20 commit d9cbd7b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"watch": "tsc --build --watch"
},
"devDependencies": {
"@jupyterlab/buildutils": "^2.0.0-beta.2",
"@jupyterlab/buildutils": "^2.0.0",
"lerna": "^3.14.1",
"rimraf": "^2.6.3"
}
Expand Down
18 changes: 9 additions & 9 deletions packages/labextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@
"watch": "tsc --build --watch"
},
"dependencies": {
"@jupyterlab/apputils": "^2.0.0-beta.2",
"@jupyterlab/coreutils": "^4.0.0-beta.2",
"@jupyterlab/nbformat": "^2.0.0-beta.2",
"@jupyterlab/notebook": "^2.0.0-beta.2",
"@jupyterlab/rendermime": "^2.0.0-beta.2",
"@jupyterlab/services": "^5.0.0-beta.2",
"@jupyterlab/settingregistry": "^2.0.0-beta.2",
"@jupyterlab/apputils": "^2.0.0",
"@jupyterlab/coreutils": "^4.0.0",
"@jupyterlab/nbformat": "^2.0.0",
"@jupyterlab/notebook": "^2.0.0",
"@jupyterlab/rendermime": "^2.0.0",
"@jupyterlab/services": "^5.0.0",
"@jupyterlab/settingregistry": "^2.0.0",
"@lumino/algorithm": "^1.1.2",
"@lumino/coreutils": "^1.3.0",
"@lumino/disposable": "^1.1.2",
"@lumino/widgets": "^1.6.0",
"nbdime": "^5.0.0"
},
"devDependencies": {
"@jupyterlab/application": "^2.0.0-beta.2",
"@jupyterlab/docregistry": "^2.0.0-beta.2",
"@jupyterlab/application": "^2.0.0",
"@jupyterlab/docregistry": "^2.0.0",
"@lumino/commands": "^1.6.1",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.3",
Expand Down
16 changes: 8 additions & 8 deletions packages/nbdime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"watch": "tsc --build --watch"
},
"dependencies": {
"@jupyterlab/codeeditor": "^2.0.0-beta.2",
"@jupyterlab/codemirror": "^2.0.0-beta.2",
"@jupyterlab/coreutils": "^4.0.0-beta.2",
"@jupyterlab/nbformat": "^2.0.0-beta.2",
"@jupyterlab/outputarea": "^2.0.0-beta.2",
"@jupyterlab/rendermime": "^2.0.0-beta.2",
"@jupyterlab/services": "^5.0.0-beta.2",
"@jupyterlab/codeeditor": "^2.0.0",
"@jupyterlab/codemirror": "^2.0.0",
"@jupyterlab/coreutils": "^4.0.0",
"@jupyterlab/nbformat": "^2.0.0",
"@jupyterlab/outputarea": "^2.0.0",
"@jupyterlab/rendermime": "^2.0.0",
"@jupyterlab/services": "^5.0.0",
"@lumino/algorithm": "^1.1.2",
"@lumino/coreutils": "^1.3.0",
"@lumino/dragdrop": "^1.3.0",
Expand All @@ -38,7 +38,7 @@
"json-stable-stringify": "^1.0.1"
},
"devDependencies": {
"@jupyterlab/apputils": "^2.0.0-beta.2",
"@jupyterlab/apputils": "^2.0.0",
"@lumino/messaging": "^1.2.2",
"@types/expect.js": "^0.3.29",
"@types/json-stable-stringify": "^1.0.32",
Expand Down
20 changes: 10 additions & 10 deletions packages/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"watch": "webpack --watch"
},
"dependencies": {
"@jupyterlab/application": "^2.0.0-beta.2",
"@jupyterlab/apputils": "^2.0.0-beta.2",
"@jupyterlab/cells": "^2.0.0-beta.2",
"@jupyterlab/codemirror": "^2.0.0-beta.2",
"@jupyterlab/coreutils": "^4.0.0-beta.2",
"@jupyterlab/mathjax2": "^2.0.0-beta.2",
"@jupyterlab/nbformat": "^2.0.0-beta.2",
"@jupyterlab/notebook": "^2.0.0-beta.2",
"@jupyterlab/rendermime": "^2.0.0-beta.2",
"@jupyterlab/theme-light-extension": "^2.0.0-beta.2",
"@jupyterlab/application": "^2.0.0",
"@jupyterlab/apputils": "^2.0.0",
"@jupyterlab/cells": "^2.0.0",
"@jupyterlab/codemirror": "^2.0.0",
"@jupyterlab/coreutils": "^4.0.0",
"@jupyterlab/mathjax2": "^2.0.0",
"@jupyterlab/nbformat": "^2.0.0",
"@jupyterlab/notebook": "^2.0.0",
"@jupyterlab/rendermime": "^2.0.0",
"@jupyterlab/theme-light-extension": "^2.0.0",
"@lumino/dragdrop": "^1.3.0",
"@lumino/widgets": "^1.6.0",
"alertify.js": "^1.0.12",
Expand Down

0 comments on commit d9cbd7b

Please sign in to comment.