Skip to content

Commit 0af51dd

Browse files
committed
Merge branch 'master' of github.com:graphcool/graphql-playground
2 parents 75b9cd2 + 4039b39 commit 0af51dd

File tree

3 files changed

+34
-20
lines changed

3 files changed

+34
-20
lines changed

packages/graphql-playground-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"graphcool-tmp-ui": "^0.0.11",
101101
"graphcool-ui": "^0.0.13",
102102
"graphql-config": "^1.1.0",
103-
"graphql-config-extension-graphcool": "0.1.4",
103+
"graphql-config-extension-graphcool": "^0.1.6",
104104
"js-yaml": "^3.10.0",
105105
"lodash.merge": "^4.6.0",
106106
"minimist": "^1.2.0",

packages/graphql-playground-electron/yarn.lock

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3340,16 +3340,36 @@ graphcool-ui@^0.0.13:
33403340
graphcool-styles "^0.1.31"
33413341
react-modal "^1.6.5"
33423342

3343-
graphcool-yml@^0.0.21:
3344-
version "0.0.21"
3345-
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.0.21.tgz#9e944a76e582844ffa9b930d17c46fc14e07c2ea"
3343+
3344+
version "0.1.1"
3345+
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.1.1.tgz#fd69b1ecd611a79d2e7b3270a4013f10f694e266"
3346+
dependencies:
3347+
ajv "^5.5.1"
3348+
bluebird "^3.5.1"
3349+
debug "^3.1.0"
3350+
dotenv "^4.0.0"
3351+
fs-extra "^4.0.3"
3352+
graphcool-json-schema "^1.0.1-beta.5"
3353+
isomorphic-fetch "^2.2.1"
3354+
js-yaml "^3.10.0"
3355+
json-stable-stringify "^1.0.1"
3356+
jsonwebtoken "^8.1.0"
3357+
lodash "^4.17.4"
3358+
replaceall "^0.1.6"
3359+
scuid "^1.0.2"
3360+
yaml-ast-parser "^0.0.40"
3361+
3362+
graphcool-yml@^0.1.4:
3363+
version "0.1.4"
3364+
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.1.4.tgz#34eb3b857efad348b623d3ad73b33cc9b97f0d17"
33463365
dependencies:
33473366
ajv "^5.5.1"
33483367
bluebird "^3.5.1"
33493368
debug "^3.1.0"
33503369
dotenv "^4.0.0"
33513370
fs-extra "^4.0.3"
33523371
graphcool-json-schema "^1.0.1-beta.5"
3372+
graphcool-yml "0.1.1"
33533373
isomorphic-fetch "^2.2.1"
33543374
js-yaml "^3.10.0"
33553375
json-stable-stringify "^1.0.1"
@@ -3367,11 +3387,11 @@ graphiql@^0.11.2:
33673387
codemirror-graphql "^0.6.8"
33683388
marked "0.3.6"
33693389

3370-
3371-
version "0.1.4"
3372-
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-0.1.4.tgz#bbfe32261a91f37bb71e65f6fc6fd365ec773930"
3390+
graphql-config-extension-graphcool@^0.1.6:
3391+
version "0.1.6"
3392+
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-0.1.6.tgz#e6ebcfb919d2ea6c116f2d116e08510c5b0786b2"
33733393
dependencies:
3374-
graphcool-yml "^0.0.21"
3394+
graphcool-yml "^0.1.4"
33753395
graphql-config "^1.1.0"
33763396

33773397
graphql-config@^1.1.0:
@@ -6892,18 +6912,6 @@ styled-components@^2.2.3:
68926912
postcss-load-plugins "^2.2.0"
68936913
styled-jsx "^0.5.7"
68946914

6895-
"styled-jsx-postcss@git+https://github.com/timsuchanek/styled-jsx-postcss.git#build3":
6896-
version "0.2.0"
6897-
uid "677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
6898-
resolved "git+https://github.com/timsuchanek/styled-jsx-postcss.git#677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
6899-
dependencies:
6900-
babel-traverse "^6.21.0"
6901-
babylon "^6.14.1"
6902-
deasync "^0.1.9"
6903-
postcss "^5.2.8"
6904-
postcss-load-plugins "^2.2.0"
6905-
styled-jsx "^0.5.7"
6906-
69076915
69086916
version "0.5.2"
69096917
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-0.5.2.tgz#59740216c3db371636f9beec02149f9da5ea02e5"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# graphql-playground-html
2+
3+
This package is being used by the GraphQL Playground middlewares.
4+
5+
For local development, you can `yarn link` this package, then use `yarn link graphql-playground-html` in the
6+
middleware you want to develop.

0 commit comments

Comments
 (0)