Skip to content

Commit ab7c661

Browse files
chore(): resolve conflicts
2 parents bd71506 + 7619b57 commit ab7c661

File tree

3 files changed

+133
-124
lines changed

3 files changed

+133
-124
lines changed

packages/apollo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"url": "https://github.com/nestjs/graphql/issues"
2323
},
2424
"devDependencies": {
25-
"@apollo/gateway": "0.44.1",
25+
"@apollo/gateway": "0.46.0",
2626
"@nestjs/common": "8.2.3",
2727
"@nestjs/core": "8.2.3",
2828
"@nestjs/platform-express": "8.2.3",
@@ -31,16 +31,16 @@
3131
"apollo-cache-inmemory": "1.6.6",
3232
"apollo-client": "2.6.10",
3333
"apollo-link-ws": "1.0.20",
34-
"apollo-server-core": "3.5.0",
35-
"apollo-server-express": "3.5.0",
36-
"apollo-server-fastify": "3.5.0"
34+
"apollo-server-core": "3.6.2",
35+
"apollo-server-express": "3.6.2",
36+
"apollo-server-fastify": "3.6.2"
3737
},
3838
"dependencies": {
3939
"@graphql-tools/utils": "8.5.5",
4040
"lodash.omit": "4.5.0"
4141
},
4242
"peerDependencies": {
43-
"@apollo/gateway": "^0.44.1",
43+
"@apollo/gateway": "^0.44.1 || ^0.46.0",
4444
"@nestjs/common": "^8.2.3",
4545
"@nestjs/core": "^8.2.3",
4646
"apollo-server-core": "^3.5.0",

packages/graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@graphql-tools/utils": "8.5.5",
2323
"@nestjs/mapped-types": "1.0.1",
2424
"chokidar": "3.5.2",
25-
"fast-glob": "3.2.7",
25+
"fast-glob": "3.2.11",
2626
"graphql-tag": "2.12.6",
2727
"graphql-ws": "5.5.5",
2828
"iterall": "1.3.0",
@@ -31,7 +31,7 @@
3131
"subscriptions-transport-ws": "0.11.0",
3232
"tslib": "2.3.1",
3333
"uuid": "8.3.2",
34-
"ws": "8.3.0"
34+
"ws": "8.4.2"
3535
},
3636
"devDependencies": {
3737
"@apollo/subgraph": "0.1.5",

0 commit comments

Comments
 (0)