File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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- body-parser@1.18.2 :
171+ body-parser-graphql@1.0.0 :
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+ body-parser@1.18.2, 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 @@ graphql-yoga@0.7.0:
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"
You can’t perform that action at this time.
0 commit comments