🐛 Fix build issue by setting fixed version of @types/node #2358

This commit is contained in:
Jan Oberhauser
2021-10-22 14:39:36 -05:00
parent 73931f73ce
commit 37930057d8
6 changed files with 6 additions and 6 deletions

View File

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