chore: bump version (#2423)

This commit is contained in:
Himself65
2023-05-17 15:02:55 -07:00
committed by GitHub
parent 02e1f528bf
commit 6c310249d9
9 changed files with 739 additions and 713 deletions

View File

@@ -16,35 +16,35 @@
"dependencies": {
"@apollo/server": "^4.7.1",
"@nestjs/apollo": "^11.0.5",
"@nestjs/common": "^9.4.0",
"@nestjs/core": "^9.4.0",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/graphql": "^11.0.5",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/platform-express": "^9.4.1",
"@node-rs/bcrypt": "^1.7.1",
"@prisma/client": "^4.14.0",
"@prisma/client": "^4.14.1",
"dotenv": "^16.0.3",
"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.0",
"prisma": "^4.14.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/testing": "^9.4.0",
"@nestjs/testing": "^9.4.1",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.16.9",
"@types/node": "^18.16.12",
"@types/supertest": "^2.0.12",
"c8": "^7.13.0",
"nodemon": "^2.0.22",
"supertest": "^6.3.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vitest": "^0.31.0"
"vitest": "^0.31.1"
},
"nodemonConfig": {
"exec": "node",