Skip to content

Commit a57445a

Browse files
authored
Merge pull request #689 from manics/updates
Update all deps, Regenerate yarn.lock
2 parents 4724abe + 6c70bce commit a57445a

File tree

3 files changed

+2297
-1435
lines changed

3 files changed

+2297
-1435
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -50,30 +50,30 @@
5050
"watch:src": "tsc -w"
5151
},
5252
"dependencies": {
53-
"@jupyterlab/application": "^4.4.9",
54-
"@jupyterlab/apputils": "^4.5.9",
55-
"@jupyterlab/coreutils": "^6.4.9",
56-
"@jupyterlab/docregistry": "^4.4.9",
57-
"@jupyterlab/notebook": "^4.4.9",
58-
"@jupyterlab/services": "^7.4.9",
59-
"@lumino/disposable": "^2.1.4",
60-
"@lumino/widgets": "^2.7.1",
61-
"@types/jquery": "^3",
62-
"dexie": "^4.2.0",
63-
"jquery": "^3"
53+
"@jupyterlab/application": "^4.5.6",
54+
"@jupyterlab/apputils": "^4.6.6",
55+
"@jupyterlab/coreutils": "^6.5.6",
56+
"@jupyterlab/docregistry": "^4.5.6",
57+
"@jupyterlab/notebook": "^4.5.6",
58+
"@jupyterlab/services": "^7.5.6",
59+
"@lumino/disposable": "^2.1.5",
60+
"@lumino/widgets": "^2.7.5",
61+
"@types/jquery": "^4",
62+
"dexie": "^4.3.0",
63+
"jquery": "^4"
6464
},
6565
"devDependencies": {
66-
"@eslint/js": "^9.36.0",
67-
"@jupyterlab/builder": "^4.4.9",
68-
"eslint": "^9.36.0",
66+
"@eslint/js": "^10.0.1",
67+
"@jupyterlab/builder": "^4.5.6",
68+
"eslint": "^10.0.3",
6969
"eslint-config-prettier": "^10.1.8",
7070
"mkdirp": "^3.0.1",
71-
"npm-check-updates": "^19.0.0",
71+
"npm-check-updates": "^19.6.3",
7272
"npm-run-all": "^4.1.5",
73-
"prettier": "^3.6.2",
74-
"rimraf": "^6.0.1",
73+
"prettier": "^3.8.1",
74+
"rimraf": "^6.1.3",
7575
"typescript": "^5.9.3",
76-
"typescript-eslint": "^8.45.0"
76+
"typescript-eslint": "^8.57.0"
7777
},
7878
"sideEffects": [
7979
"style/*.css"

src/index.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ const extension: JupyterFrontEndPlugin<void> = {
4343
/**
4444
* A notebook widget extension that adds a button to the toolbar.
4545
*/
46-
export class OfflineNotebookButtons
47-
implements DocumentRegistry.IWidgetExtension<NotebookPanel, INotebookModel>
48-
{
46+
export class OfflineNotebookButtons implements DocumentRegistry.IWidgetExtension<
47+
NotebookPanel,
48+
INotebookModel
49+
> {
4950
/**
5051
* Create a new extension object.
5152
*/

0 commit comments

Comments
 (0)