Skip to content

Commit

Permalink
Update packages dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
recamshak committed Feb 19, 2019
1 parent 55ea6da commit 3435924
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/running-extension/package.json
Expand Up @@ -31,7 +31,10 @@
},
"dependencies": {
"@jupyterlab/application": "^1.0.0-alpha.3",
"@jupyterlab/running": "^1.0.0-alpha.3"
"@jupyterlab/coreutils": "^3.0.0-alpha.3",
"@jupyterlab/running": "^1.0.0-alpha.3",
"@jupyterlab/services": "^4.0.0-alpha.3",
"@phosphor/algorithm": "^1.1.2"
},
"devDependencies": {
"rimraf": "~2.6.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/running-extension/tsconfig.json
Expand Up @@ -9,8 +9,14 @@
{
"path": "../application"
},
{
"path": "../coreutils"
},
{
"path": "../running"
},
{
"path": "../services"
}
]
}
4 changes: 4 additions & 0 deletions packages/running/package.json
Expand Up @@ -31,10 +31,14 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^1.0.0-alpha.3",
"@jupyterlab/apputils": "^1.0.0-alpha.3",
"@jupyterlab/coreutils": "^3.0.0-alpha.3",
"@jupyterlab/running": "^1.0.0-alpha.3",
"@jupyterlab/services": "^4.0.0-alpha.3",
"@phosphor/algorithm": "^1.1.2",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/disposable": "^1.1.2",
"@phosphor/signaling": "^1.2.2",
"react": "~16.4.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/running/tsconfig.json
Expand Up @@ -6,12 +6,18 @@
},
"include": ["src/*"],
"references": [
{
"path": "../application"
},
{
"path": "../apputils"
},
{
"path": "../coreutils"
},
{
"path": ""
},
{
"path": "../services"
}
Expand Down
5 changes: 4 additions & 1 deletion packages/terminal-extension/package.json
Expand Up @@ -36,7 +36,10 @@
"@jupyterlab/coreutils": "^3.0.0-alpha.3",
"@jupyterlab/launcher": "^1.0.0-alpha.3",
"@jupyterlab/mainmenu": "^1.0.0-alpha.3",
"@jupyterlab/terminal": "^1.0.0-alpha.3"
"@jupyterlab/running": "^1.0.0-alpha.3",
"@jupyterlab/services": "^4.0.0-alpha.3",
"@jupyterlab/terminal": "^1.0.0-alpha.3",
"@phosphor/algorithm": "^1.1.2"
},
"devDependencies": {
"rimraf": "~2.6.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/terminal-extension/tsconfig.json
Expand Up @@ -21,6 +21,12 @@
{
"path": "../mainmenu"
},
{
"path": "../running"
},
{
"path": "../services"
},
{
"path": "../terminal"
}
Expand Down

0 comments on commit 3435924

Please sign in to comment.