Skip to content

Commit

Permalink
fix(deps): update frontend-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 13c0d35 commit 56eef74
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 241 deletions.
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
18 changes: 9 additions & 9 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"node": "^20"
},
"dependencies": {
"@emotion/react": "11.13.0",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@mui/icons-material": "5.16.0",
"@mui/material": "5.16.0",
"@mui/styles": "5.16.0",
"@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.9.1",
"leaflet": "1.9.4",
Expand All @@ -35,18 +35,18 @@
"@types/geojson": "7946.0.14",
"@types/leaflet": "1.9.0",
"@types/leaflet.heat": "0.2.4",
"@types/node": "20.16.5",
"@types/node": "20.16.11",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.24",
"@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",
"@vitejs/plugin-react-swc": "3.7.1",
"eslint": "8.57.1",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.35.0",
"typescript": "5.5.3",
"vite": "5.4.3",
"vite": "5.4.9",
"vite-plugin-checker": "0.7.2"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 56eef74

Please sign in to comment.