File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
packages/node_modules/overmind-graphql Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3636 "emotion" : " 9.2.12" ,
3737 "express" : " 4.16.3" ,
3838 "graphql" : " 14.5.8" ,
39- "graphql-request" : " 3.1 .0" ,
39+ "graphql-request" : " 3.3 .0" ,
4040 "graphql-tag" : " 2.10.3" ,
4141 "install" : " 0.12.1" ,
4242 "is-plain-obj" : " 1.1.0" ,
Original file line number Diff line number Diff line change 3232 ],
3333 "dependencies" : {
3434 "@absinthe/socket" : " ^0.2.1" ,
35- "cross-fetch" : " ^3.0.6" ,
3635 "graphql" : " ^14.5.8" ,
37- "graphql-request" : " ^3.1 .0" ,
36+ "graphql-request" : " ^3.3 .0" ,
3837 "graphql-tag" : " ^2.10.3" ,
3938 "overmind" : " next" ,
4039 "phoenix" : " ^1.4.13"
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { GraphQLClient } from 'graphql-request';
33import { RequestInit } from 'graphql-request/dist/types.dom' ;
44import { print } from 'graphql/language/printer' ;
55import { Socket as PhoenixSocket } from 'phoenix' ;
6- import 'cross-fetch/polyfill' ;
76
87import gqlTag from 'graphql-tag' ;
98
You can’t perform that action at this time.
0 commit comments