Compare commits
1 Commits
main
...
renovate/a
Author | SHA1 | Date | |
---|---|---|---|
0c5dced233 |
@ -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.82 as builder
|
||||
|
||||
WORKDIR /usr/src/scel
|
||||
|
||||
|
@ -6,16 +6,16 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.5.17" }
|
||||
axum-extra = { version = "0.3.7", features = ["spa"] }
|
||||
axum = { version = "0.7.0" }
|
||||
axum-extra = { version = "0.9.0", features = ["spa"] }
|
||||
futures = "0.3.30"
|
||||
tower-http = { version = "0.3.4", features = ["cors", "trace"] }
|
||||
async-graphql = { version = "4.0.16", features = [
|
||||
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
|
||||
async-graphql = { version = "7.0.0", features = [
|
||||
'tracing',
|
||||
'opentelemetry',
|
||||
"log",
|
||||
] }
|
||||
async-graphql-axum = { version = "4.0.16" }
|
||||
async-graphql-axum = { version = "7.0.0" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.89"
|
||||
tokio = { version = "1.22", features = ["full"] }
|
||||
|
@ -13,5 +13,5 @@ futures = "0.3.30"
|
||||
tracing = "0.1"
|
||||
lazy_static = "1.4.0"
|
||||
regex = { version = "1.7.0" }
|
||||
thiserror = "1.0.37"
|
||||
thiserror = "2.0.0"
|
||||
uuid = {version = "1.2.2", features = ["v4", "fast-rng"]}
|
||||
|
@ -15,8 +15,8 @@
|
||||
"devDependencies": {
|
||||
"@types/react": "18.3.12",
|
||||
"@types/react-dom": "18.3.1",
|
||||
"@vitejs/plugin-react": "2.2.0",
|
||||
"typescript": "4.9.3",
|
||||
"vite": "3.2.4"
|
||||
"@vitejs/plugin-react": "4.3.3",
|
||||
"typescript": "5.6.3",
|
||||
"vite": "5.4.10"
|
||||
}
|
||||
}
|
1155
web/yarn.lock
1155
web/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user