Skip to content

Commit 312ed4a

Browse files
chore(deps): update ui dependencies
1 parent 303dc48 commit 312ed4a

3 files changed

Lines changed: 235 additions & 257 deletions

File tree

ui/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24@sha256:bb20cf73b3ad7212834ec48e2174cdcb5775f6550510a5336b842ae32741ce6c AS build
1+
FROM node:24@sha256:e9891237dfbb1de60ce19e9ff9fac5d73ad9c37da303ad72ff2a425ad1057e71 AS build
22
WORKDIR /app
33
COPY package.json yarn.lock ./
44
RUN yarn install --frozen-lockfile
@@ -7,7 +7,7 @@ ARG API_BASE_URL
77
ENV VITE_API_BASE_URL=$API_BASE_URL
88
RUN yarn build
99

10-
FROM nginx:stable-alpine@sha256:a8b39bd9cf0f83869a2162827a0caf6137ddf759d50a171451b335cecc87d236
10+
FROM nginx:stable-alpine@sha256:0272e4604ed93c1792f03695a033a6e8546840f86e0de20a884bb17d2c924883
1111
WORKDIR /usr/share/nginx/html
1212
COPY default.conf /etc/nginx/conf.d/default.conf
1313
RUN rm -rf ./*

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-plugin-react": "^7.37.2",
3838
"eslint-plugin-react-hooks": "^5.0.0",
3939
"eslint-plugin-react-refresh": "^0.5.0",
40-
"prettier": "3.8.1",
40+
"prettier": "3.8.3",
4141
"tailwindcss": "^4.1.7",
4242
"typescript": "^5.3.3",
4343
"typescript-eslint": "^8.11.0",

0 commit comments

Comments
 (0)