Remove uuid dependency
This commit is contained in:
parent
a61b423609
commit
2ae2d51629
2 changed files with 1 additions and 16 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue