Fix typescript errors and update depencies
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Fabian Stamm
2020-12-19 16:15:34 +01:00
parent 05bef4fd49
commit 7c0d5949ab
14 changed files with 1517 additions and 1445 deletions

View File

@ -1,6 +1,6 @@
{
"name": "open_auth_service",
"version": "1.1.1",
"version": "1.1.2",
"main": "lib/index.js",
"author": "Fabian Stamm <dev@fabianstamm.de>",
"license": "MIT",
@ -20,7 +20,7 @@
"install-views_repo": "git submodule init && git submodule update && cd views_repo && npm install ",
"build-views_repo": "cd views_repo && npm run build",
"watch-views_repo": "cd views_repo && npm run dev",
"format": "prettier --write ."
"format": "prettier --write \"src/**\""
},
"pipelines": {
"install": [
@ -36,23 +36,23 @@
"@types/cookie-parser": "^1.4.2",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.3",
"@types/i18n": "^0.8.6",
"@types/i18n": "^0.12.0",
"@types/ini": "^1.3.30",
"@types/jsonwebtoken": "^8.3.8",
"@types/mongodb": "^3.5.2",
"@types/node": "^13.9.0",
"@types/node": "^14.14.14",
"@types/node-rsa": "^1.0.0",
"@types/qrcode": "^1.3.4",
"@types/speakeasy": "^2.0.5",
"@types/uuid": "^7.0.0",
"apidoc": "^0.20.0",
"@types/uuid": "^8.3.0",
"apidoc": "^0.25.0",
"concurrently": "^5.1.0",
"nodemon": "^2.0.2",
"prettier": "^2.0.5",
"typescript": "^3.8.3"
"typescript": "^4.1.3"
},
"dependencies": {
"@hibas123/config": "^1.1.0",
"@hibas123/config": "^1.1.1",
"@hibas123/nodelogging": "^2.1.4",
"@hibas123/nodeloggingserver_client": "^1.1.2",
"@hibas123/safe_mongo": "^1.6.1",
@ -63,8 +63,8 @@
"dotenv": "^8.2.0",
"express": "^4.17.1",
"handlebars": "^4.7.3",
"i18n": "^0.8.5",
"ini": "^1.3.5",
"i18n": "^0.13.2",
"ini": "^2.0.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"mongodb": "^3.5.4",
@ -74,6 +74,6 @@
"reflect-metadata": "^0.1.13",
"speakeasy": "^2.0.0",
"u2f": "^0.1.3",
"uuid": "^7.0.2"
"uuid": "^8.3.2"
}
}