Skip to content

Commit b27c766

Browse files
authored
Merge pull request jupyterlab#73 from ian-r-rose/v0.10.0
Updates for JupyterLab v0.35.
2 parents 2d2dd40 + 3977857 commit b27c766

File tree

4 files changed

+1913
-12
lines changed

4 files changed

+1913
-12
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ node_modules/
1111
.ipynb_checkpoints/
1212
npm-debug.log
1313
package-lock.json
14-
yarn.lock

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.33
40+
- JupyterLab 0.35
4141
- A GitHub account for the serverextension
4242

4343
## Installation

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/github",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "JupyterLab viewer for GitHub repositories",
55
"keywords": [
66
"github",
@@ -41,14 +41,14 @@
4141
"watch": "tsc -w"
4242
},
4343
"dependencies": {
44-
"@jupyterlab/application": "^0.18.0",
45-
"@jupyterlab/apputils": "^0.18.0",
46-
"@jupyterlab/coreutils": "^2.1.0",
47-
"@jupyterlab/docmanager": "^0.18.0",
48-
"@jupyterlab/docregistry": "^0.18.0",
49-
"@jupyterlab/filebrowser": "^0.18.2",
50-
"@jupyterlab/observables": "^2.0.3",
51-
"@jupyterlab/services": "^3.1.0",
44+
"@jupyterlab/application": "^0.19.1",
45+
"@jupyterlab/apputils": "^0.19.1",
46+
"@jupyterlab/coreutils": "^2.2.1",
47+
"@jupyterlab/docmanager": "^0.19.1",
48+
"@jupyterlab/docregistry": "^0.19.1",
49+
"@jupyterlab/filebrowser": "^0.19.1",
50+
"@jupyterlab/observables": "^2.1.1",
51+
"@jupyterlab/services": "^3.2.1",
5252
"@phosphor/algorithm": "^1.1.2",
5353
"@phosphor/signaling": "^1.2.2",
5454
"@phosphor/widgets": "^1.6.0",
@@ -64,7 +64,7 @@
6464
"tslint": "^5.10.0",
6565
"tslint-config-prettier": "^1.13.0",
6666
"tslint-plugin-prettier": "^1.3.0",
67-
"typescript": "~2.9.2"
67+
"typescript": "~3.1.0"
6868
},
6969
"lint-staged": {
7070
"**/*{.ts,.tsx,.css,.json,.md}": [

0 commit comments

Comments
 (0)