Skip to content

Commit

Permalink
Fix compilation issue, regenerate yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Aug 29, 2022
1 parent 536da92 commit 052a6a4
Show file tree
Hide file tree
Showing 12 changed files with 1,322 additions and 1,426 deletions.
6 changes: 3 additions & 3 deletions packages/application-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"@jupyterlab/mainmenu": "^4.0.0-alpha.12",
"@jupyterlab/settingregistry": "^4.0.0-alpha.12",
"@jupyterlab/translation": "^4.0.0-alpha.12",
"@lumino/coreutils": "^1.12.0",
"@lumino/disposable": "^1.10.1",
"@lumino/widgets": "^1.32.0"
"@lumino/coreutils": "^1.12.1",
"@lumino/disposable": "^1.10.2",
"@lumino/widgets": "^1.34.0"
},
"devDependencies": {
"rimraf": "~3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/application-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ const title: JupyterFrontEndPlugin<void> = {
return;
}

const result = await renameDialog(docManager, current.context.path);
const result = await renameDialog(docManager, current.context);

// activate the current widget to bring the focus
if (current) {
Expand All @@ -453,7 +453,7 @@ const title: JupyterFrontEndPlugin<void> = {
return;
}

const newPath = current.context.path ?? result.path;
const newPath = current.context.path;
const basename = PathExt.basename(newPath);

h.textContent = basename.replace(STRIP_IPYNB, '');
Expand Down
14 changes: 7 additions & 7 deletions packages/application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"@jupyterlab/application": "^4.0.0-alpha.12",
"@jupyterlab/coreutils": "^6.0.0-alpha.12",
"@jupyterlab/docregistry": "^4.0.0-alpha.12",
"@jupyterlab/rendermime-interfaces": "^4.0.0-alpha.9",
"@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.9",
"@jupyterlab/ui-components": "^4.0.0-alpha.27",
"@lumino/algorithm": "^1.9.1",
"@lumino/coreutils": "^1.12.0",
"@lumino/messaging": "^1.10.1",
"@lumino/polling": "^1.10.0",
"@lumino/signaling": "^1.10.1",
"@lumino/widgets": "^1.32.0"
"@lumino/algorithm": "^1.9.2",
"@lumino/coreutils": "^1.12.1",
"@lumino/messaging": "^1.10.2",
"@lumino/polling": "^1.11.1",
"@lumino/signaling": "^1.10.2",
"@lumino/widgets": "^1.34.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/console-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@jupyterlab/application": "^4.0.0-alpha.12",
"@jupyterlab/console": "^4.0.0-alpha.12",
"@jupyterlab/coreutils": "^6.0.0-alpha.12",
"@lumino/algorithm": "^1.9.1"
"@lumino/algorithm": "^1.9.2"
},
"devDependencies": {
"rimraf": "~3.0.0",
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 @@ -44,7 +44,7 @@
"@jupyterlab/docmanager": "^4.0.0-alpha.12",
"@jupyterlab/docregistry": "^4.0.0-alpha.12",
"@jupyterlab/services": "^7.0.0-alpha.12",
"@lumino/algorithm": "^1.9.1"
"@lumino/algorithm": "^1.9.2"
},
"devDependencies": {
"rimraf": "~3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/documentsearch-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@jupyter-notebook/application": "^7.0.0-alpha.5",
"@jupyterlab/application": "^4.0.0-alpha.12",
"@jupyterlab/documentsearch": "^4.0.0-alpha.12",
"@lumino/widgets": "^1.32.0"
"@lumino/widgets": "^1.34.0"
},
"devDependencies": {
"rimraf": "~3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/lab-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@jupyterlab/docregistry": "^4.0.0-alpha.12",
"@jupyterlab/notebook": "^4.0.0-alpha.12",
"@jupyterlab/translation": "^4.0.0-alpha.12",
"@lumino/commands": "^1.20.0",
"@lumino/disposable": "^1.10.1"
"@lumino/commands": "^1.20.1",
"@lumino/disposable": "^1.10.2"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0-alpha.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/notebook-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"@jupyterlab/notebook": "^4.0.0-alpha.12",
"@jupyterlab/settingregistry": "^4.0.0-alpha.12",
"@jupyterlab/translation": "^4.0.0-alpha.12",
"@lumino/polling": "^1.10.0",
"@lumino/widgets": "^1.32.0"
"@lumino/polling": "^1.11.1",
"@lumino/widgets": "^1.34.0"
},
"devDependencies": {
"rimraf": "~3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/terminal-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@jupyterlab/application": "^4.0.0-alpha.12",
"@jupyterlab/coreutils": "^6.0.0-alpha.12",
"@jupyterlab/terminal": "^4.0.0-alpha.12",
"@lumino/algorithm": "^1.9.1"
"@lumino/algorithm": "^1.9.2"
},
"devDependencies": {
"rimraf": "~3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/tree-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"@jupyterlab/statedb": "^4.0.0-alpha.12",
"@jupyterlab/translation": "^4.0.0-alpha.12",
"@jupyterlab/ui-components": "^4.0.0-alpha.27",
"@lumino/algorithm": "^1.9.1",
"@lumino/commands": "^1.20.0",
"@lumino/widgets": "^1.32.0"
"@lumino/algorithm": "^1.9.2",
"@lumino/commands": "^1.20.1",
"@lumino/widgets": "^1.34.0"
},
"devDependencies": {
"rimraf": "~3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"@jupyterlab/statedb": "^4.0.0-alpha.12",
"@jupyterlab/translation": "^4.0.0-alpha.12",
"@jupyterlab/ui-components": "^4.0.0-alpha.27",
"@lumino/algorithm": "^1.9.1",
"@lumino/commands": "^1.20.0",
"@lumino/widgets": "^1.32.0"
"@lumino/algorithm": "^1.9.2",
"@lumino/commands": "^1.20.1",
"@lumino/widgets": "^1.34.0"
},
"devDependencies": {
"rimraf": "~3.0.0",
Expand Down
Loading

0 comments on commit 052a6a4

Please sign in to comment.