update approve center
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"prisma:reset": "npx prisma migrate reset --schema=./epess-database/prisma/schema.prisma",
|
||||
"prisma:seed": "npx prisma db seed --schema=./epess-database/prisma/schema.prisma",
|
||||
"prisma:format": "npx prisma format --schema=./epess-database/prisma/schema.prisma",
|
||||
"prisma:studio": "npx prisma studio --schema=./epess-database/prisma/schema.prisma",
|
||||
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
||||
"prettier": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
||||
"test": "jest",
|
||||
@@ -53,7 +54,7 @@
|
||||
"@pothos/plugin-scope-auth": "^4.1.0",
|
||||
"@pothos/plugin-simple-objects": "^4.1.0",
|
||||
"@pothos/plugin-smart-subscriptions": "^4.1.0",
|
||||
"@prisma/client": "^5.20.0",
|
||||
"@prisma/client": "^5.21.1",
|
||||
"@smatch-corp/nestjs-pothos": "^0.3.0",
|
||||
"@smatch-corp/nestjs-pothos-apollo-driver": "^0.1.0",
|
||||
"apollo-server-express": "^3.13.0",
|
||||
@@ -107,7 +108,7 @@
|
||||
"globals": "^15.10.0",
|
||||
"jest": "^29.5.0",
|
||||
"prettier": "^3.0.0",
|
||||
"prisma": "^5.20.0",
|
||||
"prisma": "^5.21.1",
|
||||
"source-map-support": "^0.5.21",
|
||||
"supertest": "^7.0.0",
|
||||
"ts-jest": "^29.1.0",
|
||||
|
||||
Reference in New Issue
Block a user