File tree 4 files changed +22
-0
lines changed
4 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @graphql-codegen/typescript-operations ' : patch
3
+ ' @graphql-codegen/typescript-resolvers ' : patch
4
+ ' @graphql-codegen/client-preset ' : patch
5
+ ---
6
+
7
+ Make graphql-sock optional peerDep
Original file line number Diff line number Diff line change 23
23
"graphql" : " ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" ,
24
24
"graphql-sock" : " ^1.0.0"
25
25
},
26
+ "peerDependenciesMeta" : {
27
+ "graphql-sock" : {
28
+ "optional" : true
29
+ }
30
+ },
26
31
"devDependencies" : {
27
32
"graphql-sock" : " 1.0.0"
28
33
},
Original file line number Diff line number Diff line change 24
24
"graphql" : " ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" ,
25
25
"graphql-sock" : " ^1.0.0"
26
26
},
27
+ "peerDependenciesMeta" : {
28
+ "graphql-sock" : {
29
+ "optional" : true
30
+ }
31
+ },
27
32
"devDependencies" : {
28
33
"graphql-subscriptions" : " 3.0.0" ,
29
34
"graphql-sock" : " 1.0.0"
Original file line number Diff line number Diff line change 36
36
"graphql" : " ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" ,
37
37
"graphql-sock" : " ^1.0.0"
38
38
},
39
+ "peerDependenciesMeta" : {
40
+ "graphql-sock" : {
41
+ "optional" : true
42
+ }
43
+ },
39
44
"main" : " dist/cjs/index.js" ,
40
45
"module" : " dist/esm/index.js" ,
41
46
"exports" : {
You can’t perform that action at this time.
0 commit comments