Skip to content

Commit

Permalink
Downgrade graphql to avoid test bug
Browse files Browse the repository at this point in the history
Running into this issue: graphql/graphql-js#1248.

Need to wait for this PR to get merged: facebook/create-react-app#4085.
  • Loading branch information
luqmaan committed Mar 1, 2018
1 parent 6bf2a8f commit 96c63ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
16 changes: 8 additions & 8 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 96c63ba

Please sign in to comment.