Skip to content

Commit e2d06d2

Browse files
authored
Merge pull request #12 from martinRenou/update_jlab_deps
Update JupyterLab dependencies in package.json
2 parents c2f311f + a9d63f9 commit e2d06d2

File tree

4 files changed

+4949
-700
lines changed

4 files changed

+4949
-700
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
- name: Install Mamba
3030
uses: mamba-org/provision-with-micromamba@main
3131

32-
# TODO Use mamba once we rely on jupyterlab 3.1 from conda-forge
33-
- name: Install dependencies
34-
run: pip install jupyterlab==3.1.0-alpha.12
35-
3632
- name: Install jupyterlab-unfold
3733
run: pip install .
3834

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ name: jupyterlab-unfold
22
channels:
33
- conda-forge
44
dependencies:
5+
- jupyterlab >=3.1,<4
56
- yarn
67
- jupyter-packaging

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
"watch:labextension": "jupyter labextension watch ."
5151
},
5252
"dependencies": {
53-
"@jupyterlab/application": "^3.1.0-alpha.12",
54-
"@jupyterlab/docmanager": "^3.1.0-alpha.12",
55-
"@jupyterlab/filebrowser": "^3.1.0-alpha.12",
56-
"@jupyterlab/services": "^6.1.0-alpha.12",
53+
"@jupyterlab/application": "^3.1.0",
54+
"@jupyterlab/docmanager": "^3.1.0",
55+
"@jupyterlab/filebrowser": "^3.1.0",
56+
"@jupyterlab/services": "^6.1.0",
5757
"@lumino/algorithm": "^1.3.3"
5858
},
5959
"devDependencies": {
60-
"@jupyterlab/builder": "^3.1.0-alpha.12",
60+
"@jupyterlab/builder": "^3.1.0",
6161
"@typescript-eslint/eslint-plugin": "^4.8.1",
6262
"@typescript-eslint/parser": "^4.8.1",
6363
"eslint": "^7.14.0",

0 commit comments

Comments
 (0)