Skip to content

Commit

Permalink
feat(graphql): fix strange error
Browse files Browse the repository at this point in the history
  • Loading branch information
shir committed May 23, 2018
1 parent 07d1fbd commit bd208ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bootstrap": "3",
"file-saver": "^1.3.8",
"font-awesome": "^4.7.0",
"graphql": "^0.13.2",
"graphql": "0.13.0",
"graphql-tag": "^2.9.2",
"humps": "^2.0.1",
"js-cookie": "^2.0.3",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3430,11 +3430,11 @@ graphql-tag@^2.4.2, graphql-tag@^2.9.2:
version "2.9.2"
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.9.2.tgz#2f60a5a981375f430bf1e6e95992427dc18af686"

graphql@^0.13.2:
version "0.13.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"
graphql@0.13.0:
version "0.13.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.0.tgz#d1b44a282279a9ce0a6ec1037329332f4c1079b6"
dependencies:
iterall "^1.2.1"
iterall "1.1.x"

growly@^1.3.0:
version "1.3.0"
Expand Down Expand Up @@ -4272,9 +4272,9 @@ istanbul-reports@^1.3.0:
dependencies:
handlebars "^4.0.3"

iterall@^1.2.1:
version "1.2.2"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
iterall@1.1.x:
version "1.1.4"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.4.tgz#0db40d38fdcf53ae14dc8ec674e62ab190d52cfc"

jest-changed-files@^22.4.3:
version "22.4.3"
Expand Down

0 comments on commit bd208ad

Please sign in to comment.