Skip to content

Commit b194176

Browse files
committed
Update @jupyter-widgets/base version pulled by yarn
Signed-off-by: martinRenou <[email protected]>
1 parent dc4d8da commit b194176

File tree

3 files changed

+339
-191
lines changed

3 files changed

+339
-191
lines changed

js/datagrid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ export class DataGridView extends DOMWidgetView {
348348
return this.luminoWidget.node;
349349
}
350350

351-
// Added for ipywidgets 7.x compatibility
351+
// @ts-ignore Added for ipywidgets 7.x compatibility
352352
get pWidget(): any {
353353
return this.luminoWidget;
354354
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@lumino/messaging": "^1.9.0",
6666
"@lumino/virtualdom": "^1.13.0",
6767
"@lumino/widgets": "^1.28.0",
68-
"bqplot": "^0.4.6",
68+
"bqplot": "^0.5",
6969
"d3-array": "^2.2.0",
7070
"d3-color": "^3.1.0",
7171
"d3-format": "^1.3.2",

0 commit comments

Comments
 (0)