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 Dec 12, 2023
1 parent 1d10b89 commit 60509c0
Show file tree
Hide file tree
Showing 8 changed files with 653 additions and 592 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
repository: csesoc/deployment
token: ${{ secrets.GH_TOKEN }}
- 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.4.0-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
346 changes: 180 additions & 166 deletions client/package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"@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/lab": "5.0.0-alpha.155",
"@mui/material": "5.14.20",
"@mui/system": "5.14.20",
"@mui/x-date-pickers": "6.18.4",
"@sentry/browser": "7.86.0",
"@sentry/node": "7.86.0",
"@sentry/react": "7.86.0",
"@sentry/tracing": "7.86.0",
"@uiw/react-color": "1.4.3",
"date-fns": "2.30.0",
"dayjs": "1.11.10",
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.11",
"@types/lodash-es": "4.17.12",
"@types/node": "20.10.3",
"@types/react": "18.2.41",
"@types/node": "20.10.4",
"@types/react": "18.2.43",
"@types/react-beautiful-dnd": "13.1.7",
"@types/react-dom": "18.2.17",
"@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",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@vitejs/plugin-react-swc": "3.5.0",
"eslint": "8.55.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.1.1",
"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.2.2",
"vitest": "0.34.6"
}
}
Loading

0 comments on commit 60509c0

Please sign in to comment.