Skip to content

Commit f3a77f0

Browse files
renovate-botkbrandwijk
authored andcommitted
Update dependency graphql-yoga to v0.9.0
1 parent 54a3c19 commit f3a77f0

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

basic/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"dependencies": {
88
"graphcool-binding": "1.3.1",
9-
"graphql-yoga": "0.8.5"
9+
"graphql-yoga": "0.9.0"
1010
},
1111
"devDependencies": {
1212
"now": "8.5.4"

basic/server/yarn.lock

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ apollo-server-express@^1.3.2:
119119
apollo-server-core "^1.3.2"
120120
apollo-server-module-graphiql "^1.3.0"
121121

122+
apollo-server-lambda@1.3.2:
123+
version "1.3.2"
124+
resolved "https://registry.yarnpkg.com/apollo-server-lambda/-/apollo-server-lambda-1.3.2.tgz#bcf75f3d7115d11cc9892ad3b17427b3d536df0f"
125+
dependencies:
126+
apollo-server-core "^1.3.2"
127+
apollo-server-module-graphiql "^1.3.0"
128+
122129
apollo-server-module-graphiql@^1.3.0:
123130
version "1.3.0"
124131
resolved "https://registry.yarnpkg.com/apollo-server-module-graphiql/-/apollo-server-module-graphiql-1.3.0.tgz#077bb8c7bf292f6128c6c96d59c2096445b084ef"
@@ -533,7 +540,7 @@ graphql-import@^0.1.7:
533540
graphql "^0.12.3"
534541
lodash "^4.17.4"
535542

536-
graphql-playground-html@1.4.2:
543+
graphql-playground-html@1.4.2, graphql-playground-html@^1.3.6:
537544
version "1.4.2"
538545
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.2.tgz#af97a84ea6cf6ba18e8ff148a6a8b17eef40aa46"
539546
dependencies:
@@ -548,6 +555,13 @@ graphql-playground-middleware-express@1.4.3:
548555
graphql-playground-html "1.4.2"
549556
graphql-playground-middleware "^1.2.1-beta.6"
550557

558+
graphql-playground-middleware-lambda@1.3.7:
559+
version "1.3.7"
560+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.3.7.tgz#5ad74f71f1397da3e6969762b666643fa3f6bf02"
561+
dependencies:
562+
graphql-playground-html "^1.3.6"
563+
graphql-playground-middleware "^1.2.1-beta.6"
564+
551565
graphql-playground-middleware@^1.2.1-beta.6:
552566
version "1.2.1-beta.6"
553567
resolved "https://registry.yarnpkg.com/graphql-playground-middleware/-/graphql-playground-middleware-1.2.1-beta.6.tgz#b302bda88d28fae716d127a483659c8e70a18776"
@@ -577,23 +591,25 @@ graphql-tools@2.16.0, graphql-tools@^2.16.0:
577591
graphql-subscriptions "^0.5.6"
578592
uuid "^3.1.0"
579593

580-
graphql-yoga@0.8.5:
581-
version "0.8.5"
582-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-0.8.5.tgz#552c0b16b07f79e73270e9df9261d5782316da01"
594+
graphql-yoga@0.9.0:
595+
version "0.9.0"
596+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-0.9.0.tgz#1d69184bae3050630ba14c1a896ac333193d3aa9"
583597
dependencies:
584598
"@types/cors" "^2.8.3"
585599
"@types/express" "^4.0.39"
586600
"@types/graphql" "^0.11.7"
587601
"@types/zen-observable" "^0.5.3"
588602
apollo-link "^1.0.7"
589603
apollo-server-express "^1.3.2"
604+
apollo-server-lambda "1.3.2"
590605
apollo-upload-server "^4.0.0-alpha.1"
591606
body-parser-graphql "1.0.0"
592607
cors "^2.8.4"
593608
express "^4.16.2"
594609
graphql "^0.12.0"
595610
graphql-import "^0.2.0"
596611
graphql-playground-middleware-express "1.4.3"
612+
graphql-playground-middleware-lambda "1.3.7"
597613
graphql-subscriptions "^0.5.6"
598614
graphql-tools "^2.16.0"
599615
portfinder "^1.0.13"

0 commit comments

Comments
 (0)