chore: bump version (#2627)

This commit is contained in:
Himself65
2023-05-31 18:16:18 +08:00
parent f18c164953
commit 7e8169c4b8
11 changed files with 200 additions and 207 deletions

View File

@@ -21,14 +21,14 @@
"@nestjs/graphql": "^11.0.6",
"@nestjs/platform-express": "^9.4.2",
"@node-rs/bcrypt": "^1.7.1",
"@prisma/client": "^4.14.1",
"dotenv": "^16.0.3",
"@prisma/client": "^4.15.0",
"dotenv": "^16.1.1",
"express": "^4.18.2",
"graphql": "^16.6.0",
"graphql-type-json": "^0.3.2",
"jsonwebtoken": "^9.0.0",
"lodash-es": "^4.17.21",
"prisma": "^4.14.1",
"prisma": "^4.15.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
},
@@ -39,12 +39,12 @@
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.16.16",
"@types/supertest": "^2.0.12",
"c8": "^7.13.0",
"c8": "^7.14.0",
"nodemon": "^2.0.22",
"supertest": "^6.3.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vitest": "^0.31.1"
"vitest": "^0.31.2"
},
"nodemonConfig": {
"exec": "node",