Skip to content

Commit

Permalink
Merge pull request #104 from graphql-cli/update-graphcool-yml
Browse files Browse the repository at this point in the history
feat(playground): Update graphql-config-extension-graphcool.
  • Loading branch information
timsuchanek authored Jan 3, 2018
2 parents bd89016 + fa9734e commit 00c876e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"graphql": "0.12.3",
"graphql-cli-prepare": "1.4.4",
"graphql-config": "1.1.4",
"graphql-config-extension-graphcool": "0.3.1",
"graphql-config-extension-graphcool": "1.0.0",
"graphql-playground-middleware-express": "1.3.13",
"graphql-schema-linter": "0.0.25",
"inquirer": "^4.0.1",
Expand Down
31 changes: 27 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1903,10 +1903,33 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
version "4.1.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"

[email protected]:
version "1.2.0"
resolved "https://registry.yarnpkg.com/graphcool-json-schema/-/graphcool-json-schema-1.2.0.tgz#6c7a9de36a130c5048fa8d9817dff2b5a88bc226"

graphcool-json-schema@^1.0.1-beta.5:
version "1.0.1-beta.8"
resolved "https://registry.yarnpkg.com/graphcool-json-schema/-/graphcool-json-schema-1.0.1-beta.8.tgz#b85ce5ee5b1998585d206f3c67570e73b120c78a"

[email protected]:
version "0.2.1"
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.2.1.tgz#3f5b53c64e917550830a62d3a87bb64ee3ce3e66"
dependencies:
ajv "^5.5.1"
bluebird "^3.5.1"
debug "^3.1.0"
dotenv "^4.0.0"
fs-extra "^4.0.3"
graphcool-json-schema "1.2.0"
isomorphic-fetch "^2.2.1"
js-yaml "^3.10.0"
json-stable-stringify "^1.0.1"
jsonwebtoken "^8.1.0"
lodash "^4.17.4"
replaceall "^0.1.6"
scuid "^1.0.2"
yaml-ast-parser "^0.0.40"

graphcool-yml@^0.1.7:
version "0.1.7"
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.1.7.tgz#3de1219771f40d4d0cf4fabdd113d6132734146a"
Expand Down Expand Up @@ -1936,11 +1959,11 @@ [email protected]:
graphql-static-binding "0.5.0"
lodash "4.17.4"

graphql-config-extension-graphcool@0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-0.3.1.tgz#87ca71f6d9e91a8670fc81eff7831dc6b68b1066"
graphql-config-extension-graphcool@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-1.0.0.tgz#aeac68bc54126f17f263058893b556529ec46f94"
dependencies:
graphcool-yml "^0.1.7"
graphcool-yml "0.2.1"
graphql-config "^1.1.4"

graphql-config-extension-graphcool@^0.2.0:
Expand Down

0 comments on commit 00c876e

Please sign in to comment.