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"