Skip to content

Commit

Permalink
JupyterLab 3 compat (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou authored Apr 10, 2024
1 parent d912ff9 commit cd614ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion beakerx_tabledisplay/beakerx_tabledisplay/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (2, 4, 2)
version_info = (2, 4, 3)
__version__ = '.'.join(map(str, version_info))
20 changes: 10 additions & 10 deletions beakerx_tabledisplay/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beakerx/beakerx-tabledisplay",
"version": "2.4.2",
"version": "2.4.3",
"description": "BeakerX: Beaker TableDisplay Extension for Jupyter Notebook and Lab",
"homepage": "http://beakerx.com/",
"keywords": [
Expand Down Expand Up @@ -78,16 +78,16 @@
},
"dependencies": {
"@jupyter-widgets/base": "^4 || ^5 || ^6",
"@jupyterlab/application": "^4",
"@lumino/algorithm": "^2",
"@lumino/commands": "^2",
"@lumino/coreutils": "^2",
"@lumino/datagrid": "^2",
"@jupyterlab/application": "^3 || ^4",
"@lumino/algorithm": "^1 || ^2",
"@lumino/commands": "^1 || ^2",
"@lumino/coreutils": "^1 || ^2",
"@lumino/datagrid": "^1 || ^2",
"@lumino/datastore": "^0.11.0",
"@lumino/disposable": "^2",
"@lumino/messaging": "^2",
"@lumino/signaling": "^2",
"@lumino/widgets": "^2",
"@lumino/disposable": "^1 || ^2",
"@lumino/messaging": "^1 || ^2",
"@lumino/signaling": "^1 || ^2",
"@lumino/widgets": "^1 || ^2",
"d3-scale": "2",
"file-loader": "^6.0.0",
"katex": "^0.11.1",
Expand Down

0 comments on commit cd614ba

Please sign in to comment.