chore: bump version (#2287)

This commit is contained in:
Himself65
2023-05-10 04:40:36 +08:00
committed by GitHub
parent b81b5439ae
commit 10976a9257
3 changed files with 543 additions and 328 deletions

View File

@@ -20,7 +20,7 @@
"@nestjs/core": "^9.4.0",
"@nestjs/graphql": "^11.0.5",
"@nestjs/platform-express": "^9.4.0",
"@prisma/client": "^4.13.0",
"@prisma/client": "^4.14.0",
"bcrypt": "^5.1.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
@@ -28,7 +28,7 @@
"graphql-type-json": "^0.3.2",
"jsonwebtoken": "^9.0.0",
"lodash-es": "^4.17.21",
"prisma": "^4.13.0",
"prisma": "^4.14.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
},