Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 9071b56

Browse files
authored
Merge pull request #383 from wincent/glh/graphql-update
Update graphql dependency
2 parents 5f4e9a0 + e9169a3 commit 9071b56

File tree

2 files changed

+451
-407
lines changed

2 files changed

+451
-407
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"express": "4.14.1",
8282
"express3": "*",
8383
"flow-bin": "0.52.0",
84-
"graphql": "0.10.5",
84+
"graphql": "0.11.2",
8585
"isparta": "4.0.0",
8686
"mocha": "3.5.0",
8787
"multer": "1.3.0",
@@ -92,6 +92,6 @@
9292
"supertest": "3.0.0"
9393
},
9494
"peerDependencies": {
95-
"graphql": "^0.10.0"
95+
"graphql": "^0.10.0 || ^0.11.0"
9696
}
9797
}

0 commit comments

Comments
 (0)