Skip to content

Commit afcafc0

Browse files
committed
fix jlab build issues
1 parent 7167d5b commit afcafc0

File tree

3 files changed

+51
-144
lines changed

3 files changed

+51
-144
lines changed

package-lock.json

Lines changed: 48 additions & 141 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"watch:nbextension": "webpack --watch"
4646
},
4747
"dependencies": {
48-
"@jupyter-widgets/base": "^3.0.0",
49-
"@jupyterlab/apputils": "^2.0.2",
48+
"@jupyter-widgets/base": "^2 || ^3",
49+
"@jupyterlab/apputils": "^1.2.1",
5050
"@lumino/algorithm": "^1.2.3",
5151
"@lumino/commands": "^1.10.1",
5252
"@lumino/coreutils": "^1.4.2",

src/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const EXTENSION_ID = 'jupyter-datagrid:plugin';
3131
const datagridPlugin: IPlugin<Application<Widget>, void> = {
3232
id: EXTENSION_ID,
3333
requires: [IJupyterWidgetRegistry],
34-
optional: [IThemeManager],
34+
optional: [IThemeManager as any],
3535
activate: activateWidgetExtension,
3636
autoStart: true
3737
};

0 commit comments

Comments
 (0)