Skip to content

Commit 3f6c4bc

Browse files
authored
Merge pull request #6 from martinRenou/update_alpha12
Update to JupyterLab alpha 12
2 parents f098576 + 4deb140 commit 3f6c4bc

File tree

4 files changed

+462
-447
lines changed

4 files changed

+462
-447
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# TODO Use mamba once we rely on jupyterlab 3.1 from conda-forge
3333
- name: Install dependencies
34-
run: pip install jupyterlab==3.1.0-alpha.10
34+
run: pip install jupyterlab==3.1.0-alpha.12
3535

3636
- name: Install jupyterlab-unfold
3737
run: pip install .

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ An IDE-like file browser
88

99
## Requirements
1010

11-
* JupyterLab >= 3.1.0-alpha.10
11+
* JupyterLab >= 3.1.0-alpha.12
1212

1313
## Install
1414

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@
4545
"watch:labextension": "jupyter labextension watch ."
4646
},
4747
"dependencies": {
48-
"@jupyterlab/application": "^3.1.0-alpha.10",
49-
"@jupyterlab/docmanager": "^3.1.0-alpha.10",
50-
"@jupyterlab/filebrowser": "^3.1.0-alpha.10",
51-
"@jupyterlab/services": "^6.1.0-alpha.10",
48+
"@jupyterlab/application": "^3.1.0-alpha.12",
49+
"@jupyterlab/docmanager": "^3.1.0-alpha.12",
50+
"@jupyterlab/filebrowser": "^3.1.0-alpha.12",
51+
"@jupyterlab/services": "^6.1.0-alpha.12",
5252
"@lumino/algorithm": "^1.3.3"
5353
},
5454
"devDependencies": {
55-
"@jupyterlab/builder": "^3.1.0-alpha.10",
55+
"@jupyterlab/builder": "^3.1.0-alpha.12",
5656
"@typescript-eslint/eslint-plugin": "^4.8.1",
5757
"@typescript-eslint/parser": "^4.8.1",
5858
"eslint": "^7.14.0",

0 commit comments

Comments
 (0)