Compare commits

..

2 Commits

3 changed files with 582 additions and 622 deletions

@ -1,4 +1,4 @@
FROM node:19-alpine as web_builder
FROM node:22-alpine as web_builder
WORKDIR /usr/src/scel/web
@ -7,7 +7,7 @@ COPY src/web/ .
RUN --mount=type=cache,target=/usr/src/scel/web/dist yarn
RUN --mount=type=cache,target=/usr/src/scel/web/dist yarn build
FROM rust:1.65 as builder
FROM rust:1.83 as builder
WORKDIR /usr/src/scel

@ -14,9 +14,9 @@
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@vitejs/plugin-react": "2.2.0",
"typescript": "4.9.3",
"vite": "3.2.4"
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "4.3.4",
"typescript": "5.7.2",
"vite": "6.0.3"
}
}

File diff suppressed because it is too large Load Diff