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
npm install --save typeorm @nestjs/typeorm pg nicot
npm install --save typeorm "@nestjs/typeorm@^11" pg "nicot@^1"
......@@ -2,10 +2,10 @@
npm install --save \
class-validator \
class-transformer \
@nestjs/swagger \
@nestjs/config \
"@nestjs/swagger@^11" \
"@nestjs/config@^4" \
yaml \
nesties
"nesties@^1"
npm install --save-dev \
@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