Skip to content

Commit 741937c

Browse files
chore: move apollo server to peer deps
1 parent 6c5d222 commit 741937c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/apollo/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@apollo/gateway": "2.2.3",
26+
"@apollo/server": "4.3.2",
2627
"@apollo/server-plugin-response-cache": "4.1.0",
2728
"@apollo/subgraph": "2.2.3",
2829
"@as-integrations/fastify": "1.3.0",
@@ -36,14 +37,14 @@
3637
"apollo-link-ws": "1.0.20"
3738
},
3839
"dependencies": {
39-
"@apollo/server": "4.3.2",
4040
"@apollo/server-plugin-landing-page-graphql-playground": "4.0.0",
4141
"iterall": "1.3.0",
4242
"lodash.omit": "4.5.0",
4343
"tslib": "2.5.0"
4444
},
4545
"peerDependencies": {
4646
"@apollo/gateway": "^2.0.0",
47+
"@apollo/server": "^4.3.2",
4748
"@apollo/subgraph": "^2.0.0",
4849
"@as-integrations/fastify": "^1.3.0",
4950
"@nestjs/common": "^9.0.0",

0 commit comments

Comments
 (0)