Skip to content

Commit

Permalink
Update dependency graphql to v15.3.0 (#4327)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 6, 2020
1 parent 535fa18 commit 0a8de69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"flow-bin": "0.128.0",
"flow-parser": "0.128.0",
"fs-extra": "9.0.1",
"graphql": "15.2.0",
"graphql": "15.3.0",
"graphql-tag": "2.10.3",
"husky": "4.2.5",
"java-ast": "0.1.0",
Expand All @@ -113,7 +113,7 @@
]
},
"resolutions": {
"graphql": "15.2.0",
"graphql": "15.3.0",
"graphql-language-service-interface": "2.4.0",
"**/apollo-language-server/graphql": "^15.0.0",
"**/@types/graphql-upload/graphql": "^15.0.0"
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7667,7 +7667,12 @@ graphql-upload@^8.0.2:
http-errors "^1.7.3"
object-path "^0.11.4"

[email protected], graphql@^14.5.3, graphql@^15.0.0:
[email protected], graphql@^14.5.3:
version "15.3.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.3.0.tgz#3ad2b0caab0d110e3be4a5a9b2aa281e362b5278"
integrity sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==

graphql@^15.0.0:
version "15.2.0"
resolved "https://registry.npmjs.org/graphql/-/graphql-15.2.0.tgz#d9c655a523a3196d4b23657ec6ec5963b3bd4970"
integrity sha512-tsceRyHfgzZo+ee0YK3o8f0CR0cXAXxRlxoORWFo/CoM1bVy3UXGWeyzBcf+Y6oqPvO27BDmOEVATcunOO/MrQ==
Expand Down

0 comments on commit 0a8de69

Please sign in to comment.