Skip to content

Commit

Permalink
chore(deps): update nest monorepo to v10.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 17, 2024
1 parent 8d19548 commit 518a60c
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 158 deletions.
10 changes: 5 additions & 5 deletions packages/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@apollo/server-plugin-response-cache": "4.1.0",
"@apollo/subgraph": "2.2.3",
"@as-integrations/fastify": "2.1.1",
"@nestjs/common": "10.2.10",
"@nestjs/core": "10.2.10",
"@nestjs/platform-express": "10.2.10",
"@nestjs/platform-fastify": "10.2.10",
"@nestjs/testing": "10.2.10",
"@nestjs/common": "10.4.3",
"@nestjs/core": "10.4.3",
"@nestjs/platform-express": "10.4.3",
"@nestjs/platform-fastify": "10.4.3",
"@nestjs/testing": "10.4.3",
"apollo-cache-inmemory": "1.6.6",
"apollo-client": "2.6.10",
"apollo-link-ws": "1.0.20"
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"devDependencies": {
"@apollo/subgraph": "2.2.3",
"@nestjs/common": "10.2.10",
"@nestjs/core": "10.2.10",
"@nestjs/testing": "10.2.10",
"@nestjs/common": "10.4.3",
"@nestjs/core": "10.4.3",
"@nestjs/testing": "10.4.3",
"graphql": "16.8.1",
"reflect-metadata": "0.2.2",
"ts-morph": "21.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"devDependencies": {
"@mercuriusjs/federation": "3.0.0",
"@mercuriusjs/gateway": "3.0.1",
"@nestjs/common": "10.2.10",
"@nestjs/platform-fastify": "10.2.10",
"@nestjs/testing": "10.2.10",
"@nestjs/common": "10.4.3",
"@nestjs/platform-fastify": "10.4.3",
"@nestjs/testing": "10.4.3",
"fastify": "4.28.1",
"mercurius": "14.1.0",
"mercurius-integration-testing": "8.2.0"
Expand Down
Loading

0 comments on commit 518a60c

Please sign in to comment.