Added the uuid dependency to the client package.json

This commit is contained in:
2023-06-03 01:33:00 +02:00
parent 869b894a9c
commit 36e8b715e8
2 changed files with 7 additions and 1 deletions

View File

@ -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",