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