Skip to content

Commit 96c63ba

Browse files
committed
Downgrade graphql to avoid test bug
Running into this issue: graphql/graphql-js#1248. Need to wait for this PR to get merged: facebook/create-react-app#4085.
1 parent 6bf2a8f commit 96c63ba

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"classnames": "^2.2.5",
1515
"formatcoords": "^1.1.3",
1616
"get-graphql-schema": "^2.1.0",
17-
"graphql": "0.13.1",
17+
"graphql": "0.13.0",
1818
"graphql-tag": "2.8.0",
1919
"jwt-decode": "^2.2.0",
2020
"mapbox": "^1.0.0-beta9",

frontend/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4479,11 +4479,11 @@ graphql@0.10.1:
44794479
dependencies:
44804480
iterall "^1.1.0"
44814481

4482-
graphql@0.13.1:
4483-
version "0.13.1"
4484-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.1.tgz#9b3db3d8e40d1827e4172404bfdd2e4e17a58b55"
4482+
graphql@0.13.0:
4483+
version "0.13.0"
4484+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.0.tgz#d1b44a282279a9ce0a6ec1037329332f4c1079b6"
44854485
dependencies:
4486-
iterall "^1.2.0"
4486+
iterall "1.1.x"
44874487

44884488
graphql@^0.10.0, graphql@^0.10.3:
44894489
version "0.10.5"
@@ -5351,14 +5351,14 @@ istanbul-reports@^1.1.2:
53515351
dependencies:
53525352
handlebars "^4.0.3"
53535353

5354+
iterall@1.1.x:
5355+
version "1.1.4"
5356+
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.4.tgz#0db40d38fdcf53ae14dc8ec674e62ab190d52cfc"
5357+
53545358
iterall@^1.0.0, iterall@^1.1.0:
53555359
version "1.1.1"
53565360
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.1.tgz#f7f0af11e9a04ec6426260f5019d9fcca4d50214"
53575361

5358-
iterall@^1.2.0:
5359-
version "1.2.2"
5360-
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
5361-
53625362
jest-changed-files@^20.0.3:
53635363
version "20.0.3"
53645364
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-20.0.3.tgz#9394d5cc65c438406149bef1bf4d52b68e03e3f8"

0 commit comments

Comments
 (0)