Skip to content

Commit

Permalink
Merge pull request #802 from jtpio/lab3-final
Browse files Browse the repository at this point in the history
Update to JupyterLab 3.0 final
  • Loading branch information
jtpio authored Jan 11, 2021
2 parents 9403715 + f902e9b commit 6d8a3b2
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 264 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install jupyter_packaging
python -m pip install --pre jupyterlab
python -m pip install jupyterlab
- name: Install the Voilà Preview JupyterLab extension
run: |
Expand Down
20 changes: 10 additions & 10 deletions packages/jupyterlab-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^3.0.0-rc.15",
"@jupyterlab/apputils": "^3.0.0-rc.15",
"@jupyterlab/coreutils": "^5.0.0-rc.15",
"@jupyterlab/docregistry": "^3.0.0-rc.15",
"@jupyterlab/fileeditor": "^3.0.0-rc.15",
"@jupyterlab/mainmenu": "^3.0.0-rc.15",
"@jupyterlab/notebook": "^3.0.0-rc.15",
"@jupyterlab/settingregistry": "^3.0.0-rc.15",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/coreutils": "^5.0.0",
"@jupyterlab/docregistry": "^3.0.0",
"@jupyterlab/fileeditor": "^3.0.0",
"@jupyterlab/mainmenu": "^3.0.0",
"@jupyterlab/notebook": "^3.0.0",
"@jupyterlab/settingregistry": "^3.0.0",
"@lumino/coreutils": "^1.5.3",
"@lumino/signaling": "^1.4.3",
"react": "^17.0.1",
Expand All @@ -62,8 +62,8 @@
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@jupyterlab/builder": "^3.0.0-rc.15",
"@jupyterlab/testutils": "^3.0.0-rc.15",
"@jupyterlab/builder": "^3.0.0",
"@jupyterlab/testutils": "^3.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"husky": "^3.0.0",
Expand Down
Loading

0 comments on commit 6d8a3b2

Please sign in to comment.