Skip to content

Commit

Permalink
chore: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Dec 25, 2023
1 parent d17b299 commit d63e325
Show file tree
Hide file tree
Showing 4 changed files with 474 additions and 397 deletions.
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"express-basic-auth": "1.2.1",
"express-dynamic-middleware": "1.0.0",
"express-list-endpoints": "6.0.0",
"express-rate-limit": "7.1.4",
"express-rate-limit": "7.1.5",
"hashlru": "git+https://[email protected]/Hypfer/hashlru#3.0.0",
"is-in-subnet": "4.0.1",
"jstoxml": "3.2.10",
"mqtt": "5.3.0",
"mqtt": "5.3.4",
"nested-object-assign": "1.0.4",
"nested-property": "4.0.0",
"openapi-validator-middleware": "3.2.6",
Expand Down
20 changes: 10 additions & 10 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
]
},
"dependencies": {
"@fontsource/jetbrains-mono": "5.0.17",
"@fontsource/jetbrains-mono": "5.0.18",
"@fontsource/roboto": "5.0.8",
"@mui/material": "5.14.18",
"@mui/material": "5.15.2",
"@mui/base": "5.0.0-alpha.128",
"@mui/icons-material": "5.15.1",
"@mui/icons-material": "5.15.2",
"@mui/lab": "5.0.0-alpha.153",
"@mui/x-date-pickers": "6.18.2",
"@mui/x-date-pickers": "6.18.6",
"@emotion/styled": "11.11.0",
"@emotion/react": "11.11.1",
"@tanstack/react-query": "5.8.7",
"@tanstack/react-query-devtools": "5.8.7",
"@emotion/react": "11.11.3",
"@tanstack/react-query": "5.14.6",
"@tanstack/react-query-devtools": "5.14.7",
"axios": "1.6.2",
"date-fns": "2.30.0",
"notistack": "3.0.1",
Expand All @@ -57,12 +57,12 @@
"semaphore": "1.1.0",
"use-long-press": "3.2.0",
"uuid": "9.0.1",
"zustand": "4.4.6"
"zustand": "4.4.7"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@types/react-router-dom": "5.3.3",
"@types/uuid": "9.0.7",
"tsutils": "3.21.0",
Expand Down
Loading

0 comments on commit d63e325

Please sign in to comment.