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 25, 2024
1 parent fac9956 commit fab3375
Show file tree
Hide file tree
Showing 7 changed files with 9,345 additions and 6,980 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
ref: migration
- name: Install yq - portable yaml processor
uses: mikefarah/[email protected].2
uses: mikefarah/[email protected].6
- 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 @@ -108,7 +108,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
ref: migration
- name: Install yq - portable yaml processor
uses: mikefarah/[email protected].2
uses: mikefarah/[email protected].6
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
24 changes: 12 additions & 12 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
immutabledict==4.2.0
numpy==2.1.1
ortools==9.10.4067
pandas==2.2.2
protobuf==5.27.2
certifi==2024.12.14
grpcio==1.68.1
immutabledict==4.2.1
numpy==2.2.1
ortools==9.11.4210
pandas==2.2.3
protobuf==5.29.2
python-dateutil==2.9.0.post0
pytz==2024.1
sentry-sdk==2.8.0
six==1.16.0
tzdata==2024.1
urllib3==2.2.2
pytz==2024.2
sentry-sdk==2.19.2
six==1.17.0
tzdata==2024.2
urllib3==2.3.0
106 changes: 53 additions & 53 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,51 +17,51 @@
},
"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",
"@heroicons/react": "2.1.3",
"@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",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@fontsource-variable/roboto-flex": "5.1.0",
"@heroicons/react": "2.2.0",
"@mui/icons-material": "5.16.13",
"@mui/lab": "5.0.0-alpha.175",
"@mui/material": "5.16.13",
"@mui/system": "5.16.13",
"@mui/x-date-pickers": "6.20.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",
"@sentry/node": "7.120.2",
"@sentry/react": "7.120.2",
"@sentry/tracing": "7.114.0",
"@uiw/react-color": "2.3.4",
"clsx": "2.1.1",
"@apollo/client": "3.11.8",
"@apollo/client": "3.12.4",
"date-fns": "2.30.0",
"dayjs": "1.11.12",
"dayjs": "1.11.13",
"file-saver": "2.0.5",
"framer-motion": "11.3.17",
"framer-motion": "11.15.0",
"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.28.1",
"react-transition-group": "4.4.5",
"react-window": "1.8.10",
"tailwind-merge": "2.4.0",
"react-window": "1.8.11",
"tailwind-merge": "2.6.0",
"uuid": "9.0.1",
"web-vitals": "4.2.2",
"workbox-background-sync": "7.1.0",
"workbox-broadcast-update": "7.1.0",
"workbox-cacheable-response": "7.1.0",
"workbox-core": "7.1.0",
"workbox-expiration": "7.1.0",
"workbox-google-analytics": "7.1.0",
"workbox-navigation-preload": "7.1.0",
"workbox-precaching": "7.1.0",
"workbox-range-requests": "7.1.0",
"workbox-routing": "7.1.0",
"workbox-strategies": "7.1.0",
"workbox-streams": "7.1.0"
"web-vitals": "4.2.4",
"workbox-background-sync": "7.3.0",
"workbox-broadcast-update": "7.3.0",
"workbox-cacheable-response": "7.3.0",
"workbox-core": "7.3.0",
"workbox-expiration": "7.3.0",
"workbox-google-analytics": "7.3.0",
"workbox-navigation-preload": "7.3.0",
"workbox-precaching": "7.3.0",
"workbox-range-requests": "7.3.0",
"workbox-routing": "7.3.0",
"workbox-strategies": "7.3.0",
"workbox-streams": "7.3.0"
},
"browserslist": {
"production": [
Expand All @@ -78,35 +78,35 @@
"devDependencies": {
"@types/file-saver": "2.0.7",
"@types/is-base64": "1.1.3",
"@types/jest": "29.5.12",
"@types/jest": "29.5.14",
"@types/lodash-es": "4.17.12",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/node": "20.17.10",
"@types/react": "18.3.18",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-dom": "18.3.0",
"@types/react-dom": "18.3.5",
"@types/react-router-dom": "5.3.3",
"@types/react-transition-group": "4.4.10",
"@types/react-transition-group": "4.4.12",
"@types/react-window": "1.8.8",
"@types/uuid": "9.0.8",
"autoprefixer": "10.4.19",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@vitejs/plugin-react-swc": "3.7.0",
"eslint": "8.57.0",
"autoprefixer": "10.4.20",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-react-swc": "3.7.2",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-unused-imports": "4.1.4",
"jsdom": "25.0.1",
"postcss": "8.4.39",
"prettier": "3.3.3",
"tailwindcss": "3.4.4",
"typescript": "5.5.3",
"vite": "5.2.14",
"postcss": "8.4.49",
"prettier": "3.4.2",
"tailwindcss": "3.4.17",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-bundle-visualizer": "1.2.1",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.2"
"vite-plugin-svgr": "4.3.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8"
},
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
}
Loading

0 comments on commit fab3375

Please sign in to comment.