chore(deps): update all dependencies
This commit is contained in:
parent
734b5fd91f
commit
ec37ad4bcc
@ -1,4 +1,4 @@
|
|||||||
FROM node:19-alpine as web_builder
|
FROM node:20-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.65 as builder
|
FROM rust:1.78 as builder
|
||||||
|
|
||||||
WORKDIR /usr/src/scel
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
axum = { version = "0.5.17" }
|
axum = { version = "0.7.0" }
|
||||||
axum-extra = { version = "0.3.7", features = ["spa"] }
|
axum-extra = { version = "0.9.0", features = ["spa"] }
|
||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
tower-http = { version = "0.3.4", features = ["cors", "trace"] }
|
tower-http = { version = "0.5.0", features = ["cors", "trace"] }
|
||||||
async-graphql = { version = "4.0.16", features = [
|
async-graphql = { version = "7.0.0", features = [
|
||||||
'tracing',
|
'tracing',
|
||||||
'opentelemetry',
|
'opentelemetry',
|
||||||
"log",
|
"log",
|
||||||
] }
|
] }
|
||||||
async-graphql-axum = { version = "4.0.16" }
|
async-graphql-axum = { version = "7.0.0" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0.89"
|
serde_json = "1.0.89"
|
||||||
tokio = { version = "1.22", features = ["full"] }
|
tokio = { version = "1.22", features = ["full"] }
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "18.3.2",
|
"@types/react": "18.3.2",
|
||||||
"@types/react-dom": "18.3.0",
|
"@types/react-dom": "18.3.0",
|
||||||
"@vitejs/plugin-react": "2.2.0",
|
"@vitejs/plugin-react": "4.3.0",
|
||||||
"typescript": "4.9.3",
|
"typescript": "5.4.5",
|
||||||
"vite": "3.2.4"
|
"vite": "5.2.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
1100
web/yarn.lock
1100
web/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user