build: update dependencies

This commit is contained in:
Wieland Schöbl
2020-11-23 16:31:27 +01:00
parent 8b7428d5df
commit c22957efe3
2 changed files with 1819 additions and 1449 deletions

3240
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -19,23 +19,23 @@
"push": "git push && git push origin \"v$npm_package_version\"" "push": "git push && git push origin \"v$npm_package_version\""
}, },
"dependencies": { "dependencies": {
"@openstapps/api": "0.23.0", "@openstapps/api": "0.25.0",
"@openstapps/core": "0.35.0", "@openstapps/core": "0.38.1",
"@openstapps/core-tools": "0.14.0", "@openstapps/core-tools": "0.16.0",
"@openstapps/logger": "0.5.0", "@openstapps/logger": "0.5.0",
"express": "4.16.4", "express": "4.17.1",
"commander": "5.1.0", "commander": "6.2.0",
"ts-node": "8.3.0" "ts-node": "8.10.2"
}, },
"devDependencies": { "devDependencies": {
"@openstapps/configuration": "0.24.0", "@openstapps/configuration": "0.25.0",
"@types/node": "12.7.1", "@types/node": "10.17.46",
"@types/express": "4.16.1", "@types/express": "4.17.8",
"conventional-changelog-cli": "2.0.23", "conventional-changelog-cli": "2.1.1",
"prepend-file-cli": "1.0.6", "prepend-file-cli": "1.0.6",
"rimraf": "3.0.0", "rimraf": "3.0.2",
"tslint": "5.19.0", "tslint": "6.1.3",
"typedoc": "0.16.11", "typedoc": "0.18.0",
"typescript": "3.7.5" "typescript": "3.8.3"
} }
} }