🐛 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

@@ -41,7 +41,7 @@
"@types/jest": "^26.0.13",
"@types/lodash.get": "^4.4.6",
"@types/lodash.set": "^4.3.6",
"@types/node": "^14.14.40",
"@types/node": "14.17.27",
"@types/quill": "^2.0.1",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.29.0",