File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 47
47
},
48
48
"peerDependencies" : {
49
49
"@apollo/gateway" : " ^0.44.1 || ^0.46.0 || ^0.48.0 || ^0.49.0 || ^0.50.0 || ^2.0.0" ,
50
+ "@apollo/subgraph" : " ^2.0.0" ,
50
51
"@nestjs/common" : " ^8.2.3 || ^9.0.0" ,
51
52
"@nestjs/core" : " ^8.2.3 || ^9.0.0" ,
52
53
"@nestjs/graphql" : " ^10.0.0" ,
59
60
"@apollo/gateway" : {
60
61
"optional" : true
61
62
},
63
+ "@apollo/subgraph" : {
64
+ "optional" : true
65
+ },
62
66
"apollo-server-core" : {
63
67
"optional" : true
64
68
},
Original file line number Diff line number Diff line change 35
35
"mercurius-integration-testing" : " 6.0.1"
36
36
},
37
37
"peerDependencies" : {
38
+ "@apollo/subgraph" : " ^2.0.0" ,
38
39
"@nestjs/common" : " ^8.2.3 || ^9.0.0" ,
39
40
"@nestjs/graphql" : " ^10.0.0" ,
40
41
"fastify" : " ^3.25.0 || ^4.0.0" ,
41
42
"graphql" : " ^15.8.0 || ^16.0.0" ,
42
43
"mercurius" : " ^8.12.0 || ^9.0.0 || ^10.0.0"
44
+ },
45
+ "peerDependenciesMeta" : {
46
+ "@apollo/subgraph" : {
47
+ "optional" : true
48
+ }
43
49
}
44
50
}
You can’t perform that action at this time.
0 commit comments