3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 04:45:02 +00:00

Update to Knub v30.0.0-beta.8, TypeScript v3.9; update Node typings to v14

This commit is contained in:
Dragory 2020-07-05 04:59:53 +03:00
parent 3e50d39105
commit 1bf5a7fa28
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
4 changed files with 20 additions and 35 deletions

View file

@ -34,8 +34,8 @@
"humanize-duration": "^3.15.0",
"io-ts": "^2.0.0",
"js-yaml": "^3.13.1",
"knub": "^30.0.0-beta.7",
"knub-command-manager": "^7.0.0",
"knub": "^30.0.0-beta.8",
"knub-command-manager": "^8.1.0",
"last-commit-log": "^2.1.0",
"lodash.chunk": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
@ -67,7 +67,7 @@
"@types/js-yaml": "^3.12.1",
"@types/lodash.at": "^4.6.3",
"@types/moment-timezone": "^0.5.6",
"@types/node": "^12.12.24",
"@types/node": "^14.0.14",
"@types/passport": "^1.0.0",
"@types/passport-oauth2": "^1.4.8",
"@types/passport-strategy": "^0.2.35",
@ -77,7 +77,7 @@
"rimraf": "^2.6.2",
"source-map-support": "^0.5.16",
"tsc-watch": "^4.0.0",
"typescript": "^3.7.2"
"typescript": "^3.9.6"
},
"ava": {
"compileEnhancements": false,