|
1 | 1 | {
|
2 | 2 | "name": "@jupyterlab/github",
|
3 |
| - "version": "0.5.1", |
| 3 | + "version": "0.6.0", |
4 | 4 | "description": "JupyterLab viewer for GitHub repositories",
|
5 | 5 | "keywords": [
|
6 | 6 | "github",
|
|
38 | 38 | "watch": "tsc -w"
|
39 | 39 | },
|
40 | 40 | "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", |
49 | 49 | "@phosphor/algorithm": "^1.1.2",
|
50 | 50 | "@phosphor/signaling": "^1.2.2",
|
51 | 51 | "@phosphor/widgets": "^1.5.0",
|
|
0 commit comments