|
1 | 1 | {
|
2 | 2 | "name": "@jupyterlab/github",
|
3 |
| - "version": "0.4.0", |
| 3 | + "version": "0.5.0", |
4 | 4 | "description": "JupyterLab viewer for GitHub repositories",
|
5 | 5 | "keywords": [
|
6 | 6 | "github",
|
|
37 | 37 | "watch": "tsc -w"
|
38 | 38 | },
|
39 | 39 | "dependencies": {
|
40 |
| - "@jupyterlab/application": "^0.14.0", |
41 |
| - "@jupyterlab/apputils": "^0.14.0", |
42 |
| - "@jupyterlab/coreutils": "^1.0.1", |
43 |
| - "@jupyterlab/docmanager": "^0.14.0", |
44 |
| - "@jupyterlab/docregistry": "^0.14.0", |
45 |
| - "@jupyterlab/filebrowser": "^0.14.0", |
46 |
| - "@jupyterlab/observables": "^1.0.1", |
47 |
| - "@jupyterlab/services": "^1.0.1", |
| 40 | + "@jupyterlab/application": "^0.15.0", |
| 41 | + "@jupyterlab/apputils": "^0.15.0", |
| 42 | + "@jupyterlab/coreutils": "^1.0.2", |
| 43 | + "@jupyterlab/docmanager": "^0.15.0", |
| 44 | + "@jupyterlab/docregistry": "^0.15.0", |
| 45 | + "@jupyterlab/filebrowser": "^0.15.0", |
| 46 | + "@jupyterlab/observables": "^1.0.2", |
| 47 | + "@jupyterlab/services": "^1.0.2", |
48 | 48 | "@phosphor/algorithm": "^1.1.2",
|
49 | 49 | "@phosphor/signaling": "^1.2.2",
|
50 | 50 | "@phosphor/widgets": "^1.5.0"
|
|
0 commit comments