Skip to content

Commit 225794f

Browse files
mi-kaschristianalfoni
authored andcommitted
feat(overmind-graphql): graphql-request updated
1 parent 1db033b commit 225794f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
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",

packages/node_modules/overmind-graphql/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@
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"

packages/node_modules/overmind-graphql/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { GraphQLClient } from 'graphql-request';
33
import { RequestInit } from 'graphql-request/dist/types.dom';
44
import { print } from 'graphql/language/printer';
55
import { Socket as PhoenixSocket } from 'phoenix';
6-
import 'cross-fetch/polyfill';
76

87
import gqlTag from 'graphql-tag';
98

0 commit comments

Comments
 (0)