Skip to content

Commit

Permalink
Upgrade graphql-js to fix Flow errors
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Mar 20, 2018
1 parent 50119b5 commit abe5384
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"babel-polyfill": "^6.26.0",
"chalk": "^2.1.0",
"findup-sync": "^2.0.0",
"graphql": "^0.12.3",
"graphql": "^0.13.2",
"hosted-git-info": "^2.6.0",
"in-publish": "^2.0.0",
"inquirer": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion services/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dotenv-extended": "^2.0.1",
"express": "^4.16.1",
"express-graphql": "^0.6.11",
"graphql": "^0.11.7",
"graphql": "^0.13.2",
"graphql-tools": "^2.5.0",
"jsonwebtoken": "^8.0.1",
"knex": "^0.14.3",
Expand Down
20 changes: 5 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2741,17 +2741,11 @@ graphql-tools@^2.5.0:
iterall "^1.1.3"
uuid "^3.1.0"

graphql@^0.11.7:
version "0.11.7"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.11.7.tgz#e5abaa9cb7b7cccb84e9f0836bf4370d268750c6"
graphql@^0.13.2:
version "0.13.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"
dependencies:
iterall "1.1.3"

graphql@^0.12.3:
version "0.12.3"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
dependencies:
iterall "1.1.3"
iterall "^1.2.1"

growly@^1.3.0:
version "1.3.0"
Expand Down Expand Up @@ -3479,11 +3473,7 @@ istanbul-reports@^1.3.0:
dependencies:
handlebars "^4.0.3"

iterall@1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"

iterall@^1.1.3:
iterall@^1.1.3, iterall@^1.2.1:
version "1.2.2"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"

Expand Down

0 comments on commit abe5384

Please sign in to comment.