Skip to content

Commit

Permalink
fix(deps): update weekly minor & patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent 2362350 commit f2831ec
Show file tree
Hide file tree
Showing 7 changed files with 541 additions and 561 deletions.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Grab the latest Node base image
FROM node:21.0.0-alpine as builder
FROM node:21.1.0-alpine as builder
RUN npm i -g pnpm

# Set the current working directory inside the container
Expand Down
426 changes: 207 additions & 219 deletions client/package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@fontsource-variable/roboto-flex": "5.0.8",
"@mui/icons-material": "5.14.14",
"@mui/lab": "5.0.0-alpha.149",
"@mui/material": "5.14.14",
"@mui/system": "5.14.14",
"@mui/x-date-pickers": "6.16.2",
"@sentry/browser": "7.74.1",
"@sentry/node": "7.74.1",
"@sentry/react": "7.74.1",
"@sentry/tracing": "7.74.1",
"@mui/icons-material": "5.14.15",
"@mui/lab": "5.0.0-alpha.150",
"@mui/material": "5.14.15",
"@mui/system": "5.14.15",
"@mui/x-date-pickers": "6.16.3",
"@sentry/browser": "7.75.1",
"@sentry/node": "7.75.1",
"@sentry/react": "7.75.1",
"@sentry/tracing": "7.75.1",
"@uiw/react-color": "1.4.3",
"date-fns": "2.30.0",
"dayjs": "1.11.10",
Expand Down Expand Up @@ -75,18 +75,18 @@
"@types/is-base64": "1.1.2",
"@types/jest": "29.5.6",
"@types/lodash-es": "4.17.10",
"@types/node": "20.8.7",
"@types/react": "18.2.29",
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/react-beautiful-dnd": "13.1.6",
"@types/react-dom": "18.2.14",
"@types/react-router-dom": "5.3.3",
"@types/react-transition-group": "4.4.8",
"@types/react-window": "1.8.7",
"@types/uuid": "9.0.6",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@vitejs/plugin-react-swc": "3.4.0",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-simple-import-sort": "10.0.0",
Expand Down
Loading

0 comments on commit f2831ec

Please sign in to comment.