Skip to content

Commit

Permalink
fix: update backend packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kpostekk committed Sep 17, 2023
1 parent 412eede commit 75e2a5b
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 238 deletions.
30 changes: 15 additions & 15 deletions packages/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@
"codegen": "graphql-codegen --config codegen.json"
},
"dependencies": {
"@apollo/server": "^4.7.2",
"@as-integrations/fastify": "^2.0.0",
"@apollo/server": "^4.9.3",
"@as-integrations/fastify": "^2.1.0",
"@fastify/static": "^6.10.2",
"@nestjs/apollo": "^11.0.6",
"@nestjs/common": "^9.4.2",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.4.2",
"@nestjs/graphql": "^11.0.6",
"@nestjs/jwt": "^9.0.0",
"@nestjs/platform-fastify": "^9.0.0",
"@nestjs/schedule": "^2.1.0",
"@nestjs/serve-static": "^3.0.0",
"@nestjs/apollo": "^12.0.9",
"@nestjs/common": "^10.2.5",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.2.5",
"@nestjs/graphql": "^12.0.9",
"@nestjs/jwt": "^10.1.1",
"@nestjs/platform-fastify": "^10.2.5",
"@nestjs/schedule": "^3.0.3",
"@nestjs/serve-static": "^4.0.0",
"@ngneat/falso": "^6.3.2",
"@prisma/client": "^4.15.0",
"fastify": "^4.12.0",
"google-auth-library": "^8.7.0",
"@prisma/client": "^5.3.1",
"fastify": "^4.23.0",
"google-auth-library": "^9.0.0",
"graphql": "^16.6.0",
"graphql-scalars": "^1.20.1",
"graphql-subscriptions": "^2.0.0",
Expand All @@ -42,7 +42,7 @@
"luxon": "^3.1.1",
"mqemitter": "^5.0.0",
"node-html-parser": "^6.1.4",
"prisma": "^4.15.0",
"prisma": "^5.3.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0"
Expand Down
Loading

0 comments on commit 75e2a5b

Please sign in to comment.