missing types for uuid

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2024-07-03 13:33:09 +02:00
parent 1c1261e632
commit 47032b9b53
No known key found for this signature in database
GPG key ID: ADE44D8C9D44FBE4
2 changed files with 9 additions and 0 deletions

View file

@ -32,6 +32,7 @@
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vercel/ncc": "^0.38.1",