Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Commit 328abda

Browse files
renovate-botkbrandwijk
authored andcommitted
Update dependency graphql-yoga to v1.1.1
1 parent bda0a50 commit 328abda

2 files changed

Lines changed: 10 additions & 19 deletions

File tree

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.2",
9-
"graphql-yoga": "1.0.0"
9+
"graphql-yoga": "1.1.1"
1010
},
1111
"devDependencies": {
1212
"now": "9.0.1"

basic/server/yarn.lock

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ graphql-extensions@^0.0.x:
522522
core-js "^2.5.1"
523523
source-map-support "^0.5.0"
524524

525-
graphql-import@0.3.0:
525+
graphql-import@0.3.0, graphql-import@^0.3.0:
526526
version "0.3.0"
527527
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.3.0.tgz#4eb2c8aabac7fdb535fd1507b565336f4f707a64"
528528
dependencies:
@@ -538,15 +538,6 @@ graphql-import@^0.1.7:
538538
graphql "^0.12.3"
539539
lodash "^4.17.4"
540540

541-
graphql-import@^0.2.0:
542-
version "0.2.0"
543-
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.2.0.tgz#4877fef467d8a9255e6760c3988f6c00018e94af"
544-
dependencies:
545-
"@types/graphql" "0.11.7"
546-
"@types/lodash" "^4.14.85"
547-
graphql "^0.12.3"
548-
lodash "^4.17.4"
549-
550541
graphql-playground-html@1.4.2, graphql-playground-html@^1.3.6:
551542
version "1.4.2"
552543
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.2.tgz#af97a84ea6cf6ba18e8ff148a6a8b17eef40aa46"
@@ -555,9 +546,9 @@ graphql-playground-html@1.4.2, graphql-playground-html@^1.3.6:
555546
graphql-config "^1.1.1"
556547
graphql-config-extension-graphcool "^1.0.0"
557548

558-
graphql-playground-middleware-express@1.4.3:
559-
version "1.4.3"
560-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.3.tgz#51e46711fc75b94bcc23b058ea364789a1bda65b"
549+
graphql-playground-middleware-express@1.4.4:
550+
version "1.4.4"
551+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.4.tgz#0f8f4d6536fa107fb6fdf1ab970ae898d70a2938"
561552
dependencies:
562553
graphql-playground-html "1.4.2"
563554
graphql-playground-middleware "^1.2.1-beta.6"
@@ -598,9 +589,9 @@ graphql-tools@2.16.0, graphql-tools@^2.16.0:
598589
graphql-subscriptions "^0.5.6"
599590
uuid "^3.1.0"
600591

601-
graphql-yoga@1.0.0:
602-
version "1.0.0"
603-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.0.0.tgz#19fee6979b0487a52667fea1a338a5647b7d3bf7"
592+
graphql-yoga@1.1.1:
593+
version "1.1.1"
594+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.1.1.tgz#e848a1f4867945a2f4e3d5439d1a2f136801d6f1"
604595
dependencies:
605596
"@types/cors" "^2.8.3"
606597
"@types/express" "^4.0.39"
@@ -614,8 +605,8 @@ graphql-yoga@1.0.0:
614605
cors "^2.8.4"
615606
express "^4.16.2"
616607
graphql "^0.12.0"
617-
graphql-import "^0.2.0"
618-
graphql-playground-middleware-express "1.4.3"
608+
graphql-import "^0.3.0"
609+
graphql-playground-middleware-express "1.4.4"
619610
graphql-playground-middleware-lambda "1.3.7"
620611
graphql-subscriptions "^0.5.6"
621612
graphql-tools "^2.16.0"

0 commit comments

Comments
 (0)