Add UUID package
This commit is contained in:
parent
a9192e9423
commit
b9c9154f00
2 changed files with 16 additions and 1 deletions
|
|
@ -19,9 +19,11 @@
|
|||
"dependencies": {
|
||||
"@types/engine.io": "^3.1.4",
|
||||
"@types/socket.io": "^2.1.11",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"fs": "^0.0.1-security",
|
||||
"socket.io": "^2.3.0",
|
||||
"tslog": "^2.9.0",
|
||||
"typescript": "^4.0.3"
|
||||
"typescript": "^4.0.3",
|
||||
"uuid": "^8.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue