Skip to content

Commit 2fd67f2

Browse files
authored
Merge pull request jupyterlab#44 from ian-r-rose/jlab0.32
Updates for JupyterLab v0.32
2 parents 5796471 + 0ea3b12 commit 2fd67f2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This process is described in the [installation](#Installation) section.
3737

3838
## Prerequisites
3939

40-
* JupyterLab 0.31
40+
* JupyterLab 0.32
4141
* A GitHub account for the serverextension
4242

4343
## Installation

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/github",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "JupyterLab viewer for GitHub repositories",
55
"keywords": [
66
"github",
@@ -38,14 +38,14 @@
3838
"watch": "tsc -w"
3939
},
4040
"dependencies": {
41-
"@jupyterlab/application": "^0.15.0",
42-
"@jupyterlab/apputils": "^0.15.0",
43-
"@jupyterlab/coreutils": "^1.0.2",
44-
"@jupyterlab/docmanager": "^0.15.0",
45-
"@jupyterlab/docregistry": "^0.15.0",
46-
"@jupyterlab/filebrowser": "^0.15.0",
47-
"@jupyterlab/observables": "^1.0.2",
48-
"@jupyterlab/services": "^1.0.2",
41+
"@jupyterlab/application": "^0.16.0",
42+
"@jupyterlab/apputils": "^0.16.0",
43+
"@jupyterlab/coreutils": "^1.0",
44+
"@jupyterlab/docmanager": "^0.16.0",
45+
"@jupyterlab/docregistry": "^0.16.0",
46+
"@jupyterlab/filebrowser": "^0.16.0",
47+
"@jupyterlab/observables": "^1.0",
48+
"@jupyterlab/services": "^2.0",
4949
"@phosphor/algorithm": "^1.1.2",
5050
"@phosphor/signaling": "^1.2.2",
5151
"@phosphor/widgets": "^1.5.0",

0 commit comments

Comments
 (0)