From 36e8b715e892e347bf89c3e03d4f3361bd7fc498 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 3 Jun 2023 01:33:00 +0200 Subject: [PATCH] Added the uuid dependency to the client package.json --- client/package.json | 3 ++- client/yarn.lock | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 4fa79f9..22f7967 100644 --- a/client/package.json +++ b/client/package.json @@ -20,7 +20,8 @@ "react-router-dom": "^6.11.2", "react-transition-group": "^4.4.5", "sass": "^1.62.1", - "socket.io-client": "^4.6.2" + "socket.io-client": "^4.6.2", + "uuid": "^9.0.0" }, "devDependencies": { "@types/react": "^18.2.8", diff --git a/client/yarn.lock b/client/yarn.lock index a7aec6f..29d80a5 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2043,6 +2043,11 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" +uuid@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5" + integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg== + vite@^4.3.9: version "4.3.9" resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.9.tgz#db896200c0b1aa13b37cdc35c9e99ee2fdd5f96d"