Compare commits

..

1 Commits

Author SHA1 Message Date
91c7808331 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-01-22 02:10:43 +00:00
4 changed files with 586 additions and 599 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

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
axum = { version = "0.8.0" }
axum-extra = { version = "0.10.0", features = ["spa"] }
axum-extra = { version = "0.11.0", features = ["spa"] }
futures = "0.3.30"
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
async-graphql = { version = "7.0.0", features = [

View File

@ -15,8 +15,8 @@
"devDependencies": {
"@types/react": "19.0.7",
"@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