From 96c63ba2277e12ba4bdc06c4532843bfe63db46b Mon Sep 17 00:00:00 2001 From: Luqmaan Date: Wed, 28 Feb 2018 18:08:47 -0600 Subject: [PATCH] Downgrade graphql to avoid test bug Running into this issue: https://github.com/graphql/graphql-js/issues/1248. Need to wait for this PR to get merged: https://github.com/facebook/create-react-app/pull/4085. --- frontend/package.json | 2 +- frontend/yarn.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 24c61d01..10f8d117 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "classnames": "^2.2.5", "formatcoords": "^1.1.3", "get-graphql-schema": "^2.1.0", - "graphql": "0.13.1", + "graphql": "0.13.0", "graphql-tag": "2.8.0", "jwt-decode": "^2.2.0", "mapbox": "^1.0.0-beta9", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index f50bf6cb..fa21ce11 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -4479,11 +4479,11 @@ graphql@0.10.1: dependencies: iterall "^1.1.0" -graphql@0.13.1: - version "0.13.1" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.1.tgz#9b3db3d8e40d1827e4172404bfdd2e4e17a58b55" +graphql@0.13.0: + version "0.13.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.0.tgz#d1b44a282279a9ce0a6ec1037329332f4c1079b6" dependencies: - iterall "^1.2.0" + iterall "1.1.x" graphql@^0.10.0, graphql@^0.10.3: version "0.10.5" @@ -5351,14 +5351,14 @@ istanbul-reports@^1.1.2: dependencies: handlebars "^4.0.3" +iterall@1.1.x: + version "1.1.4" + resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.4.tgz#0db40d38fdcf53ae14dc8ec674e62ab190d52cfc" + iterall@^1.0.0, iterall@^1.1.0: version "1.1.1" resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.1.tgz#f7f0af11e9a04ec6426260f5019d9fcca4d50214" -iterall@^1.2.0: - version "1.2.2" - resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7" - jest-changed-files@^20.0.3: version "20.0.3" resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-20.0.3.tgz#9394d5cc65c438406149bef1bf4d52b68e03e3f8"