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 Jul 21, 2024
1 parent d2638eb commit 6d60185
Show file tree
Hide file tree
Showing 10 changed files with 662 additions and 634 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-staging.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/yq@v4.43.1
uses: mikefarah/yq@v4.44.2
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
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/yq@v4.40.4
uses: mikefarah/yq@v4.44.2
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions auto_server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
absl-py==2.1.0
certifi==2024.6.2
grpcio==1.64.1
grpcio==1.65.1
immutabledict==4.2.0
numpy==1.26.4
ortools==9.10.4067
pandas==2.2.2
protobuf==5.27.1
protobuf==5.27.2
python-dateutil==2.9.0.post0
pytz==2024.1
sentry-sdk==2.5.0
Expand Down
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ ENV NODE_ENV=production

RUN pnpm run build

FROM caddy:2.7.6-alpine
FROM caddy:2.8.4-alpine
COPY ./Caddyfile /etc/caddy/Caddyfile
COPY --from=builder /app/dist /srv
52 changes: 26 additions & 26 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,30 @@
},
"dependencies": {
"@date-io/date-fns": "2.17.0",
"@emotion/react": "11.11.1",
"@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",
"@uiw/react-color": "2.1.1",
"@emotion/react": "11.13.0",
"@emotion/styled": "11.13.0",
"@fontsource-variable/roboto-flex": "5.0.15",
"@mui/icons-material": "5.16.4",
"@mui/lab": "5.0.0-alpha.172",
"@mui/material": "5.16.4",
"@mui/system": "5.16.4",
"@mui/x-date-pickers": "6.20.2",
"@sentry/browser": "7.118.0",
"@sentry/node": "7.118.0",
"@sentry/react": "7.118.0",
"@sentry/tracing": "7.114.0",
"@uiw/react-color": "2.3.0",
"date-fns": "2.30.0",
"dayjs": "1.11.11",
"dayjs": "1.11.12",
"file-saver": "2.0.5",
"fuse.js": "7.0.0",
"ics": "3.7.2",
"ics": "3.7.6",
"is-base64": "^1.1.0",
"lodash-es": "4.17.21",
"react": "18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.3.1",
"react-router-dom": "6.23.0",
"react-router-dom": "6.25.1",
"react-transition-group": "4.4.5",
"react-window": "1.8.10",
"uuid": "9.0.1",
Expand Down Expand Up @@ -75,27 +75,27 @@
"@types/is-base64": "1.1.3",
"@types/jest": "29.5.12",
"@types/lodash-es": "4.17.12",
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@types/react-transition-group": "4.4.10",
"@types/react-window": "1.8.8",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@vitejs/plugin-react-swc": "3.6.0",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@vitejs/plugin-react-swc": "3.7.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-unused-imports": "3.2.0",
"jsdom": "24.0.0",
"prettier": "3.2.5",
"typescript": "5.4.5",
"jsdom": "24.1.1",
"prettier": "3.3.3",
"typescript": "5.5.3",
"vite": "4.5.3",
"vite-bundle-visualizer": "1.1.0",
"vite-bundle-visualizer": "1.2.1",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.6.0"
Expand Down
Loading

0 comments on commit 6d60185

Please sign in to comment.