chore: Bump dependencies

This commit is contained in:
Sören Beye 2022-10-11 19:52:08 +02:00
parent fbcfd47051
commit cefd3a7719
4 changed files with 5115 additions and 4465 deletions

View File

@ -35,35 +35,35 @@
"dependencies": {
"@destinationstransfers/ntp": "2.0.0",
"ajv": "8.11.0",
"async-mqtt": "2.6.2",
"axios": "0.27.2",
"bonjour-service": "1.0.12",
"async-mqtt": "2.6.3",
"axios": "1.1.2",
"bonjour-service": "1.0.14",
"compression": "1.7.4",
"crc": "4.1.1",
"express": "4.18.1",
"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.4.0",
"express-rate-limit": "6.6.0",
"hashlru": "git+https://npm@github.com/Hypfer/hashlru#3.0.0",
"is-in-subnet": "4.0.1",
"jstoxml": "3.2.3",
"jstoxml": "3.2.5",
"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.4.0",
"uuid": "8.3.2",
"swagger-ui-express": "4.5.0",
"uuid": "9.0.0",
"zoo-ids": "2.0.7"
},
"devDependencies": {
"@types/compression": "1.7.2",
"@types/express": "4.17.13",
"@types/express": "4.17.14",
"@types/express-list-endpoints": "6.0.0",
"@types/jstoxml": "2.0.2",
"@types/mocha": "9.1.1",
"@types/node": "17.0.35",
"@types/mocha": "10.0.0",
"@types/node": "18.8.4",
"@types/node-ssdp": "4.0.1",
"@types/semaphore": "1.1.1",
"@types/uuid": "8.3.4",

View File

@ -31,36 +31,36 @@
]
},
"dependencies": {
"@fontsource/jetbrains-mono": "4.5.8",
"@fontsource/roboto": "4.5.7",
"@mui/material": "5.8.1",
"@fontsource/jetbrains-mono": "4.5.11",
"@fontsource/roboto": "4.5.8",
"@mui/material": "5.10.9",
"@mui/base": "5.0.0-alpha.81",
"@mui/icons-material": "5.8.0",
"@mui/icons-material": "5.10.9",
"@mui/lab": "5.0.0-alpha.82",
"@emotion/styled": "11.8.1",
"@emotion/react": "11.9.0",
"axios": "0.27.2",
"date-fns": "2.28.0",
"@emotion/styled": "11.10.4",
"@emotion/react": "11.10.4",
"axios": "1.1.2",
"date-fns": "2.29.3",
"jsencrypt": "3.2.1",
"notistack": "2.0.5",
"react": "18.1.0",
"react": "18.2.0",
"react-div-100vh": "0.7.0",
"react-dom": "18.1.0",
"reconnecting-eventsource": "1.4.0",
"react-dom": "18.2.0",
"reconnecting-eventsource": "1.5.2",
"rehype-raw": "6.1.1",
"react-markdown": "8.0.3",
"remark-gfm": "3.0.1",
"react-query": "3.39.0",
"react-query": "3.39.2",
"react-router-dom": "5.3.3",
"react-scripts": "5.0.1",
"semaphore": "1.1.0",
"use-long-press": "2.0.2",
"uuid": "8.3.2",
"zustand": "4.1.1"
"uuid": "9.0.0",
"zustand": "4.1.2"
},
"devDependencies": {
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-router-dom": "5.3.3",
"@types/uuid": "8.3.4",
"tsutils": "3.21.0",

9508
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,21 +25,21 @@
"generate_eslintrc_flavors": "node util/generate_eslintrc_flavors.js"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.25.0",
"@typescript-eslint/experimental-utils": "5.25.0",
"@typescript-eslint/parser": "5.25.0",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/experimental-utils": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"auto-changelog": "2.4.0",
"eslint": "8.16.0",
"eslint-plugin-jsdoc": "39.3.0",
"eslint": "8.25.0",
"eslint-plugin-jsdoc": "39.3.6",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-react-hooks": "4.5.0",
"eslint-plugin-regexp": "1.7.0",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-regexp": "1.9.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-sort-requires": "git+https://npm@github.com/Hypfer/eslint-plugin-sort-requires.git#2.1.1",
"swagger-jsdoc": "git+https://npm@github.com/Hypfer/swagger-jsdoc.git#7.0.0-rc.6-noyaml-monorepo-fix",
"swagger-parser": "10.0.3",
"typescript": "4.6.4",
"typescript": "4.8.4",
"upx": "git+https://npm@github.com/Hypfer/upx#1.0.10"
}
}