Skip to content

Commit

Permalink
fix(deps): update dependency graphql-config-extension-openapi to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 23, 2018
1 parent ac69b60 commit 6785806
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"graphql-cli-prepare": "1.4.16",
"graphql-config": "2.0.0",
"graphql-config-extension-graphcool": "1.0.7",
"graphql-config-extension-openapi": "1.0.2",
"graphql-config-extension-openapi": "1.0.3",
"graphql-config-extension-prisma": "0.0.7",
"graphql-playground-middleware-express": "1.5.6",
"graphql-schema-linter": "0.1.1",
Expand Down
15 changes: 7 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@
dependencies:
arrify "^1.0.1"

"@kbrandwijk/swagger-to-graphql@1.4.2":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@kbrandwijk/swagger-to-graphql/-/swagger-to-graphql-1.4.2.tgz#3d15b9396cc0f519e81f156202dbb6c7147971c9"
"@kbrandwijk/swagger-to-graphql@2.4.2":
version "2.4.2"
resolved "https://registry.yarnpkg.com/@kbrandwijk/swagger-to-graphql/-/swagger-to-graphql-2.4.2.tgz#1b1b0537cd94b31d1bd83091ac795740e231af19"
dependencies:
babel-runtime "^6.25.0"
graphql "^0.12.3"
isomorphic-fetch "^2.2.1"
js-yaml "^3.8.4"
json-schema-ref-parser "^3.1.2"
Expand Down Expand Up @@ -2058,11 +2057,11 @@ graphql-config-extension-graphcool@1.0.7:
graphcool-yml "0.4.15"
graphql-config "2.0.0"

graphql-config-extension-openapi@1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/graphql-config-extension-openapi/-/graphql-config-extension-openapi-1.0.2.tgz#81c3660b7a281b35aaee13ddef7139ad06cb7d9f"
graphql-config-extension-openapi@1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/graphql-config-extension-openapi/-/graphql-config-extension-openapi-1.0.3.tgz#34230262a40c3d7e81e3313bb52830503d66235b"
dependencies:
"@kbrandwijk/swagger-to-graphql" "1.4.2"
"@kbrandwijk/swagger-to-graphql" "2.4.2"
graphql-config "2.0.0"

graphql-config-extension-prisma@0.0.7:
Expand Down

0 comments on commit 6785806

Please sign in to comment.