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 Nov 14, 2023
1 parent e21c231 commit ae540d7
Show file tree
Hide file tree
Showing 7 changed files with 797 additions and 886 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
729 changes: 350 additions & 379 deletions client/package-lock.json

Large diffs are not rendered by default.

54 changes: 27 additions & 27 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.18",
"@mui/lab": "5.0.0-alpha.153",
"@mui/material": "5.14.18",
"@mui/system": "5.14.18",
"@mui/x-date-pickers": "6.18.1",
"@sentry/browser": "7.80.0",
"@sentry/node": "7.80.0",
"@sentry/react": "7.80.0",
"@sentry/tracing": "7.80.0",
"@uiw/react-color": "1.4.3",
"date-fns": "2.30.0",
"dayjs": "1.11.10",
Expand All @@ -40,7 +40,7 @@
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-router-dom": "6.17.0",
"react-router-dom": "6.18.0",
"react-transition-group": "4.4.5",
"react-window": "1.8.9",
"uuid": "9.0.1",
Expand Down Expand Up @@ -71,31 +71,31 @@
]
},
"devDependencies": {
"@types/file-saver": "2.0.6",
"@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/react-beautiful-dnd": "13.1.6",
"@types/react-dom": "18.2.14",
"@types/file-saver": "2.0.7",
"@types/is-base64": "1.1.3",
"@types/jest": "29.5.8",
"@types/lodash-es": "4.17.11",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-beautiful-dnd": "13.1.7",
"@types/react-dom": "18.2.15",
"@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",
"@vitejs/plugin-react-swc": "3.4.0",
"eslint": "8.51.0",
"@types/react-transition-group": "4.4.9",
"@types/react-window": "1.8.8",
"@types/uuid": "9.0.7",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@vitejs/plugin-react-swc": "3.4.1",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-unused-imports": "3.0.0",
"jsdom": "22.1.0",
"prettier": "3.0.3",
"prettier": "3.1.0",
"typescript": "5.2.2",
"vite": "4.5.0",
"vite-bundle-visualizer": "0.10.0",
"vite-bundle-visualizer": "0.11.0",
"vite-plugin-svgr": "4.1.0",
"vite-tsconfig-paths": "4.2.1",
"vitest": "0.34.6"
Expand Down
Loading

0 comments on commit ae540d7

Please sign in to comment.