Skip to content

Commit

Permalink
chore: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Sep 23, 2024
1 parent 3513cbc commit 79deca1
Show file tree
Hide file tree
Showing 6 changed files with 2,615 additions and 1,869 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"jsdoc/check-tag-names": "error",
"jsdoc/check-types": "error",
"jsdoc/implements-on-classes": "error",
"jsdoc/newline-after-description": "error",
"jsdoc/no-undefined-types": "error",
"jsdoc/require-param": "error",
"jsdoc/require-param-name": "error",
Expand Down
2 changes: 2 additions & 0 deletions backend/lib/valetudo_events/ValetudoEventHandlerFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class ValetudoEventHandlerFactory {
event: event
});
}

return undefined; // Explicit to make eslint happy
}
}

Expand Down
24 changes: 12 additions & 12 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,41 +34,41 @@
"author": "",
"dependencies": {
"@destinationstransfers/ntp": "2.0.0",
"ajv": "8.12.0",
"ajv": "8.17.1",
"async-mqtt": "2.6.3",
"axios": "0.27.2",
"bonjour-service": "1.1.1",
"bonjour-service": "1.2.1",
"compression": "1.7.4",
"crc": "4.3.2",
"express": "4.18.2",
"express": "4.21.0",
"express-basic-auth": "1.2.1",
"express-dynamic-middleware": "1.0.0",
"express-list-endpoints": "6.0.0",
"express-rate-limit": "7.1.5",
"express-list-endpoints": "7.1.0",
"express-rate-limit": "7.4.0",
"hashlru": "git+https://[email protected]/Hypfer/hashlru#3.0.0",
"is-in-subnet": "4.0.1",
"jstoxml": "3.2.10",
"mqtt": "5.7.2",
"jstoxml": "5.0.2",
"mqtt": "5.10.1",
"nested-object-assign": "1.0.4",
"nested-property": "4.0.0",
"openapi-validator-middleware": "3.2.6",
"semaphore": "1.1.0",
"swagger-ui-express": "5.0.0",
"uuid": "9.0.1",
"swagger-ui-express": "5.0.1",
"uuid": "10.0.0",
"zoo-ids": "2.0.7"
},
"devDependencies": {
"@types/compression": "1.7.5",
"@types/express": "4.17.21",
"@types/express-list-endpoints": "6.0.3",
"@types/jstoxml": "2.0.4",
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.8",
"@types/node": "18.15.3",
"@types/node-ssdp": "4.0.4",
"@types/semaphore": "1.1.4",
"@types/uuid": "9.0.7",
"@types/uuid": "10.0.0",
"cross-env": "7.0.3",
"mocha": "10.2.0",
"mocha": "10.7.3",
"@yao-pkg/pkg": "5.11.0",
"should": "13.2.3"
}
Expand Down
34 changes: 17 additions & 17 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@
]
},
"dependencies": {
"@fontsource/jetbrains-mono": "5.0.18",
"@fontsource/roboto": "5.0.8",
"@mui/material": "5.15.2",
"@mui/base": "5.0.0-alpha.128",
"@mui/icons-material": "5.15.2",
"@mui/lab": "5.0.0-alpha.153",
"@mui/x-date-pickers": "6.18.6",
"@emotion/styled": "11.11.0",
"@emotion/react": "11.11.3",
"@tanstack/react-query": "5.14.6",
"@tanstack/react-query-devtools": "5.14.7",
"@fontsource/jetbrains-mono": "5.1.0",
"@fontsource/roboto": "5.1.0",
"@mui/material": "6.1.1",
"@mui/base": "5.0.0-beta.58",
"@mui/icons-material": "6.1.1",
"@mui/lab": "6.0.0-beta.10",
"@mui/x-date-pickers": "7.18.0",
"@emotion/styled": "11.13.0",
"@emotion/react": "11.13.3",
"@tanstack/react-query": "5.56.2",
"@tanstack/react-query-devtools": "5.56.2",
"axios": "1.6.2",
"date-fns": "2.30.0",
"notistack": "3.0.1",
"react": "18.2.0",
"react": "18.3.1",
"react-div-100vh": "0.7.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"reconnecting-eventsource": "1.6.2",
"rehype-raw": "7.0.0",
"react-markdown": "9.0.1",
Expand All @@ -56,15 +56,15 @@
"react-scripts": "5.0.1",
"semaphore": "1.1.0",
"use-long-press": "3.2.0",
"uuid": "9.0.1",
"uuid": "10.0.0",
"zustand": "4.4.7"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@types/uuid": "9.0.7",
"@types/uuid": "10.0.0",
"tsutils": "3.21.0",
"cra-build-watch": "git+https://[email protected]/Hypfer/cra-build-watch.git#5.0.0"
}
Expand Down
Loading

0 comments on commit 79deca1

Please sign in to comment.