Skip to content

Commit e322ecb

Browse files
committed
chore(deps): update nest monorepo to v9
1 parent 2291dec commit e322ecb

File tree

4 files changed

+93
-223
lines changed

4 files changed

+93
-223
lines changed

packages/apollo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"@apollo/gateway": "0.51.0",
2727
"@apollo/gateway-v2": "npm:@apollo/[email protected]",
2828
"@apollo/subgraph-v2": "npm:@apollo/[email protected]",
29-
"@nestjs/common": "8.4.7",
30-
"@nestjs/core": "8.4.7",
31-
"@nestjs/platform-express": "8.4.7",
32-
"@nestjs/platform-fastify": "8.4.7",
33-
"@nestjs/testing": "8.4.7",
29+
"@nestjs/common": "9.0.8",
30+
"@nestjs/core": "9.0.8",
31+
"@nestjs/platform-express": "9.0.8",
32+
"@nestjs/platform-fastify": "9.0.8",
33+
"@nestjs/testing": "9.0.8",
3434
"apollo-cache-inmemory": "1.6.6",
3535
"apollo-client": "2.6.10",
3636
"apollo-link-ws": "1.0.20",

packages/graphql/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
},
3636
"devDependencies": {
3737
"@apollo/subgraph": "0.4.2",
38-
"@nestjs/common": "8.4.7",
39-
"@nestjs/core": "8.4.7",
40-
"@nestjs/testing": "8.4.7",
38+
"@nestjs/common": "9.0.8",
39+
"@nestjs/core": "9.0.8",
40+
"@nestjs/testing": "9.0.8",
4141
"graphql": "15.8.0",
4242
"reflect-metadata": "0.1.13",
4343
"ts-morph": "15.1.0"

packages/mercurius/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"tslib": "2.4.0"
2828
},
2929
"devDependencies": {
30-
"@nestjs/common": "8.4.7",
31-
"@nestjs/platform-fastify": "8.4.7",
32-
"@nestjs/testing": "8.4.7",
30+
"@nestjs/common": "9.0.8",
31+
"@nestjs/platform-fastify": "9.0.8",
32+
"@nestjs/testing": "9.0.8",
3333
"fastify": "4.4.0",
3434
"mercurius": "8.13.0",
3535
"mercurius-integration-testing": "5.0.0"

0 commit comments

Comments
 (0)