File tree Expand file tree Collapse file tree 4 files changed +659
-304
lines changed
Expand file tree Collapse file tree 4 files changed +659
-304
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ about: File a bug report to help us improve.
2727### Context
2828
2929- OS: [ e.g. iOS]
30- - Browser: [ e.g. Chrome, Safari]
31- - Version: [ e.g. 22 ]
32- - JupyterLab version: [ e.g. 2.3.2 ]
30+ - Browser: [ e.g. Firefox, Chrome, Safari]
31+ - Version: [ e.g. 135 ]
32+ - JupyterLab version: [ e.g. 4.4.6 ]
3333
3434<details ><summary >Extension lists</summary >
3535<pre >
Original file line number Diff line number Diff line change 88
99``` bash
1010# Prepare environment (replace `mamba` by `conda` if needed)
11- mamba install -c conda-forge nodejs=22 " jupyterlab==4.4.6" jupyter-packaging jupyterlab-h5web
11+ mamba install -c conda-forge nodejs=24 " jupyterlab==4.4.6" jupyter-packaging jupyterlab-h5web
1212
1313# Install package in development mode
1414pip install -e .
Original file line number Diff line number Diff line change 2525 "url" : " https://github.com/silx-kit/jupyterlab-h5web/issues"
2626 },
2727 "engines" : {
28- "node" : " 22 .x" ,
28+ "node" : " 24 .x" ,
2929 "jlpm" : " *"
3030 },
3131 "main" : " lib/index.js" ,
5858 "postversion" : " git push && git push --tags"
5959 },
6060 "dependencies" : {
61- "@h5web/app" : " 15 .0.0 " ,
61+ "@h5web/app" : " 16 .0.1 " ,
6262 "@jupyterlab/application" : " 4.4.6" ,
6363 "@jupyterlab/apputils" : " 4.5.6" ,
6464 "@jupyterlab/coreutils" : " 6.4.6" ,
7676 "react-dom" : " 18.3.1"
7777 },
7878 "devDependencies" : {
79- "@esrf/eslint-config" : " 1.3.3 " ,
79+ "@esrf/eslint-config" : " 1.6.1 " ,
8080 "@jupyterlab/builder" : " 4.4.6" ,
81- "@types/node" : " ^22.13.11 " ,
81+ "@types/node" : " ^24.10.1 " ,
8282 "@types/react" : " ^18.3.19" ,
8383 "@types/react-dom" : " ^18.3.5" ,
84- "eslint" : " 9.33 .0" ,
84+ "eslint" : " 9.38 .0" ,
8585 "mkdirp" : " 3.0.1" ,
8686 "npm-run-all" : " 4.1.5" ,
8787 "prettier" : " 3.6.2" ,
88- "rimraf" : " 6.0.1 " ,
89- "typescript" : " 5.9.2 "
88+ "rimraf" : " 6.1.0 " ,
89+ "typescript" : " 5.9.3 "
9090 },
9191 "jupyterlab" : {
9292 "discovery" : {
You can’t perform that action at this time.
0 commit comments