update service and category

This commit is contained in:
2024-11-11 18:55:24 +07:00
parent 705c4b53d8
commit e0a8b0aaa0
8 changed files with 130 additions and 20 deletions

24
package-lock.json generated
View File

@@ -38,6 +38,7 @@
"@pothos/plugin-scope-auth": "^4.1.0",
"@pothos/plugin-simple-objects": "^4.1.0",
"@pothos/plugin-smart-subscriptions": "^4.1.0",
"@pothos/plugin-zod": "^4.1.0",
"@prisma/client": "^5.21.1",
"@smatch-corp/nestjs-pothos": "^0.3.0",
"@smatch-corp/nestjs-pothos-apollo-driver": "^0.1.0",
@@ -66,7 +67,8 @@
"rxjs": "^7.8.1",
"swagger-ui-express": "^5.0.1",
"type-graphql": "^2.0.0-rc.2",
"yjs": "^13.6.20"
"yjs": "^13.6.20",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
@@ -5238,6 +5240,17 @@
"graphql": ">=16.6.0"
}
},
"node_modules/@pothos/plugin-zod": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@pothos/plugin-zod/-/plugin-zod-4.1.0.tgz",
"integrity": "sha512-KNAFllvYTZimY+rjELNRRUNVyN2zhZ0jIGsTDb9QVYZ8c5EBT3tHjuImu7t12GHnOAkuTimCEk/VngyMUQpEyw==",
"license": "ISC",
"peerDependencies": {
"@pothos/core": "*",
"graphql": ">=16.6.0",
"zod": "*"
}
},
"node_modules/@prisma/client": {
"version": "5.21.1",
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-5.21.1.tgz",
@@ -18318,6 +18331,15 @@
"dependencies": {
"zen-observable": "0.8.15"
}
},
"node_modules/zod": {
"version": "3.23.8",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz",
"integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}