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 Feb 6, 2024
1 parent 3739ee1 commit 7c9bf35
Show file tree
Hide file tree
Showing 8 changed files with 1,117 additions and 889 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
ref: migration
- name: Install yq - portable yaml processor
uses: mikefarah/[email protected].4
uses: mikefarah/[email protected].5
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0-alpine as builder
FROM node:21.6.1-alpine as builder
RUN npm i -g pnpm

# Set the current working directory inside the container
Expand Down Expand Up @@ -29,6 +29,6 @@ ENV NODE_ENV=production

RUN pnpm run build

FROM caddy:2.7.5-alpine
FROM caddy:2.7.6-alpine
COPY ./Caddyfile /etc/caddy/Caddyfile
COPY --from=builder /app/dist /srv
729 changes: 405 additions & 324 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 @@ -17,34 +17,34 @@
},
"dependencies": {
"@date-io/date-fns": "2.17.0",
"@emotion/react": "11.11.1",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@fontsource-variable/roboto-flex": "5.0.8",
"@mui/icons-material": "5.14.19",
"@mui/lab": "5.0.0-alpha.154",
"@mui/material": "5.14.19",
"@mui/system": "5.14.19",
"@mui/x-date-pickers": "6.18.2",
"@sentry/browser": "7.84.0",
"@sentry/node": "7.84.0",
"@sentry/react": "7.84.0",
"@sentry/tracing": "7.84.0",
"@mui/icons-material": "5.15.7",
"@mui/lab": "5.0.0-alpha.163",
"@mui/material": "5.15.7",
"@mui/system": "5.15.7",
"@mui/x-date-pickers": "6.19.3",
"@sentry/browser": "7.100.0",
"@sentry/node": "7.100.0",
"@sentry/react": "7.100.0",
"@sentry/tracing": "7.100.0",
"@uiw/react-color": "1.4.3",
"date-fns": "2.30.0",
"dayjs": "1.11.10",
"file-saver": "2.0.5",
"fuse.js": "6.6.2",
"ics": "3.5.0",
"ics": "3.7.2",
"is-base64": "^1.1.0",
"lodash-es": "4.17.21",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-router-dom": "6.20.1",
"react-router-dom": "6.22.0",
"react-transition-group": "4.4.5",
"react-window": "1.8.10",
"uuid": "9.0.1",
"web-vitals": "3.5.0",
"web-vitals": "3.5.2",
"workbox-background-sync": "7.0.0",
"workbox-broadcast-update": "7.0.0",
"workbox-cacheable-response": "7.0.0",
Expand Down Expand Up @@ -73,31 +73,31 @@
"devDependencies": {
"@types/file-saver": "2.0.7",
"@types/is-base64": "1.1.3",
"@types/jest": "29.5.10",
"@types/jest": "29.5.12",
"@types/lodash-es": "4.17.12",
"@types/node": "20.10.3",
"@types/react": "18.2.41",
"@types/react-beautiful-dnd": "13.1.7",
"@types/react-dom": "18.2.17",
"@types/node": "20.11.16",
"@types/react": "18.2.55",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-dom": "18.2.18",
"@types/react-router-dom": "5.3.3",
"@types/react-transition-group": "4.4.9",
"@types/react-transition-group": "4.4.10",
"@types/react-window": "1.8.8",
"@types/uuid": "9.0.7",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@vitejs/plugin-react-swc": "3.5.0",
"eslint": "8.55.0",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react-swc": "3.6.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.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.1.0",
"typescript": "5.3.2",
"prettier": "3.2.5",
"typescript": "5.3.3",
"vite": "4.5.0",
"vite-bundle-visualizer": "0.11.0",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "4.2.1",
"vite-tsconfig-paths": "4.3.1",
"vitest": "0.34.6"
}
}
Loading

0 comments on commit 7c9bf35

Please sign in to comment.