Skip to content

Commit

Permalink
Merge pull request #20 from srtucker22/renovate/graphql-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency graphql to v0.13.1
  • Loading branch information
srtucker22 committed Feb 16, 2018
2 parents 323a157 + 2dd4f14 commit 6aa2d7d
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 @@ -24,7 +24,7 @@
"eslint": "4.17.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.8.0",
"graphql": "0.13.0",
"graphql": "0.13.1",
"jest": "21.2.1",
"regenerator-runtime": "0.11.1"
}
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1667,11 +1667,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.4:
version "4.1.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"

graphql@0.13.0:
version "0.13.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.0.tgz#d1b44a282279a9ce0a6ec1037329332f4c1079b6"
graphql@0.13.1:
version "0.13.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.1.tgz#9b3db3d8e40d1827e4172404bfdd2e4e17a58b55"
dependencies:
iterall "1.1.x"
iterall "^1.2.0"

growly@^1.3.0:
version "1.3.0"
Expand Down Expand Up @@ -2037,9 +2037,9 @@ istanbul-reports@^1.1.1:
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.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.0.tgz#434e9f41f0b99911ab9c3d49d95f0e079176a2a2"

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

0 comments on commit 6aa2d7d

Please sign in to comment.