Skip to content

Commit

Permalink
Merge pull request #193 from graphcool/renovate/graphql-playground-mi…
Browse files Browse the repository at this point in the history
…ddleware-lambda-1.x

fix(deps): update dependency graphql-playground-middleware-lambda to v1.4.3
  • Loading branch information
schickling authored Feb 24, 2018
2 parents a97e1d6 + b27b4d0 commit afc9cbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"graphql": "^0.13.0",
"graphql-import": "^0.4.1",
"graphql-playground-middleware-express": "1.5.7",
"graphql-playground-middleware-lambda": "1.4.2",
"graphql-playground-middleware-lambda": "1.4.3",
"graphql-subscriptions": "^0.5.6",
"graphql-tools": "^2.18.0",
"subscriptions-transport-ws": "^0.9.5"
Expand Down
24 changes: 4 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -479,16 +479,6 @@ glob@^7.1.1:
once "^1.3.0"
path-is-absolute "^1.0.0"

[email protected]:
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"

[email protected]:
version "2.0.0"
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.0.0.tgz#daf69091055c6f675d63893a2d14c48f3fec3327"
Expand All @@ -513,12 +503,6 @@ graphql-import@^0.4.0, graphql-import@^0.4.1:
graphql "^0.12.3"
lodash "^4.17.4"

[email protected]:
version "1.5.4"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.4.tgz#82752ec4ee36c62d64ccebf7d3ca47477c213bb6"
dependencies:
graphql-config "1.1.7"

[email protected]:
version "1.5.5"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.5.tgz#e2aca543eb66b435ead495b45244b2604d6b2d48"
Expand All @@ -531,11 +515,11 @@ [email protected]:
dependencies:
graphql-playground-html "1.5.5"

[email protected].2:
version "1.4.2"
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.4.2.tgz#6954ed6e7166049468287d730810942e288b5b98"
[email protected].3:
version "1.4.3"
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.4.3.tgz#017ed8124eac7360f676ccc6a23b1e4e24a04c50"
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 afc9cbd

Please sign in to comment.