Skip to content

Commit cf335c8

Browse files
committed
Allow graphql-js 0.13 #13
1 parent 8294a54 commit cf335c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"devDependencies": {
3838
"@types/assert": "^0.0.31",
3939
"@types/chai": "^4.1.4",
40-
"@types/graphql": "^14.0.0",
40+
"@types/graphql": "^0.13.0 || ^14.0.0",
4141
"@types/lodash.get": "^4.4.4",
4242
"@types/mocha": "^5.2.5",
4343
"chai": "^4.1.0",
4444
"eslint": "^5.4.0",
4545
"eslint-plugin-typescript": "^0.12.0",
46-
"graphql": "^14.0.0",
46+
"graphql": "^0.13.0 || ^14.0.0",
4747
"mocha": "^5.2.0",
4848
"rimraf": "^2.6.1",
4949
"ts-node": "^7.0.1",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
version "4.1.6"
2525
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.1.6.tgz#1eb26c040e3a84205b1008ad55c800e5e8a94e34"
2626

27-
"@types/graphql@^14.0.0":
27+
"@types/graphql@^0.13.0 || ^14.0.0":
2828
version "14.0.2"
2929
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.0.2.tgz#415e3779718c1e0805e418e3a798cb39dccc58ab"
3030

@@ -439,7 +439,7 @@ graceful-fs@^4.1.2:
439439
version "4.1.11"
440440
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
441441

442-
graphql@^14.0.0:
442+
"graphql@^0.13.0 || ^14.0.0":
443443
version "14.0.2"
444444
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.2.tgz#7dded337a4c3fd2d075692323384034b357f5650"
445445
dependencies:

0 commit comments

Comments
 (0)