Skip to content

Commit

Permalink
Merge pull request #222 from graphql-cli/renovate/graphql-playground-…
Browse files Browse the repository at this point in the history
…middleware-express-1.x

fix(deps): update dependency graphql-playground-middleware-express to v1.5.7
  • Loading branch information
schickling committed Feb 24, 2018
2 parents e7cde29 + 3f92c95 commit c57608e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"graphql-config-extension-graphcool": "1.0.7",
"graphql-config-extension-openapi": "1.0.5",
"graphql-config-extension-prisma": "0.0.7",
"graphql-playground-middleware-express": "1.5.6",
"graphql-playground-middleware-express": "1.5.7",
"graphql-schema-linter": "0.1.1",
"inquirer": "5.1.0",
"is-url-superb": "2.0.0",
Expand Down
26 changes: 8 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2063,16 +2063,6 @@ graphql-config-extension-prisma@0.0.7:
graphql-config "^2.0.0"
prisma-yml "1.0.25"

graphql-config@1.1.7:
version "1.1.7"
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.1.7.tgz#546c443d3ad877ceb8e13f40fbc8937af0d35dbe"
dependencies:
graphql "^0.12.3"
graphql-import "^0.4.0"
graphql-request "^1.4.0"
js-yaml "^3.10.0"
minimatch "^3.0.4"

graphql-config@2.0.0, graphql-config@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.0.0.tgz#daf69091055c6f675d63893a2d14c48f3fec3327"
Expand All @@ -2097,17 +2087,17 @@ graphql-import@^0.4.0:
graphql "^0.12.3"
lodash "^4.17.4"

graphql-playground-html@1.5.4:
version "1.5.4"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.4.tgz#82752ec4ee36c62d64ccebf7d3ca47477c213bb6"
graphql-playground-html@1.5.5:
version "1.5.5"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.5.tgz#e2aca543eb66b435ead495b45244b2604d6b2d48"
dependencies:
graphql-config "1.1.7"
graphql-config "2.0.0"

graphql-playground-middleware-express@1.5.6:
version "1.5.6"
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.5.6.tgz#db3c4b0ab5fd999cd9ed0ee16460dca321878afd"
graphql-playground-middleware-express@1.5.7:
version "1.5.7"
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.5.7.tgz#a07418791d9f3728b2bda18fc2c6edcaf997cc93"
dependencies:
graphql-playground-html "1.5.4"
graphql-playground-html "1.5.5"

graphql-request@^1.4.0:
version "1.4.1"
Expand Down

0 comments on commit c57608e

Please sign in to comment.