Skip to content

Commit 417b194

Browse files
authored
graphql 14.x updates (#171)
- Allow `graphql` 14 as a peer dep - Force `graphql` 14 as a dev dep - Update to `@types/graphql` 14
1 parent 603e39e commit 417b194

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"iterall": "^1.2.1"
1212
},
1313
"peerDependencies": {
14-
"graphql": "^0.10.5 || ^0.11.3 || ^0.12.0 || ^0.13.0"
14+
"graphql": "^0.10.5 || ^0.11.3 || ^0.12.0 || ^0.13.0 || ^14.0.0"
1515
},
1616
"scripts": {
1717
"clean": "rimraf dist coverage",
@@ -28,14 +28,14 @@
2828
},
2929
"devDependencies": {
3030
"@types/chai-as-promised": "^7.1.0",
31-
"@types/graphql": "^0.11.3",
31+
"@types/graphql": "^14.0.0",
3232
"@types/mocha": "^2.2.39",
3333
"@types/node": "^8.0.28",
3434
"@types/sinon": "^5.0.1",
3535
"@types/sinon-chai": "^3.2.0",
3636
"chai": "^4.1.2",
3737
"chai-as-promised": "^7.1.1",
38-
"graphql": "^0.13.0",
38+
"graphql": "^14.0.0",
3939
"istanbul": "^1.0.0-alpha.2",
4040
"mocha": "^5.2.0",
4141
"remap-istanbul": "^0.9.1",

0 commit comments

Comments
 (0)