mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
fix: wrong dependency version in init command
This commit is contained in:
parent
0194f179fe
commit
daf1b47a60
@ -391,7 +391,7 @@ export class UserController {
|
||||
|
||||
async one(request: Request, response: Response, next: NextFunction) {
|
||||
const id = parseInt(request.params.id)
|
||||
|
||||
|
||||
|
||||
const user = await this.userRepository.findOne({
|
||||
where: { id }
|
||||
@ -718,7 +718,7 @@ Steps to run this project:
|
||||
packageJson.dependencies["oracledb"] = "^5.1.0"
|
||||
break
|
||||
case "mssql":
|
||||
packageJson.dependencies["mssql"] = "^7.3.0"
|
||||
packageJson.dependencies["mssql"] = "^9.1.1"
|
||||
break
|
||||
case "mongodb":
|
||||
packageJson.dependencies["mongodb"] = "^3.0.8"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user