Remove uuid dependency

This commit is contained in:
aronmal 2023-02-14 20:59:55 +01:00
parent a61b423609
commit 2ae2d51629
Signed by: aronmal
GPG key ID: 816B7707426FC612
2 changed files with 1 additions and 16 deletions

View file

@ -32,8 +32,7 @@
"react-dom": "18.2.0",
"socket.io": "^4.6.0",
"socket.io-client": "^4.6.0",
"typescript": "4.9.4",
"uuid": "^9.0.0"
"typescript": "4.9.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
@ -41,7 +40,6 @@
"@types/node": "^18.13.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@types/uuid": "^9.0.0",
"@types/web-bluetooth": "^0.0.16",
"autoprefixer": "^10.4.13",
"eslint-config-prettier": "^8.6.0",