Skip to content

Commit

Permalink
More updates
Browse files Browse the repository at this point in the history
  • Loading branch information
afshin committed Sep 6, 2022
1 parent 23f86dd commit ff15730
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.13",
"@jupyterlab/notebook": "~4.0.0-alpha.13",
"@jupyterlab/notebook-extension": "~4.0.0-alpha.13",
"@jupyterlab/observables": "~5.0.0-alpha.10",
"@jupyterlab/observables": "~5.0.0-alpha.13",
"@jupyterlab/outputarea": "~4.0.0-alpha.13",
"@jupyterlab/pdf-extension": "~4.0.0-alpha.13",
"@jupyterlab/rendermime": "~4.0.0-alpha.13",
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.13",
"@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.13",
"@jupyterlab/running-extension": "~4.0.0-alpha.13",
"@jupyterlab/services": "~7.0.0-alpha.10",
"@jupyterlab/services": "~7.0.0-alpha.13",
"@jupyterlab/settingregistry": "~4.0.0-alpha.13",
"@jupyterlab/shared-models": "~4.0.0-alpha.13",
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/application/src/shell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { JupyterFrontEnd } from '@jupyterlab/application';

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

import { ArrayExt, find } from '@lumino/algorithm';
import { ArrayExt } from '@lumino/algorithm';

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

Expand Down Expand Up @@ -107,7 +107,7 @@ export class NotebookShell extends Widget implements JupyterFrontEnd.IShell {
* Activate a widget in its area.
*/
activateById(id: string): void {
const widget = find(this.widgets('main'), w => w.id === id);
const widget = this._main.widgets.find(w => w.id === id);
if (widget) {
widget.activate();
}
Expand Down
2 changes: 1 addition & 1 deletion packages/docmanager-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@jupyterlab/coreutils": "^6.0.0-alpha.13",
"@jupyterlab/docmanager": "^4.0.0-alpha.13",
"@jupyterlab/docregistry": "^4.0.0-alpha.13",
"@jupyterlab/services": "^7.0.0-alpha.10",
"@jupyterlab/services": "^7.0.0-alpha.13",
"@lumino/algorithm": "^2.0.0-alpha.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tree-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@jupyterlab/docmanager": "^4.0.0-alpha.13",
"@jupyterlab/filebrowser": "^4.0.0-alpha.13",
"@jupyterlab/mainmenu": "^4.0.0-alpha.13",
"@jupyterlab/services": "^7.0.0-alpha.10",
"@jupyterlab/services": "^7.0.0-alpha.13",
"@jupyterlab/settingregistry": "^4.0.0-alpha.13",
"@jupyterlab/statedb": "^4.0.0-alpha.13",
"@jupyterlab/translation": "^4.0.0-alpha.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@jupyterlab/docmanager": "^4.0.0-alpha.13",
"@jupyterlab/filebrowser": "^4.0.0-alpha.13",
"@jupyterlab/mainmenu": "^4.0.0-alpha.13",
"@jupyterlab/services": "^7.0.0-alpha.10",
"@jupyterlab/services": "^7.0.0-alpha.13",
"@jupyterlab/settingregistry": "^4.0.0-alpha.13",
"@jupyterlab/statedb": "^4.0.0-alpha.13",
"@jupyterlab/translation": "^4.0.0-alpha.13",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@
"@jupyterlab/coreutils" "^6.0.0-alpha.13"
"@jupyterlab/docmanager" "^4.0.0-alpha.13"
"@jupyterlab/docregistry" "^4.0.0-alpha.13"
"@jupyterlab/services" "^7.0.0-alpha.10"
"@jupyterlab/services" "^7.0.0-alpha.13"
"@lumino/algorithm" "^2.0.0-alpha.1"

"@jupyter-notebook/documentsearch-extension@file:packages/documentsearch-extension":
Expand Down Expand Up @@ -1545,7 +1545,7 @@
"@jupyterlab/docmanager" "^4.0.0-alpha.13"
"@jupyterlab/filebrowser" "^4.0.0-alpha.13"
"@jupyterlab/mainmenu" "^4.0.0-alpha.13"
"@jupyterlab/services" "^7.0.0-alpha.10"
"@jupyterlab/services" "^7.0.0-alpha.13"
"@jupyterlab/settingregistry" "^4.0.0-alpha.13"
"@jupyterlab/statedb" "^4.0.0-alpha.13"
"@jupyterlab/translation" "^4.0.0-alpha.13"
Expand All @@ -1564,7 +1564,7 @@
"@jupyterlab/docmanager" "^4.0.0-alpha.13"
"@jupyterlab/filebrowser" "^4.0.0-alpha.13"
"@jupyterlab/mainmenu" "^4.0.0-alpha.13"
"@jupyterlab/services" "^7.0.0-alpha.10"
"@jupyterlab/services" "^7.0.0-alpha.13"
"@jupyterlab/settingregistry" "^4.0.0-alpha.13"
"@jupyterlab/statedb" "^4.0.0-alpha.13"
"@jupyterlab/translation" "^4.0.0-alpha.13"
Expand Down Expand Up @@ -2607,7 +2607,7 @@
"@lumino/signaling" "^2.0.0-alpha.1"
react "^17.0.1"

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

0 comments on commit ff15730

Please sign in to comment.