Skip to content

Commit

Permalink
Merge pull request #87 from jtpio/lab3-final
Browse files Browse the repository at this point in the history
Update to JupyterLab 3.0 final packages
  • Loading branch information
jtpio authored Feb 18, 2021
2 parents ef90963 + b925167 commit 212407d
Show file tree
Hide file tree
Showing 5 changed files with 310 additions and 351 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
architecture: 'x64'

- name: Install dependencies
run: python -m pip install jupyterlab --pre
run: python -m pip install jupyterlab~=3.0

- name: Install the extension
run: |
Expand Down
4 changes: 2 additions & 2 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ channels:
- conda-forge
dependencies:
- python=3
- jupyterlab=2
- jupyter_resource_usage=0.3.6
- jupyterlab=3
- jupyter_resource_usage=0.5.1
- nodejs
14 changes: 7 additions & 7 deletions packages/labextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyterlab/application": "^3.0.0-rc.10",
"@jupyterlab/apputils": "^3.0.0-rc.10",
"@jupyterlab/coreutils": "^5.0.0-rc.10",
"@jupyterlab/services": "^6.0.0-rc.10",
"@jupyterlab/statusbar": "^3.0.0-rc.10",
"@jupyterlab/translation": "^3.0.0-rc.10",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/coreutils": "^5.0.0",
"@jupyterlab/services": "^6.0.0",
"@jupyterlab/statusbar": "^3.0.0",
"@jupyterlab/translation": "^3.0.0",
"@lumino/polling": "^1.3.3",
"typestyle": "^2.0.4"
},
"devDependencies": {
"@jupyterlab/builder": "^3.0.0-rc.10",
"@jupyterlab/builder": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.10.0",
Expand Down
Loading

0 comments on commit 212407d

Please sign in to comment.