Updating NPM

This commit is contained in:
Martin Karkowski 2021-07-27 12:55:02 +02:00
parent c4142acaab
commit 513b0a8541
3 changed files with 1194 additions and 2032 deletions

1
next-env.d.ts vendored
View File

@ -1,2 +1,3 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

3143
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -34,85 +34,85 @@
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@grpc/proto-loader": "^0.6.1",
"@openapitools/openapi-generator-cli": "^2.2.6",
"@rjsf/bootstrap-4": "^2.5.1",
"@rjsf/core": "^2.5.1",
"@grpc/proto-loader": "^0.6.4",
"@openapitools/openapi-generator-cli": "^2.3.7",
"@rjsf/bootstrap-4": "^3.0.0",
"@rjsf/core": "^3.0.0",
"@zeit/next-css": "^1.0.1",
"ace-builds": "^1.4.12",
"aedes": "^0.46.0",
"ajv": "^8.1.0",
"amqplib": "^0.7.1",
"aedes": "^0.46.1",
"ajv": "^8.6.2",
"amqplib": "^0.8.0",
"arangojs": "^7.5.0",
"async": "^3.2.0",
"asyncjs": "0.0.13",
"bootstrap": "^4.6.0",
"bootswatch": "^4.6.0",
"chroma-js": "^2.1.1",
"bootstrap": "^5.0.2",
"bootswatch": "^5.0.2",
"chroma-js": "^2.1.2",
"comment-parser": "^1.1.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-openapi": "^8.0.0",
"gojs": "^2.1.38",
"express-openapi": "^9.1.0",
"gojs": "^2.1.46",
"gojs-react": "^1.0.10",
"grpc": "^1.24.7",
"handlebars": "^4.7.7",
"inquirer": "^8.0.0",
"inquirer": "^8.1.2",
"inquirer-fuzzy-path": "^2.3.0",
"inversify": "^5.0.5",
"inversify": "^5.1.1",
"js-logger": "^1.6.1",
"jsdocs": "^1.0.0",
"lodash": "^4.17.21",
"mathjs": "^9.3.2",
"jsoneditor": "^9.4.1",
"mathjs": "^9.4.4",
"jsoneditor": "^9.5.2",
"jsoneditor-react": "^3.1.1",
"mqtt": "^4.2.6",
"mqtt": "^4.2.8",
"mqtt-pattern": "^1.2.0",
"next": "^10.1.3",
"next": "^11.0.1",
"node-ads": "^1.5.1",
"node-rest-client": "^3.1.0",
"node-windows": "^1.0.0-beta.5",
"node-wol": "^0.1.1",
"npm": "^7.11.0",
"npm": "^7.20.1",
"npx": "^10.2.2",
"openapi-typescript-codegen": "^0.9.3",
"rctx-contextmenu": "^1.3.4",
"rctx-contextmenu": "^1.3.5",
"react": "^17.0.2",
"react-ace": "^9.4.0",
"react-bootstrap": "^1.5.2",
"react-ace": "^9.4.1",
"react-bootstrap": "^1.6.1",
"react-dom": "^17.0.2",
"react-grid-layout": "^1.2.4",
"react-grid-layout": "^1.2.5",
"react-icons": "^4.2.0",
"react-toastify": "^7.0.4",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.7",
"simple-git": "^2.38.0",
"rxjs": "^7.2.0",
"simple-git": "^2.41.1",
"simple-undo": "^1.0.2",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.1",
"swagger-ts-client": "^0.9.6",
"swagger-ui-react": "^3.47.1",
"swagger-ui-react": "^3.51.1",
"tinkerforge": "^2.1.33",
"ts-morph": "^10.0.2",
"typescript-json-schema": "^0.50.0",
"ts-morph": "^11.0.3",
"typescript-json-schema": "^0.50.1",
"uuid": "^8.3.2",
"websocket-stream": "^5.5.2"
},
"devDependencies": {
"@types/amqplib": "^0.5.17",
"@types/express": "^4.17.11",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/socket.io": "^2.1.13",
"@types/amqplib": "^0.8.1",
"@types/express": "^4.17.13",
"@types/lodash": "^4.14.171",
"@types/node": "^16.4.1",
"@types/react": "^17.0.14",
"@types/socket.io": "^3.0.1",
"@types/socket.io-client": "^1.4.36",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"npm-check-updates": "^11.5.1",
"prettier": "^2.2.1",
"typescript": "^4.2.4"
"npm-check-updates": "^11.8.3",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
}
}