fix some bug and produce many problem to solve later

This commit is contained in:
2024-11-02 16:27:28 +07:00
parent e86d979ddb
commit 1a5577f8e6
15 changed files with 751 additions and 509 deletions

View File

@@ -46,11 +46,11 @@
"@nestjs/jwt": "^10.2.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/swagger": "^7.4.2",
"@pothos/core": "^4.2.0",
"@pothos/core": "^4.3.0",
"@pothos/plugin-add-graphql": "^4.1.0",
"@pothos/plugin-authz": "^3.5.10",
"@pothos/plugin-errors": "^4.2.0",
"@pothos/plugin-prisma": "^4.2.1",
"@pothos/plugin-prisma": "^4.3.0",
"@pothos/plugin-prisma-utils": "^1.2.0",
"@pothos/plugin-relay": "^4.3.0",
"@pothos/plugin-scope-auth": "^4.1.0",
@@ -81,7 +81,8 @@
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1",
"swagger-ui-express": "^5.0.1",
"type-graphql": "^2.0.0-rc.2"
"type-graphql": "^2.0.0-rc.2",
"yjs": "^13.6.20"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",