Compare commits
1 Commits
e75298a946
...
cc2b9f6a4c
Author | SHA1 | Date | |
---|---|---|---|
cc2b9f6a4c |
740
Cargo.lock
generated
740
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
FROM node:22-alpine as web_builder
|
||||
FROM node:19-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.85 as builder
|
||||
FROM rust:1.65 as builder
|
||||
|
||||
WORKDIR /usr/src/scel
|
||||
|
||||
|
@ -13,5 +13,5 @@ futures = "0.3.30"
|
||||
tracing = "0.1"
|
||||
lazy_static = "1.4.0"
|
||||
regex = { version = "1.7.0" }
|
||||
thiserror = "2.0.0"
|
||||
thiserror = "1.0.37"
|
||||
uuid = {version = "1.2.2", features = ["v4", "fast-rng"]}
|
||||
|
@ -15,8 +15,8 @@
|
||||
"devDependencies": {
|
||||
"@types/react": "19.0.10",
|
||||
"@types/react-dom": "19.0.4",
|
||||
"@vitejs/plugin-react": "4.3.4",
|
||||
"typescript": "5.8.2",
|
||||
"vite": "6.2.3"
|
||||
"@vitejs/plugin-react": "2.2.0",
|
||||
"typescript": "4.9.3",
|
||||
"vite": "3.2.4"
|
||||
}
|
||||
}
|
1183
web/yarn.lock
1183
web/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user