Skip to content

Commit 4273c72

Browse files
committed
integrity
1 parent af99a96 commit 4273c72

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

packages/running-extension/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@
3737
"dependencies": {
3838
"@jupyterlab/application": "^2.0.0-alpha.0",
3939
"@jupyterlab/coreutils": "^4.0.0-alpha.0",
40+
"@jupyterlab/docregistry": "^2.0.0-alpha.0",
4041
"@jupyterlab/running": "^2.0.0-alpha.0",
4142
"@jupyterlab/services": "^5.0.0-alpha.0",
42-
"@phosphor/algorithm": "^1.2.0"
43+
"@phosphor/algorithm": "^1.2.0",
44+
"@phosphor/widgets": "^1.9.0"
4345
},
4446
"devDependencies": {
4547
"rimraf": "~2.6.2",

packages/running-extension/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
{
1313
"path": "../coreutils"
1414
},
15-
{
16-
"path": "../docregistry"
17-
},
1815
{
1916
"path": "../running"
2017
},
2118
{
2219
"path": "../services"
20+
},
21+
{
22+
"path": "../docregistry"
2323
}
2424
]
2525
}

packages/running/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
},
3737
"dependencies": {
3838
"@jupyterlab/apputils": "^2.0.0-alpha.0",
39+
"@jupyterlab/coreutils": "^4.0.0-alpha.0",
40+
"@jupyterlab/services": "^5.0.0-alpha.0",
41+
"@phosphor/algorithm": "^1.2.0",
3942
"@phosphor/coreutils": "^1.3.1",
4043
"@phosphor/disposable": "^1.3.0",
4144
"@phosphor/signaling": "^1.3.0",

0 commit comments

Comments
 (0)