Skip to content

Commit ef83c09

Browse files
committed
fix(deps): Updated graphql-config-extension-graphcool
1 parent 45ad498 commit ef83c09

File tree

3 files changed

+87
-4
lines changed

3 files changed

+87
-4
lines changed

packages/graphql-playground-electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/graphcool/graphql-playground",
55
"repository": "graphcool/graphql-playground",
66
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)",
7-
"version": "1.3.22",
7+
"version": "1.3.23",
88
"author": {
99
"name": "Graphcool",
1010
"email": "[email protected]",
@@ -94,7 +94,7 @@
9494
"graphcool-tmp-ui": "^0.0.11",
9595
"graphcool-ui": "^0.0.13",
9696
"graphql-config": "^1.1.2",
97-
"graphql-config-extension-graphcool": "1.0.1",
97+
"graphql-config-extension-graphcool": "1.0.4",
9898
"graphql-playground-react": "1.3.22",
9999
"js-yaml": "^3.10.0",
100100
"lodash.merge": "^4.6.0",

packages/graphql-playground-html/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-html",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-html",
55
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
66
"contributors": [
@@ -36,6 +36,6 @@
3636
"dependencies": {
3737
"dotenv": "^4.0.0",
3838
"graphql-config": "^1.1.1",
39-
"graphql-config-extension-graphcool": "^1.0.0"
39+
"graphql-config-extension-graphcool": "1.0.4"
4040
}
4141
}

yarn.lock

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4201,6 +4201,25 @@ [email protected]:
42014201
scuid "^1.0.2"
42024202
yaml-ast-parser "^0.0.40"
42034203

4204+
4205+
version "0.4.8"
4206+
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.4.8.tgz#c1e70a88ccc8b8eea81fb80b7c369a2b734240b9"
4207+
dependencies:
4208+
ajv "^5.5.1"
4209+
bluebird "^3.5.1"
4210+
debug "^3.1.0"
4211+
dotenv "^4.0.0"
4212+
fs-extra "^4.0.3"
4213+
graphcool-json-schema "1.2.0"
4214+
isomorphic-fetch "^2.2.1"
4215+
js-yaml "^3.10.0"
4216+
json-stable-stringify "^1.0.1"
4217+
jsonwebtoken "^8.1.0"
4218+
lodash "^4.17.4"
4219+
replaceall "^0.1.6"
4220+
scuid "^1.0.2"
4221+
yaml-ast-parser "^0.0.40"
4222+
42044223
graphiql@^0.11.2:
42054224
version "0.11.11"
42064225
resolved "https://registry.yarnpkg.com/graphiql/-/graphiql-0.11.11.tgz#eeaf9a38927dbe8c6ecbf81e700735e16ec50e71"
@@ -4216,6 +4235,13 @@ [email protected]:
42164235
graphcool-yml "0.2.2"
42174236
graphql-config "^1.1.4"
42184237

4238+
4239+
version "1.0.4"
4240+
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-1.0.4.tgz#9346aace7e42688e35e4bd44039117608916aad0"
4241+
dependencies:
4242+
graphcool-yml "0.4.8"
4243+
graphql-config "^1.1.4"
4244+
42194245
graphql-config-extension-graphcool@^1.0.0:
42204246
version "1.0.2"
42214247
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-1.0.2.tgz#e24d528575997a414e4798c855e5d8b6963ca79a"
@@ -4335,6 +4361,51 @@ graphql-language-service-utils@^1.0.18:
43354361
graphql-config "1.1.4"
43364362
graphql-language-service-types "^1.0.18"
43374363

4364+
4365+
version "1.3.22"
4366+
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.3.22.tgz#b3a9acae19434507e3fbaef806fdaaa4aa7fceef"
4367+
dependencies:
4368+
calculate-size "^1.1.1"
4369+
classnames "^2.2.5"
4370+
codemirror "^5.27.4"
4371+
codemirror-graphql "0.6.11"
4372+
cuid "^1.3.8"
4373+
graphcool-styles "0.2.4"
4374+
graphcool-tmp-ui "^0.0.11"
4375+
graphiql "^0.11.2"
4376+
graphql "^0.10.5"
4377+
isomorphic-fetch "^2.2.1"
4378+
js-yaml "^3.10.0"
4379+
json-stable-stringify "^1.0.1"
4380+
keycode "^2.1.9"
4381+
lodash "^4.17.4"
4382+
lodash.debounce "^4.0.8"
4383+
markdown-it "^8.4.0"
4384+
marked "^0.3.9"
4385+
polished "^1.9.0"
4386+
postcss-modules "^0.6.4"
4387+
prop-types "^15.6.0"
4388+
react "^16.2.0"
4389+
react-addons-shallow-compare "^15.6.2"
4390+
react-codemirror "^1.0.0"
4391+
react-copy-to-clipboard "^5.0.1"
4392+
react-dom "^16.2.0"
4393+
react-helmet "^5.2.0"
4394+
react-modal "^3.1.10"
4395+
react-redux "^5.0.6"
4396+
react-router-dom "^4.2.2"
4397+
react-transition-group "^1.1.3"
4398+
react-virtualized "^9.12.0"
4399+
redux "^3.7.2"
4400+
redux-localstorage rc
4401+
redux-localstorage-filter "^0.1.1"
4402+
rxjs "^5.0.3"
4403+
seamless-immutable "^7.0.1"
4404+
styled-components "^2.4.0"
4405+
styled-jsx-postcss "git+https://github.com/timsuchanek/styled-jsx-postcss#build3"
4406+
styled-theming "^2.2.0"
4407+
subscriptions-transport-ws "^0.8.1"
4408+
43384409
43394410
version "1.3.17"
43404411
resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.3.17.tgz#1584bbcc948a7f9bac9399b9c269439da3086791"
@@ -9261,6 +9332,18 @@ styled-components@^2.4.0:
92619332
postcss-load-plugins "^2.2.0"
92629333
styled-jsx "^0.5.7"
92639334

9335+
"styled-jsx-postcss@git+https://github.com/timsuchanek/styled-jsx-postcss.git#build3":
9336+
version "0.2.0"
9337+
uid "677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
9338+
resolved "git+https://github.com/timsuchanek/styled-jsx-postcss.git#677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
9339+
dependencies:
9340+
babel-traverse "^6.21.0"
9341+
babylon "^6.14.1"
9342+
deasync "^0.1.9"
9343+
postcss "^5.2.8"
9344+
postcss-load-plugins "^2.2.0"
9345+
styled-jsx "^0.5.7"
9346+
92649347
92659348
version "0.5.2"
92669349
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-0.5.2.tgz#59740216c3db371636f9beec02149f9da5ea02e5"

0 commit comments

Comments
 (0)