Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from dobesv/renovate/graphql-0.x
Browse files Browse the repository at this point in the history
Update dependency graphql to ^0.13.0
  • Loading branch information
dobesv committed Mar 28, 2018
2 parents 11dc905 + 1bab90e commit c25cf03
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quarrelly-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"babel-cli": "^6.24.1",
"bufferutil": "^3.0.1",
"graphiql": "^0.11.2",
"graphql": "^0.10.3",
"graphql": "^0.13.0",
"graphql-server-micro": "^0.9.0",
"graphql-server-module-graphiql": "^0.9.0",
"graphql-tools": "^1.0.0",
Expand Down
12 changes: 11 additions & 1 deletion quarrelly-server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1191,12 +1191,18 @@ graphql-tools@^1.0.0:
optionalDependencies:
"@types/graphql" "^0.9.0"

graphql@^0.10.1, graphql@^0.10.3:
graphql@^0.10.1:
version "0.10.3"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.10.3.tgz#c313afd5518e673351bee18fb63e2a0e487407ab"
dependencies:
iterall "^1.1.0"

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

har-schema@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-1.0.5.tgz#d263135f43307c02c602afc8fe95970c0151369e"
Expand Down Expand Up @@ -1406,6 +1412,10 @@ iterall@^1.1.0, iterall@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.1.tgz#f7f0af11e9a04ec6426260f5019d9fcca4d50214"

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

js-tokens@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
Expand Down

0 comments on commit c25cf03

Please sign in to comment.