We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d3006 commit 147a207Copy full SHA for 147a207
3 files changed
package.json
@@ -10,7 +10,7 @@
10
"url": "https://gitlab.esrf.fr/ui/myhdf5"
11
},
12
"engines": {
13
- "node": "22.x",
+ "node": "24.x",
14
"pnpm": ">=10.16"
15
16
"packageManager": "pnpm@10.16.0",
@@ -26,10 +26,10 @@
26
"analyze": "pnpm dlx source-map-explorer \"dist/assets/*.js\" --no-border-checks"
27
28
"dependencies": {
29
- "@h5web/app": "15.0.0",
30
- "@h5web/h5wasm": "15.0.0",
+ "@h5web/app": "16.0.0-beta.0",
+ "@h5web/h5wasm": "16.0.0-beta.0",
31
"@react-hookz/web": "25.1.0",
32
- "h5wasm-plugins": "0.0.3",
+ "h5wasm-plugins": "0.2.0",
33
"normalize.css": "8.0.1",
34
"react": "18.3.1",
35
"react-dom": "18.3.1",
0 commit comments