Skip to content

Commit

Permalink
fix(deps): update weekly minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent b342666 commit c725a64
Show file tree
Hide file tree
Showing 7 changed files with 715 additions and 586 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
repository: csesoc/deployment
token: ${{ secrets.GH_TOKEN }}
- name: Install yq - portable yaml processor
uses: mikefarah/yq@v4.34.1
uses: mikefarah/yq@v4.35.1
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
26 changes: 13 additions & 13 deletions backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions backend/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jsonwebtoken = "8.3.0"
serde = {version = "1.0", features = ["derive"] }
serde_json = "1.0.89"
chrono = { version = "0.4", features = ["serde"] }
itertools = "0.10.5"
itertools = "0.11.0"
once_cell = "1.18.0"
diesel_migrations = "1.4.0"
figment = { version = "0.10", features = ["env", "toml", "json"] }
image = "0.24.4"
strum = { version = "0.24", features = ["derive"] }
strum = { version = "0.25", features = ["derive"] }
webp = "0.2"

[dependencies.uuid]
version = "1.3.3"
version = "1.4.1"
features = ["v4", "fast-rng", "macro-diagnostics"]
2 changes: 1 addition & 1 deletion frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
18.17.1
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Grab the latest Node base image
FROM node:18.16.0-alpine as builder
FROM node:18.17.1-alpine as builder

# Set the current working directory inside the container
WORKDIR /app
Expand Down
46 changes: 23 additions & 23 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "2.16.0",
"@date-io/date-fns": "2.17.0",
"@emotion/react": "11.11.0",
"@emotion/styled": "11.11.0",
"@headlessui/react": "1.7.4",
"@headlessui/tailwindcss": "^0.1.3",
"@hello-pangea/dnd": "16.2.0",
"@headlessui/tailwindcss": "^0.2.0",
"@hello-pangea/dnd": "16.3.0",
"@heroicons/react": "2.0.13",
"@mui/icons-material": "5.11.16",
"@mui/icons-material": "5.14.9",
"@mui/lab": "5.0.0-alpha.129",
"@mui/material": "5.13.0",
"@mui/system": "5.13.2",
"@mui/x-date-pickers": "6.7.0",
"@mui/material": "5.14.10",
"@mui/system": "5.14.10",
"@mui/x-date-pickers": "6.14.0",
"@stitches/react": "1.2.8",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@testing-library/user-event": "14.5.1",
"bezier-easing": "2.1.0",
"date-fns": "2.30.0",
"http-proxy-middleware": "2.0.6",
Expand All @@ -28,9 +28,9 @@
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-hot-toast": "2.4.1",
"react-router-dom": "6.12.1",
"typescript": "5.1.3",
"web-vitals": "3.3.2"
"react-router-dom": "6.16.0",
"typescript": "5.2.2",
"web-vitals": "3.4.0"
},
"scripts": {
"start": "ESLINT_NO_DEV_ERRORS='true' vite",
Expand Down Expand Up @@ -64,30 +64,30 @@
"@babel/preset-react": "7.22.3",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.3",
"@types/node": "18.16.16",
"@types/node": "18.17.17",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-react": "4.0.0",
"autoprefixer": "10.4.14",
"babel-plugin-macros": "3.1.0",
"eslint": "8.42.0",
"eslint": "8.49.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-import": "2.27.5",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.2",
"prettier": "2.8.0",
"tailwindcss": "3.3.2",
"tailwindcss-gradient": "1.0.1",
"twin.macro": "3.3.1",
"vite": "4.3.9",
"twin.macro": "3.4.0",
"vite": "4.3.5",
"vite-tsconfig-paths": "4.2.0"
},
"husky": {
Expand Down
Loading

0 comments on commit c725a64

Please sign in to comment.