From d7044f5f781285442c1bf7261cb43a10f70de931 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 8 Feb 2021 22:51:15 +0100 Subject: [PATCH] add uuid types --- package-lock.json | 5 +++++ package.json | 1 + 2 files changed, 6 insertions(+) diff --git a/package-lock.json b/package-lock.json index 24e3c0b..1ba739a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 6b71424..58e8a7b 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "@types/node": "^12.12.21", "@types/react": "^16.9.16", "@types/react-dom": "^16.9.4", + "@types/uuid": "^8.3.0", "typescript": "4.0" }, "license": "MIT"