add uuid types

This commit is contained in:
Thomas Ruoff
2021-02-08 22:51:15 +01:00
parent 214d95d3d7
commit d7044f5f78
2 changed files with 6 additions and 0 deletions

5
package-lock.json generated
View File

@@ -273,6 +273,11 @@
"@types/react": "^16"
}
},
"@types/uuid": {
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.0.tgz",
"integrity": "sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ=="
},
"abort-controller": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",