|
1 | 1 | { |
2 | 2 | "name": "@jupyterlab/github", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.3.0", |
4 | 4 | "description": "JupyterLab viewer for GitHub repositories", |
5 | 5 | "author": "Ian Rose", |
6 | 6 | "main": "lib/index.js", |
|
31 | 31 | "watch": "tsc -w" |
32 | 32 | }, |
33 | 33 | "dependencies": { |
34 | | - "@jupyterlab/application": "^0.12.0", |
35 | | - "@jupyterlab/apputils": "^0.12.4", |
36 | | - "@jupyterlab/coreutils": "^0.12.0", |
37 | | - "@jupyterlab/docmanager": "^0.12.0", |
38 | | - "@jupyterlab/docregistry": "^0.12.0", |
39 | | - "@jupyterlab/filebrowser": "^0.12.0", |
40 | | - "@jupyterlab/services": "^0.51.0", |
| 34 | + "@jupyterlab/application": "^0.13.0", |
| 35 | + "@jupyterlab/apputils": "^0.13.0", |
| 36 | + "@jupyterlab/coreutils": "^0.13.0", |
| 37 | + "@jupyterlab/docmanager": "^0.13.0", |
| 38 | + "@jupyterlab/docregistry": "^0.13.0", |
| 39 | + "@jupyterlab/filebrowser": "^0.13.0", |
| 40 | + "@jupyterlab/observables": "^0.2.0", |
| 41 | + "@jupyterlab/services": "^0.52.0", |
41 | 42 | "@phosphor/algorithm": "^1.1.2", |
| 43 | + "@phosphor/coreutils": "^1.3.0", |
42 | 44 | "@phosphor/widgets": "^1.5.0" |
43 | 45 | }, |
44 | 46 | "devDependencies": { |
45 | 47 | "rimraf": "^2.5.2", |
46 | | - "typescript": "~2.4.1" |
| 48 | + "typescript": "~2.6.2" |
47 | 49 | }, |
48 | 50 | "repository": { |
49 | 51 | "type": "git", |
|
0 commit comments