Update all dependencies
This commit is contained in:
parent
bf7675d20b
commit
502bb26b90
@ -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.64 as builder
|
FROM rust:1.65 as builder
|
||||||
|
|
||||||
WORKDIR /usr/src/scel
|
WORKDIR /usr/src/scel
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"react-dom": "18.2.0"
|
"react-dom": "18.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "18.0.24",
|
"@types/react": "18.0.25",
|
||||||
"@types/react-dom": "18.0.8",
|
"@types/react-dom": "18.0.8",
|
||||||
"@vitejs/plugin-react": "2.2.0",
|
"@vitejs/plugin-react": "2.2.0",
|
||||||
"typescript": "4.8.4",
|
"typescript": "4.8.4",
|
||||||
|
@ -340,10 +340,10 @@
|
|||||||
"@types/scheduler" "*"
|
"@types/scheduler" "*"
|
||||||
csstype "^3.0.2"
|
csstype "^3.0.2"
|
||||||
|
|
||||||
"@types/react@18.0.24":
|
"@types/react@18.0.25":
|
||||||
version "18.0.24"
|
version "18.0.25"
|
||||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.24.tgz#2f79ed5b27f08d05107aab45c17919754cc44c20"
|
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.25.tgz#8b1dcd7e56fe7315535a4af25435e0bb55c8ae44"
|
||||||
integrity sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q==
|
integrity sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/prop-types" "*"
|
"@types/prop-types" "*"
|
||||||
"@types/scheduler" "*"
|
"@types/scheduler" "*"
|
||||||
|
Loading…
Reference in New Issue
Block a user