File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### v5.0.0
2
+
3
+ - Update graphql peer-dependency for Apollo server v3.
4
+
1
5
### v4.0.0
2
6
3
7
- Updated @apollo/federation dependency for Node 18 compatibility.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-component" ,
3
- "version" : " 4 .0.0" ,
3
+ "version" : " 5 .0.0" ,
4
4
"description" : " Build, customize and compose GraphQL schemas in a componentized fashion" ,
5
5
"keywords" : [
6
6
" graphql" ,
32
32
"debug" : " ^4.3.1"
33
33
},
34
34
"peerDependencies" : {
35
- "graphql" : " ^15 .0.0"
35
+ "graphql" : " ^16 .0.0"
36
36
},
37
37
"devDependencies" : {
38
38
"@apollo/gateway" : " ^0.28.2" ,
39
- "apollo-server" : " ^2.25 .0" ,
39
+ "apollo-server" : " ^3.13 .0" ,
40
40
"casual" : " ^1.6.0" ,
41
41
"eslint" : " ^6.5.1" ,
42
42
"graphql" : " ^15.0.0" ,
You can’t perform that action at this time.
0 commit comments