fixed uuid dep
... | ... | @@ -21,11 +21,12 @@ |
"nice-grpc": "^2.1.7", | ||
"path": "^0.12.7", | ||
"typescript": "^5.3.3", | ||
"uuidv4": "^6.2.13" | ||
"uuid": "^9.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/express-ws": "^3.0.4", | ||
"@types/lodash": "^4.14.202", | ||
"@types/uuid": "^9.0.8", | ||
"grpc-tools": "^1.12.4", | ||
"ts-proto": "^1.167.2" | ||
} | ||
... | ... |
Please register or sign in to comment