Skip to content

Commit ecb71ce

Browse files
committed
chore(deps): update dependency graphql-yoga to v0.6.0
1 parent 2882754 commit ecb71ce

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-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.5.6"
9+
"graphql-yoga": "0.6.0"
1010
},
1111
"now": {
1212
"alias": "graphql-binding-github"

example/yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ graphql-extensions@^0.0.x:
497497
core-js "^2.5.1"
498498
source-map-support "^0.5.0"
499499

500-
500+
[email protected], graphql-import@^0.1.9:
501501
version "0.1.9"
502502
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.1.9.tgz#9161f4f7ea92337b60fd40e22e64d3a68c212729"
503503
dependencies:
@@ -557,9 +557,9 @@ graphql-tools@^2.14.0, graphql-tools@^2.14.1:
557557
deprecated-decorator "^0.1.6"
558558
uuid "^3.1.0"
559559

560-
graphql-yoga@0.5.6:
561-
version "0.5.6"
562-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-0.5.6.tgz#f41e31491138d6b78afc6c1fddfdcd07543e0ac2"
560+
graphql-yoga@0.6.0:
561+
version "0.6.0"
562+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-0.6.0.tgz#ab15e6e2c7f19051d03ca449f48e979b0035889c"
563563
dependencies:
564564
"@types/cors" "^2.8.3"
565565
"@types/express" "^4.0.39"
@@ -571,6 +571,7 @@ [email protected]:
571571
cors "^2.8.4"
572572
express "^4.16.2"
573573
graphql "^0.12.0"
574+
graphql-import "^0.1.9"
574575
graphql-playground-middleware-express "^1.3.13"
575576
graphql-subscriptions "^0.5.6"
576577
graphql-tools "^2.14.0"

0 commit comments

Comments
 (0)