refactor chat

This commit is contained in:
1ilit
2023-09-19 15:51:00 +03:00
parent 274c434206
commit 4181ef4c74
5 changed files with 97 additions and 11 deletions

9
package-lock.json generated
View File

@@ -24,6 +24,7 @@
"react-router-dom": "^6.11.2",
"react-scripts": "5.0.1",
"socket.io-client": "^4.7.2",
"unique-names-generator": "^4.7.1",
"url": "^0.11.1",
"web-vitals": "^2.1.4"
},
@@ -17035,6 +17036,14 @@
"node": ">=4"
}
},
"node_modules/unique-names-generator": {
"version": "4.7.1",
"resolved": "https://registry.npmjs.org/unique-names-generator/-/unique-names-generator-4.7.1.tgz",
"integrity": "sha512-lMx9dX+KRmG8sq6gulYYpKWZc9RlGsgBR6aoO8Qsm3qvkSJ+3rAymr+TnV8EDMrIrwuFJ4kruzMWM/OpYzPoow==",
"engines": {
"node": ">=8"
}
},
"node_modules/unique-string": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",