1 Commits

Author SHA1 Message Date
f920421656 fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2025-07-26 03:54:15 +00:00
5 changed files with 603 additions and 590 deletions

View File

@@ -1,4 +1,4 @@
FROM node:22-alpine as web_builder FROM node:19-alpine as web_builder
WORKDIR /usr/src/scel/web 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
RUN --mount=type=cache,target=/usr/src/scel/web/dist yarn build RUN --mount=type=cache,target=/usr/src/scel/web/dist yarn build
FROM rust:1.85 as builder FROM rust:1.65 as builder
WORKDIR /usr/src/scel WORKDIR /usr/src/scel

View File

@@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
axum = { version = "0.8.0" } axum = { version = "0.5.17" }
axum-extra = { version = "0.10.0", features = ["spa"] } axum-extra = { version = "0.3.7", features = ["spa"] }
futures = "0.3.30" futures = "0.3.30"
tower-http = { version = "0.6.0", features = ["cors", "trace"] } tower-http = { version = "0.6.0", features = ["cors", "trace"] }
async-graphql = { version = "7.0.0", features = [ async-graphql = { version = "7.0.0", features = [

View File

@@ -13,5 +13,5 @@ futures = "0.3.30"
tracing = "0.1" tracing = "0.1"
lazy_static = "1.4.0" lazy_static = "1.4.0"
regex = { version = "1.7.0" } regex = { version = "1.7.0" }
thiserror = "2.0.0" thiserror = "1.0.37"
uuid = {version = "1.2.2", features = ["v4", "fast-rng"]} uuid = {version = "1.2.2", features = ["v4", "fast-rng"]}

View File

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

File diff suppressed because it is too large Load Diff