From be04f003ceb50c6302dfd2232880b62277bc5bcb Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 13 May 2025 19:07:22 +0100 Subject: [PATCH] Remove @types/uuid - uuid has its own types now (#4845) Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 340610dbd..7be0c1f51 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,6 @@ "@types/jest": "^29.0.0", "@types/node": "18", "@types/sdp-transform": "^2.4.5", - "@types/uuid": "10", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "babel-jest": "^29.0.0", -- GitLab