Compare commits

..

1 Commits

Author SHA1 Message Date
89a37a0ca9 chore(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2025-02-05 06:19:31 +00:00
3 changed files with 585 additions and 598 deletions

View File

@ -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.84 as builder
WORKDIR /usr/src/scel

View File

@ -15,8 +15,8 @@
"devDependencies": {
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@vitejs/plugin-react": "2.2.0",
"typescript": "4.9.3",
"vite": "3.2.4"
"@vitejs/plugin-react": "4.3.4",
"typescript": "5.7.3",
"vite": "6.0.11"
}
}

File diff suppressed because it is too large Load Diff