Skip to content

Commit ff15730

Browse files
committed
More updates
1 parent 23f86dd commit ff15730

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.13",
5858
"@jupyterlab/notebook": "~4.0.0-alpha.13",
5959
"@jupyterlab/notebook-extension": "~4.0.0-alpha.13",
60-
"@jupyterlab/observables": "~5.0.0-alpha.10",
60+
"@jupyterlab/observables": "~5.0.0-alpha.13",
6161
"@jupyterlab/outputarea": "~4.0.0-alpha.13",
6262
"@jupyterlab/pdf-extension": "~4.0.0-alpha.13",
6363
"@jupyterlab/rendermime": "~4.0.0-alpha.13",
6464
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.13",
6565
"@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.13",
6666
"@jupyterlab/running-extension": "~4.0.0-alpha.13",
67-
"@jupyterlab/services": "~7.0.0-alpha.10",
67+
"@jupyterlab/services": "~7.0.0-alpha.13",
6868
"@jupyterlab/settingregistry": "~4.0.0-alpha.13",
6969
"@jupyterlab/shared-models": "~4.0.0-alpha.13",
7070
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.13",

packages/application/src/shell.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { JupyterFrontEnd } from '@jupyterlab/application';
55

66
import { DocumentRegistry } from '@jupyterlab/docregistry';
77

8-
import { ArrayExt, find } from '@lumino/algorithm';
8+
import { ArrayExt } from '@lumino/algorithm';
99

1010
import { Token } from '@lumino/coreutils';
1111

@@ -107,7 +107,7 @@ export class NotebookShell extends Widget implements JupyterFrontEnd.IShell {
107107
* Activate a widget in its area.
108108
*/
109109
activateById(id: string): void {
110-
const widget = find(this.widgets('main'), w => w.id === id);
110+
const widget = this._main.widgets.find(w => w.id === id);
111111
if (widget) {
112112
widget.activate();
113113
}

packages/docmanager-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@jupyterlab/coreutils": "^6.0.0-alpha.13",
4444
"@jupyterlab/docmanager": "^4.0.0-alpha.13",
4545
"@jupyterlab/docregistry": "^4.0.0-alpha.13",
46-
"@jupyterlab/services": "^7.0.0-alpha.10",
46+
"@jupyterlab/services": "^7.0.0-alpha.13",
4747
"@lumino/algorithm": "^2.0.0-alpha.1"
4848
},
4949
"devDependencies": {

packages/tree-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@jupyterlab/docmanager": "^4.0.0-alpha.13",
4848
"@jupyterlab/filebrowser": "^4.0.0-alpha.13",
4949
"@jupyterlab/mainmenu": "^4.0.0-alpha.13",
50-
"@jupyterlab/services": "^7.0.0-alpha.10",
50+
"@jupyterlab/services": "^7.0.0-alpha.13",
5151
"@jupyterlab/settingregistry": "^4.0.0-alpha.13",
5252
"@jupyterlab/statedb": "^4.0.0-alpha.13",
5353
"@jupyterlab/translation": "^4.0.0-alpha.13",

packages/tree/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@jupyterlab/docmanager": "^4.0.0-alpha.13",
4747
"@jupyterlab/filebrowser": "^4.0.0-alpha.13",
4848
"@jupyterlab/mainmenu": "^4.0.0-alpha.13",
49-
"@jupyterlab/services": "^7.0.0-alpha.10",
49+
"@jupyterlab/services": "^7.0.0-alpha.13",
5050
"@jupyterlab/settingregistry": "^4.0.0-alpha.13",
5151
"@jupyterlab/statedb": "^4.0.0-alpha.13",
5252
"@jupyterlab/translation": "^4.0.0-alpha.13",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@
14791479
"@jupyterlab/coreutils" "^6.0.0-alpha.13"
14801480
"@jupyterlab/docmanager" "^4.0.0-alpha.13"
14811481
"@jupyterlab/docregistry" "^4.0.0-alpha.13"
1482-
"@jupyterlab/services" "^7.0.0-alpha.10"
1482+
"@jupyterlab/services" "^7.0.0-alpha.13"
14831483
"@lumino/algorithm" "^2.0.0-alpha.1"
14841484

14851485
"@jupyter-notebook/documentsearch-extension@file:packages/documentsearch-extension":
@@ -1545,7 +1545,7 @@
15451545
"@jupyterlab/docmanager" "^4.0.0-alpha.13"
15461546
"@jupyterlab/filebrowser" "^4.0.0-alpha.13"
15471547
"@jupyterlab/mainmenu" "^4.0.0-alpha.13"
1548-
"@jupyterlab/services" "^7.0.0-alpha.10"
1548+
"@jupyterlab/services" "^7.0.0-alpha.13"
15491549
"@jupyterlab/settingregistry" "^4.0.0-alpha.13"
15501550
"@jupyterlab/statedb" "^4.0.0-alpha.13"
15511551
"@jupyterlab/translation" "^4.0.0-alpha.13"
@@ -1564,7 +1564,7 @@
15641564
"@jupyterlab/docmanager" "^4.0.0-alpha.13"
15651565
"@jupyterlab/filebrowser" "^4.0.0-alpha.13"
15661566
"@jupyterlab/mainmenu" "^4.0.0-alpha.13"
1567-
"@jupyterlab/services" "^7.0.0-alpha.10"
1567+
"@jupyterlab/services" "^7.0.0-alpha.13"
15681568
"@jupyterlab/settingregistry" "^4.0.0-alpha.13"
15691569
"@jupyterlab/statedb" "^4.0.0-alpha.13"
15701570
"@jupyterlab/translation" "^4.0.0-alpha.13"
@@ -2607,7 +2607,7 @@
26072607
"@lumino/signaling" "^2.0.0-alpha.1"
26082608
react "^17.0.1"
26092609

2610-
"@jupyterlab/services@^7.0.0-alpha.10", "@jupyterlab/services@^7.0.0-alpha.13":
2610+
"@jupyterlab/services@^7.0.0-alpha.13":
26112611
version "7.0.0-alpha.13"
26122612
resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-7.0.0-alpha.13.tgz#ed5650f078693b45877c5662c9f3e3c894f22d9e"
26132613
integrity sha512-5gf3V1OTXCz9RkSfsUIbbtyDhbtfPL/i1wKkNSpcnC5vMNDQAYc6+iRQ1Kvv0YRQfOGHLOBLL8u+x0M3JqRW3w==

0 commit comments

Comments
 (0)