Updated @types/node to v14, fixed TS breaking with changes

This commit is contained in:
Rupenieks
2020-08-12 12:19:41 +02:00
parent 3ef6f031ec
commit a69098a096
10 changed files with 12 additions and 9 deletions

View File

@@ -54,7 +54,7 @@
"@oclif/command": "^1.5.18",
"@oclif/errors": "^1.2.2",
"@types/express": "^4.16.1",
"@types/node": "^10.10.1",
"@types/node": "^14.0.26",
"change-case": "^4.1.1",
"copyfiles": "^2.1.1",
"inquirer": "^7.0.0",