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 Sep 27, 2024
1 parent d2102df commit 7a214b1
Show file tree
Hide file tree
Showing 7 changed files with 4,637 additions and 3,801 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/[email protected].2
uses: mikefarah/[email protected].3
- 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/[email protected].2
uses: mikefarah/[email protected].3
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
18 changes: 9 additions & 9 deletions auto_server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
absl-py==2.1.0
certifi==2024.7.4
grpcio==1.65.1
certifi==2024.8.30
grpcio==1.66.1
immutabledict==4.2.0
numpy==1.26.4
ortools==9.10.4067
pandas==2.2.2
protobuf==5.27.2
ortools==9.11.4210
pandas==2.2.3
protobuf==5.28.2
python-dateutil==2.9.0.post0
pytz==2024.1
sentry-sdk==2.8.0
pytz==2024.2
sentry-sdk==2.14.0
six==1.16.0
tzdata==2024.1
urllib3==2.2.2
tzdata==2024.2
urllib3==2.2.3
50 changes: 25 additions & 25 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.13.0",
"@emotion/react": "11.13.3",
"@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": "7.11.0",
"@sentry/browser": "7.118.0",
"@sentry/node": "7.118.0",
"@sentry/react": "7.118.0",
"@fontsource-variable/roboto-flex": "5.1.0",
"@mui/icons-material": "5.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.16.7",
"@mui/system": "5.16.7",
"@mui/x-date-pickers": "7.18.0",
"@sentry/browser": "7.119.0",
"@sentry/node": "7.119.0",
"@sentry/react": "7.119.0",
"@sentry/tracing": "7.114.0",
"@uiw/react-color": "2.3.0",
"@uiw/react-color": "2.3.2",
"date-fns": "2.30.0",
"dayjs": "1.11.12",
"dayjs": "1.11.13",
"file-saver": "2.0.5",
"fuse.js": "7.0.0",
"ics": "3.7.6",
"ics": "3.8.1",
"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.25.1",
"react-router-dom": "6.26.2",
"react-transition-group": "4.4.5",
"react-window": "1.8.10",
"uuid": "9.0.1",
"web-vitals": "4.2.2",
"web-vitals": "4.2.3",
"workbox-background-sync": "7.1.0",
"workbox-broadcast-update": "7.1.0",
"workbox-cacheable-response": "7.1.0",
Expand Down Expand Up @@ -73,27 +73,27 @@
"devDependencies": {
"@types/file-saver": "2.0.7",
"@types/is-base64": "1.1.3",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/lodash-es": "4.17.12",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/node": "20.16.10",
"@types/react": "18.3.10",
"@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-transition-group": "4.4.11",
"@types/react-window": "1.8.8",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-react-swc": "3.7.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.37.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-unused-imports": "3.2.0",
"jsdom": "24.1.1",
"jsdom": "24.1.3",
"prettier": "3.3.3",
"typescript": "5.5.3",
"typescript": "5.6.2",
"vite": "4.5.3",
"vite-bundle-visualizer": "1.2.1",
"vite-plugin-svgr": "4.2.0",
Expand Down
Loading

0 comments on commit 7a214b1

Please sign in to comment.