Compare commits
2 Commits
7c4c4fb38c
...
24f5fd14bd
Author | SHA1 | Date | |
---|---|---|---|
24f5fd14bd | |||
482893c4a3 |
@ -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
|
||||
|
||||
|
@ -13,10 +13,10 @@
|
||||
"react-dom": "19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "19.0.6",
|
||||
"@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.7"
|
||||
}
|
||||
}
|
1181
web/yarn.lock
1181
web/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user