Skip to content

Commit b70213d

Browse files
authored
Merge pull request #12 from silx-kit/up-h5web
Upgrade H5Web to v16 (inc. v16.0.1)
2 parents f3ec399 + c2bb4e1 commit b70213d

4 files changed

Lines changed: 1033 additions & 760 deletions

File tree

h5web_app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-slim AS base
1+
FROM node:24-slim AS base
22

33
ARG H5WEB_APP_PORT=3000
44
ARG H5GROVE_APP_URL=http://localhost

h5web_app/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "1.0.0",
44
"private": true,
55
"engines": {
6-
"node": "22.x",
6+
"node": "24.x",
77
"pnpm": ">=10.16"
88
},
9-
"packageManager": "pnpm@10.16.0",
9+
"packageManager": "pnpm@10.22.0",
1010
"type": "module",
1111
"scripts": {
1212
"start": "vite",
@@ -18,20 +18,20 @@
1818
"lint:prettier": "prettier --cache --check ."
1919
},
2020
"dependencies": {
21-
"@h5web/app": "15.0.0",
21+
"@h5web/app": "16.0.1",
2222
"normalize.css": "8.0.1",
2323
"react": "18.3.1",
2424
"react-dom": "18.3.1"
2525
},
2626
"devDependencies": {
27-
"@esrf/eslint-config": "1.4.0",
28-
"@types/node": "^22.18.0",
29-
"@types/react": "^18.3.24",
27+
"@esrf/eslint-config": "1.6.1",
28+
"@types/node": "^24.10.1",
29+
"@types/react": "^18.3.26",
3030
"@types/react-dom": "^18.3.7",
31-
"@vitejs/plugin-react-swc": "4.0.1",
32-
"eslint": "9.33.0",
31+
"@vitejs/plugin-react-swc": "4.2.2",
32+
"eslint": "9.38.0",
3333
"prettier": "3.6.2",
34-
"typescript": "5.9.2",
35-
"vite": "7.1.4"
34+
"typescript": "5.9.3",
35+
"vite": "7.2.2"
3636
}
3737
}

0 commit comments

Comments
 (0)