Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update weekly minor & patch updates #771

Merged
merged 1 commit into from
Sep 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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].1
uses: mikefarah/[email protected].2
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
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:20.6.1-alpine as builder
FROM node:20.8.0-alpine as builder
RUN npm i -g pnpm

# Set the current working directory inside the container
Expand Down
946 changes: 496 additions & 450 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,21 +20,21 @@
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@fontsource-variable/roboto-flex": "5.0.8",
"@mui/icons-material": "5.14.9",
"@mui/lab": "5.0.0-alpha.144",
"@mui/material": "5.14.9",
"@mui/system": "5.14.9",
"@mui/x-date-pickers": "6.13.0",
"@sentry/browser": "7.69.0",
"@sentry/node": "7.69.0",
"@sentry/react": "7.69.0",
"@sentry/tracing": "7.69.0",
"@uiw/react-color": "1.3.3",
"@mui/icons-material": "5.14.11",
"@mui/lab": "5.0.0-alpha.146",
"@mui/material": "5.14.11",
"@mui/system": "5.14.11",
"@mui/x-date-pickers": "6.16.0",
"@sentry/browser": "7.72.0",
"@sentry/node": "7.72.0",
"@sentry/react": "7.72.0",
"@sentry/tracing": "7.72.0",
"@uiw/react-color": "1.4.2",
"date-fns": "2.30.0",
"dayjs": "1.11.9",
"dayjs": "1.11.10",
"file-saver": "2.0.5",
"fuse.js": "6.6.2",
"ics": "3.4.0",
"ics": "3.5.0",
"is-base64": "^1.1.0",
"lodash-es": "4.17.21",
"react": "18.2.0",
Expand All @@ -44,7 +44,7 @@
"react-transition-group": "4.4.5",
"react-window": "1.8.9",
"uuid": "9.0.1",
"web-vitals": "3.4.0",
"web-vitals": "3.5.0",
"workbox-background-sync": "7.0.0",
"workbox-broadcast-update": "7.0.0",
"workbox-cacheable-response": "7.0.0",
Expand Down Expand Up @@ -73,20 +73,20 @@
"devDependencies": {
"@types/file-saver": "2.0.5",
"@types/is-base64": "1.1.1",
"@types/jest": "29.5.4",
"@types/jest": "29.5.5",
"@types/lodash-es": "4.17.9",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-beautiful-dnd": "13.1.4",
"@types/react-dom": "18.2.7",
"@types/node": "20.8.0",
"@types/react": "18.2.23",
"@types/react-beautiful-dnd": "13.1.5",
"@types/react-dom": "18.2.8",
"@types/react-router-dom": "5.3.3",
"@types/react-transition-group": "4.4.6",
"@types/react-window": "1.8.5",
"@types/uuid": "9.0.3",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@vitejs/plugin-react-swc": "3.3.2",
"eslint": "8.49.0",
"@types/react-transition-group": "4.4.7",
"@types/react-window": "1.8.6",
"@types/uuid": "9.0.4",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@vitejs/plugin-react-swc": "3.4.0",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-simple-import-sort": "10.0.0",
Expand All @@ -96,8 +96,8 @@
"typescript": "5.2.2",
"vite": "4.4.9",
"vite-bundle-visualizer": "0.10.0",
"vite-plugin-svgr": "3.2.0",
"vite-plugin-svgr": "3.3.0",
"vite-tsconfig-paths": "4.2.1",
"vitest": "0.34.4"
"vitest": "0.34.6"
}
}
Loading