Set fixed version of @types/node to fix build

This commit is contained in:
Jan Oberhauser
2020-09-12 19:25:49 +02:00
parent d48c649329
commit ac2e0040b0
6 changed files with 6 additions and 6 deletions

View File

@@ -54,7 +54,7 @@
"@oclif/command": "^1.5.18",
"@oclif/errors": "^1.2.2",
"@types/express": "^4.17.6",
"@types/node": "^14.0.27",
"@types/node": "14.0.27",
"change-case": "^4.1.1",
"copyfiles": "^2.1.1",
"inquirer": "^7.0.1",