Skip to content

Commit 6524273

Browse files
fix(deps): update weekly minor updates
1 parent f2804dc commit 6524273

File tree

4 files changed

+167
-154
lines changed

4 files changed

+167
-154
lines changed

backend/Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/server/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jsonwebtoken = "8.3.0"
2727
serde = {version = "1.0", features = ["derive"] }
2828
serde_json = "1.0.89"
2929
chrono = { version = "0.4", features = ["serde"] }
30-
itertools = "0.10.5"
30+
itertools = "0.11.0"
3131
once_cell = "1.18.0"
3232
diesel_migrations = "1.4.0"
3333
figment = { version = "0.10", features = ["env", "toml", "json"] }
3434
image = "0.24.4"
35-
strum = { version = "0.24", features = ["derive"] }
35+
strum = { version = "0.25", features = ["derive"] }
3636
webp = "0.2"
3737

3838
[dependencies.uuid]
39-
version = "1.3.3"
39+
version = "1.4.0"
4040
features = ["v4", "fast-rng", "macro-diagnostics"]

frontend/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"@emotion/react": "11.11.0",
88
"@emotion/styled": "11.11.0",
99
"@headlessui/react": "1.7.4",
10-
"@hello-pangea/dnd": "16.2.0",
10+
"@hello-pangea/dnd": "16.3.0",
1111
"@heroicons/react": "2.0.13",
1212
"@mui/icons-material": "5.11.16",
1313
"@mui/lab": "5.0.0-alpha.129",
1414
"@mui/material": "5.13.0",
1515
"@mui/system": "5.13.2",
16-
"@mui/x-date-pickers": "6.7.0",
16+
"@mui/x-date-pickers": "6.9.1",
1717
"@stitches/react": "1.2.8",
1818
"@testing-library/jest-dom": "5.16.5",
1919
"@testing-library/react": "14.0.0",
@@ -27,7 +27,7 @@
2727
"react-dom": "18.2.0",
2828
"react-dropzone": "14.2.3",
2929
"react-hot-toast": "2.4.1",
30-
"react-router-dom": "6.12.1",
30+
"react-router-dom": "6.14.1",
3131
"typescript": "5.1.3",
3232
"web-vitals": "3.3.2"
3333
},
@@ -66,12 +66,12 @@
6666
"@types/node": "18.16.16",
6767
"@types/react": "18.2.8",
6868
"@types/react-dom": "18.2.4",
69-
"@typescript-eslint/eslint-plugin": "5.59.8",
70-
"@typescript-eslint/parser": "5.59.8",
69+
"@typescript-eslint/eslint-plugin": "5.61.0",
70+
"@typescript-eslint/parser": "5.61.0",
7171
"@vitejs/plugin-react": "4.0.0",
7272
"autoprefixer": "10.4.14",
7373
"babel-plugin-macros": "3.1.0",
74-
"eslint": "8.42.0",
74+
"eslint": "8.44.0",
7575
"eslint-config-airbnb": "19.0.4",
7676
"eslint-config-airbnb-typescript": "17.0.0",
7777
"eslint-config-prettier": "8.8.0",
@@ -86,7 +86,7 @@
8686
"tailwindcss": "3.3.2",
8787
"tailwindcss-gradient": "1.0.1",
8888
"twin.macro": "3.3.1",
89-
"vite": "4.3.9",
89+
"vite": "4.3.5",
9090
"vite-tsconfig-paths": "4.2.0"
9191
},
9292
"husky": {

0 commit comments

Comments
 (0)