Skip to content

Commit

Permalink
chore: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Mar 18, 2023
1 parent 931ab79 commit 979a8b6
Show file tree
Hide file tree
Showing 6 changed files with 848 additions and 776 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Expand Up @@ -60,6 +60,7 @@
"regexp/no-unused-capturing-group": "off",
"regexp/prefer-w": "off",
"regexp/prefer-d": "off",
"regexp/no-useless-escape": "off",



Expand Down
2 changes: 1 addition & 1 deletion backend/lib/valetudo_events/ValetudoEventHandlerFactory.js
Expand Up @@ -13,7 +13,7 @@ class ValetudoEventHandlerFactory {
/**
*
* @param {import("./events/ValetudoEvent")} event
* @returns {import("./handlers/ValetudoEventHandler")}
* @returns {import("./handlers/ValetudoEventHandler") | undefined}
*/
getHandlerForEvent(event) {
if (event instanceof events.DismissibleValetudoEvent) {
Expand Down
24 changes: 12 additions & 12 deletions backend/package.json
Expand Up @@ -34,41 +34,41 @@
"author": "",
"dependencies": {
"@destinationstransfers/ntp": "2.0.0",
"ajv": "8.11.0",
"ajv": "8.12.0",
"async-mqtt": "2.6.3",
"axios": "0.27.2",
"bonjour-service": "1.0.14",
"axios": "1.3.4",
"bonjour-service": "1.1.0",
"compression": "1.7.4",
"crc": "4.1.1",
"crc": "4.3.2",
"express": "4.18.2",
"express-basic-auth": "1.2.1",
"express-dynamic-middleware": "1.0.0",
"express-list-endpoints": "6.0.0",
"express-rate-limit": "6.6.0",
"express-rate-limit": "6.7.0",
"hashlru": "git+https://npm@github.com/Hypfer/hashlru#3.0.0",
"is-in-subnet": "4.0.1",
"jstoxml": "3.2.5",
"jstoxml": "3.2.6",
"mqtt": "4.3.7",
"nested-object-assign": "1.0.4",
"nested-property": "4.0.0",
"openapi-validator-middleware": "3.2.6",
"semaphore": "1.1.0",
"swagger-ui-express": "4.5.0",
"swagger-ui-express": "4.6.2",
"uuid": "9.0.0",
"zoo-ids": "2.0.7"
},
"devDependencies": {
"@types/compression": "1.7.2",
"@types/express": "4.17.14",
"@types/express": "4.17.17",
"@types/express-list-endpoints": "6.0.0",
"@types/jstoxml": "2.0.2",
"@types/mocha": "10.0.0",
"@types/node": "18.8.4",
"@types/mocha": "10.0.1",
"@types/node": "18.15.3",
"@types/node-ssdp": "4.0.1",
"@types/semaphore": "1.1.1",
"@types/uuid": "8.3.4",
"@types/uuid": "9.0.1",
"cross-env": "7.0.3",
"mocha": "10.0.0",
"mocha": "10.2.0",
"pkg": "5.8.0",
"should": "13.2.3"
}
Expand Down
30 changes: 15 additions & 15 deletions frontend/package.json
Expand Up @@ -31,37 +31,37 @@
]
},
"dependencies": {
"@fontsource/jetbrains-mono": "4.5.11",
"@fontsource/jetbrains-mono": "4.5.12",
"@fontsource/roboto": "4.5.8",
"@mui/material": "5.10.9",
"@mui/material": "5.11.13",
"@mui/base": "5.0.0-alpha.81",
"@mui/icons-material": "5.10.9",
"@mui/icons-material": "5.11.11",
"@mui/lab": "5.0.0-alpha.82",
"@emotion/styled": "11.10.4",
"@emotion/react": "11.10.4",
"axios": "0.27.2",
"@emotion/styled": "11.10.6",
"@emotion/react": "11.10.6",
"axios": "1.3.4",
"date-fns": "2.29.3",
"notistack": "2.0.5",
"notistack": "3.0.1",
"react": "18.2.0",
"react-div-100vh": "0.7.0",
"react-dom": "18.2.0",
"reconnecting-eventsource": "1.5.2",
"reconnecting-eventsource": "1.6.2",
"rehype-raw": "6.1.1",
"react-markdown": "8.0.3",
"react-markdown": "8.0.5",
"remark-gfm": "3.0.1",
"react-query": "3.39.2",
"react-query": "3.39.3",
"react-router-dom": "5.3.3",
"react-scripts": "5.0.1",
"semaphore": "1.1.0",
"use-long-press": "2.0.2",
"use-long-press": "2.0.3",
"uuid": "9.0.0",
"zustand": "4.1.2"
"zustand": "4.3.6"
},
"devDependencies": {
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-router-dom": "5.3.3",
"@types/uuid": "8.3.4",
"@types/uuid": "9.0.1",
"tsutils": "3.21.0",
"cra-build-watch": "git+https://npm@github.com/Hypfer/cra-build-watch.git#5.0.0"
}
Expand Down

0 comments on commit 979a8b6

Please sign in to comment.