File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM node:22 -slim AS base
1+ FROM node:24 -slim AS base
22
33ARG H5WEB_APP_PORT=3000
44ARG H5GROVE_APP_URL=http://localhost
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments