Skip to content

Commit

Permalink
fix(deps): update dependency graphql-config to v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 29, 2017
1 parent 6562047 commit 7b23def
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
"express": "^4.16.2",
"express-request-proxy": "^2.0.0",
"graphql": "0.12.3",
"graphql-config": "1.1.1",
"graphql-config": "1.1.4",
"graphql-playground-middleware-express": "1.3.10",
"graphql-schema-linter": "0.0.25",
"inquirer": "^4.0.1",
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Expand Up @@ -1862,6 +1862,17 @@ graphql-config-extension-graphcool@^0.1.5:
graphcool-yml "^0.0.22"
graphql-config "^1.1.0"

graphql-config@1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.1.4.tgz#af09659f877b96451838de456e4e4f4be45be6dd"
dependencies:
graphql "^0.12.3"
graphql-import "^0.1.7"
graphql-request "^1.4.0"
js-yaml "^3.10.0"
minimatch "^3.0.4"
rimraf "^2.6.2"

graphql-config@^1.0.0:
version "1.0.6"
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.0.6.tgz#cd36b316e92684a313d0eb97bcf2fb39c26a457a"
Expand Down Expand Up @@ -1893,17 +1904,6 @@ graphql-config@^1.1.0:
minimatch "^3.0.4"
rimraf "^2.6.2"

graphql-config@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.1.1.tgz#40f22d4845ee629d3344b31c4c9db8f695ddcad5"
dependencies:
graphql "^0.12.3"
graphql-import "^0.1.7"
graphql-request "^1.4.0"
js-yaml "^3.10.0"
minimatch "^3.0.4"
rimraf "^2.6.2"

graphql-import@^0.1.5:
version "0.1.5"
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.1.5.tgz#f1f6ae6e015adcea15c3e8bbe72247d3795113ea"
Expand All @@ -1930,7 +1930,7 @@ graphql-playground-html@^1.3.10-beta.3:
graphql-config "^1.0.9"
graphql-config-extension-graphcool "^0.1.5"

graphql-playground-middleware-express@^1.3.10:
graphql-playground-middleware-express@1.3.10:
version "1.3.10"
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.3.10.tgz#1cc2c88a890fd38b87091f0749f60d49bd7a0c38"
dependencies:
Expand All @@ -1955,7 +1955,7 @@ graphql-request@^1.4.0:
dependencies:
cross-fetch "0.0.8"

graphql-schema-linter@^0.0.25:
graphql-schema-linter@0.0.25:
version "0.0.25"
resolved "https://registry.yarnpkg.com/graphql-schema-linter/-/graphql-schema-linter-0.0.25.tgz#3cd79aeaff56cf73b3e8e1e01d409a987ed5c5b8"
dependencies:
Expand All @@ -1968,6 +1968,12 @@ graphql-schema-linter@^0.0.25:
graphql "^0.10.1"
graphql-config "^1.0.0"

graphql@0.12.3, graphql@^0.12.3:
version "0.12.3"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
dependencies:
iterall "1.1.3"

graphql@^0.10.1:
version "0.10.5"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.10.5.tgz#c9be17ca2bdfdbd134077ffd9bbaa48b8becd298"
Expand All @@ -1986,12 +1992,6 @@ graphql@^0.11.7:
dependencies:
iterall "1.1.3"

graphql@^0.12.3:
version "0.12.3"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
dependencies:
iterall "1.1.3"

har-schema@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-1.0.5.tgz#d263135f43307c02c602afc8fe95970c0151369e"
Expand Down

0 comments on commit 7b23def

Please sign in to comment.