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

Commit 12046e1

Browse files
authored
Merge pull request #334 from graphql/greenkeeper/graphql-0.10.3
chore(package): update graphql to version 0.10.3
2 parents 346f84e + 910c7a9 commit 12046e1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"express": "4.14.1",
8787
"express3": "*",
8888
"flow-bin": "0.49.1",
89-
"graphql": "0.10.0",
89+
"graphql": "0.10.3",
9090
"isparta": "4.0.0",
9191
"mocha": "3.4.2",
9292
"multer": "1.3.0",

src/__tests__/http-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ describe('test harness', () => {
263263
}),
264264
);
265265

266-
expect(response.status).to.equal(400);
266+
expect(response.status).to.equal(200);
267267
expect(JSON.parse(response.text)).to.deep.equal({
268268
errors: [
269269
{

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,9 +1802,9 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.4:
18021802
version "1.0.1"
18031803
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
18041804

1805-
1806-
version "0.10.0"
1807-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.10.0.tgz#29e4f83d85e79245f8496f40a2232e6e5c5baaee"
1805+
1806+
version "0.10.3"
1807+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.10.3.tgz#c313afd5518e673351bee18fb63e2a0e487407ab"
18081808
dependencies:
18091809
iterall "^1.1.0"
18101810

0 commit comments

Comments
 (0)