Skip to content

Commit

Permalink
Merge pull request #272 from TorMap/renovate/frontend-minor
Browse files Browse the repository at this point in the history
chore(deps): update frontend-minor
  • Loading branch information
JuliusHenke authored Jun 6, 2024
2 parents 512a2b9 + f9cb6b4 commit 6e28364
Show file tree
Hide file tree
Showing 5 changed files with 427 additions and 443 deletions.

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.1.1.cjs
yarnPath: .yarn/releases/yarn-4.2.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.25.5-alpine as production
FROM nginx:1.27.0-alpine as production
ENV NODE_ENV production
# Copy built assets from `builder` image
COPY --from=builder /app/build /usr/share/nginx/html
Expand Down
12 changes: 6 additions & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@mui/material": "5.15.18",
"@mui/styles": "5.15.18",
"@mui/x-date-pickers": "5.0.20",
"axios": "1.6.8",
"axios": "1.7.2",
"date-fns": "2.30.0",
"jotai": "2.8.2",
"leaflet": "1.9.4",
Expand All @@ -35,19 +35,19 @@
"@types/geojson": "7946.0.14",
"@types/leaflet": "1.9.0",
"@types/leaflet.heat": "0.2.4",
"@types/node": "20.12.12",
"@types/node": "20.14.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.24",
"@types/react-infinite-scroller": "1.2.5",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@vitejs/plugin-react-swc": "3.6.0",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"@vitejs/plugin-react-swc": "3.7.0",
"eslint": "8.57.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.2",
"typescript": "5.4.5",
"vite": "5.2.12",
"vite-plugin-checker": "0.6.4"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.2.2"
}
Loading

0 comments on commit 6e28364

Please sign in to comment.