Skip to content

Commit cf0645c

Browse files
committed
remove graphql
1 parent b3b6aa4 commit cf0645c

File tree

2 files changed

+9
-79
lines changed

2 files changed

+9
-79
lines changed

package-lock.json

Lines changed: 8 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"eslint-config-prettier": ">=6.4.0",
4040
"eslint-plugin-eslint-comments": ">=3.0.1",
4141
"eslint-plugin-flowtype": ">=4.3.0",
42-
"eslint-plugin-graphql": ">=3.0.1",
4342
"eslint-plugin-import": ">=2.18.2",
4443
"eslint-plugin-jsdoc": ">=15.5.2",
4544
"eslint-plugin-prettier": ">=2.6.0",
@@ -52,8 +51,7 @@
5251
},
5352
"peerDependencies": {
5453
"eslint": ">=4.19.0",
55-
"flow-bin": ">=0.70.0",
56-
"graphql": ">=14.0.0"
54+
"flow-bin": ">=0.70.0"
5755
},
5856
"files": [
5957
"bin/*",
@@ -63,7 +61,6 @@
6361
"devDependencies": {
6462
"eslint": ">=6.5.1",
6563
"flow-bin": ">=0.110.1",
66-
"graphql": ">=14.5.8",
6764
"mocha": ">=6.2.2",
6865
"rimraf": "^3.0.0"
6966
}

0 commit comments

Comments
 (0)