Added the socket.io-client dependency to the package.json

This commit is contained in:
2023-06-01 18:49:44 +02:00
parent 4c4865c6f7
commit 3cd2c895a5
2 changed files with 52 additions and 2 deletions

View File

@ -18,7 +18,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.2",
"sass": "^1.62.1"
"sass": "^1.62.1",
"socket.io-client": "^4.6.2"
},
"devDependencies": {
"@types/react": "^18.2.7",