Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update frontend-patch #285

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ enableGlobalCache: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.1.cjs
yarnPath: .yarn/releases/yarn-4.5.2.cjs
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN yarn install --immutable
RUN yarn run build

# Bundle static assets with nginx
FROM nginx:1.27.0-alpine as production
FROM nginx:1.27.2-alpine as production
ENV NODE_ENV production
# Copy built assets from `builder` image
COPY --from=builder /app/build /usr/share/nginx/html
Expand Down
26 changes: 13 additions & 13 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"node": "^20"
},
"dependencies": {
"@emotion/react": "11.13.0",
"@emotion/styled": "11.13.0",
"@mui/icons-material": "5.16.0",
"@mui/material": "5.16.0",
"@mui/styles": "5.16.0",
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@mui/icons-material": "5.16.7",
"@mui/material": "5.16.7",
"@mui/styles": "5.16.7",
"@mui/x-date-pickers": "5.0.20",
"axios": "1.7.4",
"axios": "1.7.7",
"date-fns": "2.30.0",
"jotai": "2.10.1",
"jotai": "2.10.3",
"leaflet": "1.9.4",
"leaflet.heat": "0.2.0",
"notistack": "3.0.1",
Expand All @@ -41,13 +41,13 @@
"@types/react-infinite-scroller": "1.2.5",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-react-swc": "3.7.0",
"eslint": "8.57.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.37.1",
"@vitejs/plugin-react-swc": "3.7.1",
"eslint": "8.57.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"typescript": "5.6.3",
"vite": "5.4.3",
"vite": "5.4.11",
"vite-plugin-checker": "0.7.2"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}
Loading
Loading