Skip to content

Commit 086e14d

Browse files
authored
Merge branch 'master' into codegen
2 parents 4c13539 + 36077e4 commit 086e14d

File tree

4 files changed

+39
-29
lines changed

4 files changed

+39
-29
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"graphql-binding-github": "0.3.23",
8-
"graphql-yoga": "1.13.1"
8+
"graphql-yoga": "1.14.6"
99
},
1010
"now": {
1111
"alias": "graphql-binding-github"

example/yarn.lock

Lines changed: 30 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -493,33 +493,33 @@ graphql-import@^0.4.0:
493493
graphql "^0.12.3"
494494
lodash "^4.17.4"
495495

496-
graphql-import@^0.5.0:
497-
version "0.5.0"
498-
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.5.0.tgz#5f678a6d4636d02a829308884aa1f2fa2197f06d"
496+
graphql-import@^0.6.0:
497+
version "0.6.0"
498+
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.6.0.tgz#c00cb8a269ceea263e062922c8c81a2272d1ffcb"
499499
dependencies:
500500
lodash "^4.17.4"
501501

502-
graphql-middleware@^1.1.0:
503-
version "1.1.1"
504-
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-1.1.1.tgz#fb7ce5bf7f78431bb1265ea4ad4365b921960387"
502+
graphql-middleware@1.2.5:
503+
version "1.2.5"
504+
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-1.2.5.tgz#f68c0c399cf573a6334d1d9e04cddfec038ffd4a"
505505
dependencies:
506-
graphql-tools "^2.23.1"
506+
graphql-tools "^3.0.2"
507507

508508
graphql-playground-html@1.5.5:
509509
version "1.5.5"
510510
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.5.tgz#e2aca543eb66b435ead495b45244b2604d6b2d48"
511511
dependencies:
512512
graphql-config "2.0.0"
513513

514-
graphql-playground-middleware-express@1.6.1:
515-
version "1.6.1"
516-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.1.tgz#d6287d124a1c55845a52a7d727c371da99cdf0b0"
514+
graphql-playground-middleware-express@1.6.3:
515+
version "1.6.3"
516+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.3.tgz#0f75b5b139edb2d1079208af59d158caba2309d1"
517517
dependencies:
518518
graphql-playground-html "1.5.5"
519519

520-
graphql-playground-middleware-lambda@1.5.1:
521-
version "1.5.1"
522-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.5.1.tgz#ebe48d421490e12ba27872fc1ffb275eade9c0a3"
520+
graphql-playground-middleware-lambda@1.6.1:
521+
version "1.6.1"
522+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.6.1.tgz#e0f1944558136dd3975570c92c702d6009cc779c"
523523
dependencies:
524524
graphql-playground-html "1.5.5"
525525

@@ -565,9 +565,19 @@ graphql-tools@^2.23.1:
565565
iterall "^1.1.3"
566566
uuid "^3.1.0"
567567

568-
graphql-yoga@1.13.1:
569-
version "1.13.1"
570-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.13.1.tgz#3e0ff7253726542ce419b37a7e24148ed6653a35"
568+
graphql-tools@^3.0.2:
569+
version "3.0.2"
570+
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-3.0.2.tgz#fb79821c23b0f5d11d842c4d0c15000d856c6c8c"
571+
dependencies:
572+
apollo-link "1.2.1"
573+
apollo-utilities "^1.0.1"
574+
deprecated-decorator "^0.1.6"
575+
iterall "^1.1.3"
576+
uuid "^3.1.0"
577+
578+
graphql-yoga@1.14.6:
579+
version "1.14.6"
580+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.6.tgz#610219af29b0db13636547609aaebb0e320fc503"
571581
dependencies:
572582
"@types/cors" "^2.8.4"
573583
"@types/express" "^4.11.1"
@@ -583,10 +593,10 @@ graphql-yoga@1.13.1:
583593
express "^4.16.3"
584594
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
585595
graphql-deduplicator "^2.0.1"
586-
graphql-import "^0.5.0"
587-
graphql-middleware "^1.1.0"
588-
graphql-playground-middleware-express "1.6.1"
589-
graphql-playground-middleware-lambda "1.5.1"
596+
graphql-import "^0.6.0"
597+
graphql-middleware "1.2.5"
598+
graphql-playground-middleware-express "1.6.3"
599+
graphql-playground-middleware-lambda "1.6.1"
590600
graphql-subscriptions "^0.5.8"
591601
graphql-tools "^2.23.1"
592602
subscriptions-transport-ws "^0.9.8"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"graphql-tools": "2.23.1"
2222
},
2323
"devDependencies": {
24-
"@types/graphql": "0.13.0",
2524
"graphql-cli": "^2.16.0-beta.6",
26-
"@types/node": "10.0.6",
25+
"@types/graphql": "0.13.1",
26+
"@types/node": "10.1.4",
2727
"typescript": "2.8.3"
2828
},
2929
"repository": {

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
version "0.12.6"
3939
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.6.tgz#3d619198585fcabe5f4e1adfb5cf5f3388c66c13"
4040

41-
"@types/graphql@0.13.0":
42-
version "0.13.0"
43-
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.0.tgz#78a33a7f429a06a64714817d9130d578e0f35ecb"
41+
"@types/graphql@0.13.1":
42+
version "0.13.1"
43+
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.1.tgz#7d39750355c9ecb921816d6f76c080405b5f6bea"
4444

45-
"@types/node@10.0.6":
46-
version "10.0.6"
47-
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.6.tgz#c0bce8e539bf34c1b850c13ff46bead2fecc2e58"
45+
"@types/node@10.1.4":
46+
version "10.1.4"
47+
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.1.4.tgz#606651d3f8a8bec08b8cb262161aab9209f4a29d"
4848

4949
accepts@~1.3.5:
5050
version "1.3.5"

0 commit comments

Comments
 (0)