Skip to content

Commit d916cb8

Browse files
authored
Merge pull request #16 from ViaSat/master
Updating to jupyterlab 0.29.x
2 parents 0fc57bf + 31b82bc commit d916cb8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/github",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "JupyterLab viewer for GitHub repositories",
55
"author": "Ian Rose",
66
"main": "lib/index.js",
@@ -31,13 +31,13 @@
3131
"watch": "tsc -w"
3232
},
3333
"dependencies": {
34-
"@jupyterlab/application": "^0.11.0",
35-
"@jupyterlab/apputils": "^0.11.0",
36-
"@jupyterlab/coreutils": "^0.11.0",
37-
"@jupyterlab/docmanager": "^0.11.0",
38-
"@jupyterlab/docregistry": "^0.11.0",
39-
"@jupyterlab/filebrowser": "^0.11.0",
40-
"@jupyterlab/services": "^0.50.0",
34+
"@jupyterlab/application": "^0.12.0",
35+
"@jupyterlab/apputils": "^0.12.0",
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",
4141
"@phosphor/widgets": "^1.3.0"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)