|
460 | 460 | scuid "^1.0.2"
|
461 | 461 | yaml-ast-parser "^0.0.40"
|
462 | 462 |
|
| 463 | + |
| 464 | + version "0.4.8" |
| 465 | + resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.4.8.tgz#c1e70a88ccc8b8eea81fb80b7c369a2b734240b9" |
| 466 | + dependencies: |
| 467 | + ajv "^5.5.1" |
| 468 | + bluebird "^3.5.1" |
| 469 | + debug "^3.1.0" |
| 470 | + dotenv "^4.0.0" |
| 471 | + fs-extra "^4.0.3" |
| 472 | + graphcool-json-schema "1.2.0" |
| 473 | + isomorphic-fetch "^2.2.1" |
| 474 | + js-yaml "^3.10.0" |
| 475 | + json-stable-stringify "^1.0.1" |
| 476 | + jsonwebtoken "^8.1.0" |
| 477 | + lodash "^4.17.4" |
| 478 | + replaceall "^0.1.6" |
| 479 | + scuid "^1.0.2" |
| 480 | + yaml-ast-parser "^0.0.40" |
| 481 | + |
463 | 482 |
|
464 | 483 | version "0.2.3"
|
465 | 484 | resolved "https://registry.yarnpkg.com/graphql-binding-github/-/graphql-binding-github-0.2.3.tgz#b7ab8f31ba833af3609a3e8b7921b835c57ab30d"
|
|
480 | 499 | graphql-tools "2.16.0"
|
481 | 500 | iterall "^1.1.3"
|
482 | 501 |
|
| 502 | + |
| 503 | + version "1.0.4" |
| 504 | + resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-1.0.4.tgz#9346aace7e42688e35e4bd44039117608916aad0" |
| 505 | + dependencies: |
| 506 | + graphcool-yml "0.4.8" |
| 507 | + graphql-config "^1.1.4" |
| 508 | + |
483 | 509 | graphql-config-extension-graphcool@^1.0.0:
|
484 | 510 | version "1.0.1"
|
485 | 511 | resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-1.0.1.tgz#841210ddac9ea43d97a3c1faf65555ec5fb6fcbf"
|
@@ -539,19 +565,27 @@ graphql-import@^0.3.0:
|
539 | 565 | graphql "^0.12.3"
|
540 | 566 | lodash "^4.17.4"
|
541 | 567 |
|
542 |
| -[email protected], graphql-playground-html@^1.3.6: |
| 568 | + |
| 569 | + version "1.4.3" |
| 570 | + resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.3.tgz#e31c48bc43b6c4f4c7a96182bafa436f16a20376" |
| 571 | + dependencies: |
| 572 | + dotenv "^4.0.0" |
| 573 | + graphql-config "^1.1.1" |
| 574 | + graphql-config-extension-graphcool "1.0.4" |
| 575 | + |
| 576 | +graphql-playground-html@^1.3.6: |
543 | 577 | version "1.4.2"
|
544 | 578 | resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.2.tgz#af97a84ea6cf6ba18e8ff148a6a8b17eef40aa46"
|
545 | 579 | dependencies:
|
546 | 580 | dotenv "^4.0.0"
|
547 | 581 | graphql-config "^1.1.1"
|
548 | 582 | graphql-config-extension-graphcool "^1.0.0"
|
549 | 583 |
|
550 |
| - |
551 |
| - version "1.4.7" |
552 |
| - resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.7.tgz#d6a8c11def09d36cd613bce996df3adc286b364a" |
| 584 | + |
| 585 | + version "1.4.8" |
| 586 | + resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.8.tgz#b2c4303e4929ca5f1cef78153c9ef597f4fd8b61" |
553 | 587 | dependencies:
|
554 |
| - graphql-playground-html "1.4.2" |
| 588 | + graphql-playground-html "1.4.3" |
555 | 589 |
|
556 | 590 |
|
557 | 591 | version "1.3.9"
|
|
582 | 616 | graphql-subscriptions "^0.5.6"
|
583 | 617 | uuid "^3.1.0"
|
584 | 618 |
|
585 |
| - |
586 |
| - version "1.1.4" |
587 |
| - resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.1.4.tgz#ab388ed29e9c4562d9e9a48f3c0484c3e9d07901" |
| 619 | + |
| 620 | + version "1.1.5" |
| 621 | + resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.1.5.tgz#9c3c2c95ca8b73ec31ea13392c5f11ed65a0383b" |
588 | 622 | dependencies:
|
589 | 623 | "@types/cors" "^2.8.3"
|
590 | 624 | "@types/express" "^4.0.39"
|
|
599 | 633 | express "^4.16.2"
|
600 | 634 | graphql "^0.12.0"
|
601 | 635 | graphql-import "^0.3.0"
|
602 |
| - graphql-playground-middleware-express "1.4.7" |
| 636 | + graphql-playground-middleware-express "1.4.8" |
603 | 637 | graphql-playground-middleware-lambda "1.3.9"
|
604 | 638 | graphql-subscriptions "^0.5.6"
|
605 | 639 | graphql-tools "^2.16.0"
|
|
0 commit comments