Commit 51a0b7a9 authored by nanahira's avatar nanahira

lock nestjs to 11

parent 1155e0a2
Pipeline #43825 passed with stages
in 1 minute and 21 seconds
#!/bin/bash #!/bin/bash
npm install --save typeorm @nestjs/typeorm pg nicot npm install --save typeorm "@nestjs/typeorm@^11" pg "nicot@^1"
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
npm install --save \ npm install --save \
class-validator \ class-validator \
class-transformer \ class-transformer \
@nestjs/swagger \ "@nestjs/swagger@^11" \
@nestjs/config \ "@nestjs/config@^4" \
yaml \ yaml \
nesties "nesties@^1"
npm install --save-dev \ npm install --save-dev \
@types/express @types/express
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment