File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ ### v5.0.1
2
+
3
+ - Update @graphql-tools/utils dependency and fix samples for Apollo server v3.
4
+
1
5
### v5.0.0
2
6
3
7
- Update graphql peer-dependency for Apollo server v3.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-component" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"description" : " Build, customize and compose GraphQL schemas in a componentized fashion" ,
5
5
"keywords" : [
6
6
" graphql" ,
27
27
"@graphql-tools/mock" : " ^8.7.1" ,
28
28
"@graphql-tools/schema" : " ^8.5.1" ,
29
29
"@graphql-tools/stitch" : " ^8.7.1" ,
30
- "@graphql-tools/utils" : " ^7.10.0 " ,
30
+ "@graphql-tools/utils" : " ^8.6.10 " ,
31
31
"@graphql-tools/wrap" : " ^8.5.1" ,
32
32
"debug" : " ^4.3.1"
33
33
},
34
34
"peerDependencies" : {
35
35
"graphql" : " ^16.0.0"
36
36
},
37
37
"devDependencies" : {
38
- "@apollo/gateway" : " ^0.28.2 " ,
38
+ "@apollo/gateway" : " ^2.7.1 " ,
39
39
"apollo-server" : " ^3.13.0" ,
40
40
"casual" : " ^1.6.0" ,
41
41
"eslint" : " ^6.5.1" ,
42
- "graphql" : " ^15 .0.0" ,
42
+ "graphql" : " ^16 .0.0" ,
43
43
"graphql-tag" : " ^2.12.4" ,
44
44
"nyc" : " ^14.1.1" ,
45
45
"sinon" : " ^12.0.1" ,
You can’t perform that action at this time.
0 commit comments