File tree Expand file tree Collapse file tree 4 files changed +22
-0
lines changed Expand file tree Collapse file tree 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 2323 "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" ,
2424 "graphql-sock" : " ^1.0.0"
2525 },
26+ "peerDependenciesMeta" : {
27+ "graphql-sock" : {
28+ "optional" : true
29+ }
30+ },
2631 "devDependencies" : {
2732 "graphql-sock" : " 1.0.0"
2833 },
Original file line number Diff line number Diff line change 2424 "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" ,
2525 "graphql-sock" : " ^1.0.0"
2626 },
27+ "peerDependenciesMeta" : {
28+ "graphql-sock" : {
29+ "optional" : true
30+ }
31+ },
2732 "devDependencies" : {
2833 "graphql-subscriptions" : " 3.0.0" ,
2934 "graphql-sock" : " 1.0.0"
Original file line number Diff line number Diff line change 3636 "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" ,
3737 "graphql-sock" : " ^1.0.0"
3838 },
39+ "peerDependenciesMeta" : {
40+ "graphql-sock" : {
41+ "optional" : true
42+ }
43+ },
3944 "main" : " dist/cjs/index.js" ,
4045 "module" : " dist/esm/index.js" ,
4146 "exports" : {
You can’t perform that action at this time.
0 commit comments