Skip to content

Commit a1e3b7b

Browse files
committed
Dev graphql dependency => same as peer dependency
1 parent ed7cf16 commit a1e3b7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@typescript-eslint/parser": "^2.27.0",
4848
"chai": "^4.2.0",
4949
"eslint": "^6.8.0",
50-
"graphql": "15.0.0",
50+
"graphql": "^14.5.0 || ^15.0.0",
5151
"mocha": "^7.1.1",
5252
"rimraf": "^3.0.2",
5353
"ts-node": "^8.8.2",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ globals@^12.1.0:
610610
dependencies:
611611
type-fest "^0.8.1"
612612

613-
graphql@15.0.0:
613+
"graphql@^14.5.0 || ^15.0.0":
614614
version "15.0.0"
615615
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.0.0.tgz#042a5eb5e2506a2e2111ce41eb446a8e570b8be9"
616616
integrity sha512-ZyVO1xIF9F+4cxfkdhOJINM+51B06Friuv4M66W7HzUOeFd+vNzUn4vtswYINPi6sysjf1M2Ri/rwZALqgwbaQ==

0 commit comments

Comments
 (0)