Skip to content

Commit 93f1a71

Browse files
authored
Merge pull request #10 from graphcool/renovate/graphql-yoga-0.x
chore(deps): update dependency graphql-yoga to v0.8.0
2 parents 040fd20 + 31024ed commit 93f1a71

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"graphql-binding-github": "0.2.0",
88
"graphql-import": "0.1.9",
9-
"graphql-yoga": "0.7.0"
9+
"graphql-yoga": "0.8.0"
1010
},
1111
"now": {
1212
"alias": "graphql-binding-github"

example/yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,13 @@ bluebird@^3.5.1:
168168
version "3.5.1"
169169
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9"
170170

171-
171+
172+
version "1.0.0"
173+
resolved "https://registry.yarnpkg.com/body-parser-graphql/-/body-parser-graphql-1.0.0.tgz#997de1792ed222cbc4845d404f4549eb88ec6d37"
174+
dependencies:
175+
body-parser "^1.18.2"
176+
177+
[email protected], body-parser@^1.18.2:
172178
version "1.18.2"
173179
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.18.2.tgz#87678a19d84b47d859b83199bd59bce222b10454"
174180
dependencies:
@@ -557,9 +563,9 @@ graphql-tools@^2.14.0, graphql-tools@^2.14.1:
557563
deprecated-decorator "^0.1.6"
558564
uuid "^3.1.0"
559565

560-
graphql-yoga@0.7.0:
561-
version "0.7.0"
562-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-0.7.0.tgz#a19f42f2c8f72144783c7eeff3215495859a3b03"
566+
graphql-yoga@0.8.0:
567+
version "0.8.0"
568+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-0.8.0.tgz#7b5d33d5fbd0b58f419b091266fb11ba49a127ca"
563569
dependencies:
564570
"@types/cors" "^2.8.3"
565571
"@types/express" "^4.0.39"
@@ -568,6 +574,7 @@ [email protected]:
568574
apollo-link "^1.0.7"
569575
apollo-server-express "^1.3.2"
570576
apollo-upload-server "^4.0.0-alpha.1"
577+
body-parser-graphql "1.0.0"
571578
cors "^2.8.4"
572579
express "^4.16.2"
573580
graphql "^0.12.0"

0 commit comments

Comments
 (0)