Skip to content

Commit bb6baa1

Browse files
committed
feat: update graphql-config dependency
1 parent 2345b29 commit bb6baa1

File tree

2 files changed

+43
-23
lines changed

2 files changed

+43
-23
lines changed

packages/graphql-playground-electron/package.json

Lines changed: 5 additions & 5 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.6.3",
7+
"version": "1.7.0",
88
"author": {
99
"name": "Graphcool",
1010
"email": "[email protected]",
@@ -94,11 +94,11 @@
9494
"graphcool-styles": "0.2.7",
9595
"graphcool-ui": "^0.0.14",
9696
"graphql": "^0.13.2",
97-
"graphql-config": "^2.0.1",
97+
"graphql-config": "^2.1.0",
9898
"graphql-config-extension-graphcool": "1.0.8",
99-
"graphql-config-extension-prisma": "^0.0.12",
100-
"graphql-playground-html": "^1.5.6",
101-
"graphql-playground-react": "1.7.2",
99+
"graphql-config-extension-prisma": "^0.2.0",
100+
"graphql-playground-html": "^1.6.0",
101+
"graphql-playground-react": "1.7.4",
102102
"immutable": "4.0.0-rc.9",
103103
"js-yaml": "^3.11.0",
104104
"lodash.merge": "^4.6.1",

packages/graphql-playground-electron/yarn.lock

Lines changed: 38 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3631,6 +3631,16 @@ [email protected]:
36313631
object-assign "^4.1.0"
36323632
webpack-dev-server "^1.16.2"
36333633

3634+
3635+
version "0.2.9"
3636+
resolved "https://registry.yarnpkg.com/graphcool-styles/-/graphcool-styles-0.2.9.tgz#addef08ecbe44f35281a177394fe30da2f83c615"
3637+
dependencies:
3638+
html-webpack-plugin "^2.24.1"
3639+
interactive "^0.1.9"
3640+
isomorphic-fetch "^2.2.1"
3641+
object-assign "^4.1.0"
3642+
webpack-dev-server "^1.16.2"
3643+
36343644
graphcool-styles@^0.1.31:
36353645
version "0.1.43"
36363646
resolved "https://registry.yarnpkg.com/graphcool-styles/-/graphcool-styles-0.1.43.tgz#da6b72118c890923ef5c4a964405aa3e4541dc82"
@@ -3690,12 +3700,12 @@ [email protected]:
36903700
graphcool-yml "0.4.15"
36913701
graphql-config "^2.0.1"
36923702

3693-
graphql-config-extension-prisma@^0.0.12:
3694-
version "0.0.12"
3695-
resolved "https://registry.yarnpkg.com/graphql-config-extension-prisma/-/graphql-config-extension-prisma-0.0.12.tgz#c591a2dd3d45eb4b039a39b5d4a6ea7ca7d8e05a"
3703+
graphql-config-extension-prisma@^0.2.0:
3704+
version "0.2.0"
3705+
resolved "https://registry.yarnpkg.com/graphql-config-extension-prisma/-/graphql-config-extension-prisma-0.2.0.tgz#6cbc82b55db7070e48bb65f4691aac0c2f4297ba"
36963706
dependencies:
36973707
graphql-config "^2.0.1"
3698-
prisma-yml "1.0.50"
3708+
prisma-yml "1.0.92"
36993709

37003710
37013711
version "1.1.4"
@@ -3728,6 +3738,16 @@ graphql-config@^2.0.1:
37283738
lodash "^4.17.4"
37293739
minimatch "^3.0.4"
37303740

3741+
graphql-config@^2.1.0:
3742+
version "2.1.0"
3743+
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.1.0.tgz#f07107ac44b661282d2002497de588f01aa92c9d"
3744+
dependencies:
3745+
graphql-import "^0.4.4"
3746+
graphql-request "^1.5.0"
3747+
js-yaml "^3.10.0"
3748+
lodash "^4.17.4"
3749+
minimatch "^3.0.4"
3750+
37313751
graphql-import@^0.1.7:
37323752
version "0.1.9"
37333753
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.1.9.tgz#9161f4f7ea92337b60fd40e22e64d3a68c212729"
@@ -3772,15 +3792,15 @@ graphql-language-service-utils@^1.1.0:
37723792
graphql-config "1.1.4"
37733793
graphql-language-service-types "^1.1.0"
37743794

3775-
graphql-playground-html@^1.5.6:
3776-
version "1.5.6"
3777-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.6.tgz#b5185a3b6e744e40dd8c5263bb5b5f6a2cff40b0"
3795+
graphql-playground-html@^1.6.0:
3796+
version "1.6.0"
3797+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.0.tgz#6ec4d54325ab2e5352506fdb89eb37c3fc718bf8"
37783798
dependencies:
37793799
graphql-config "2.0.0"
37803800

3781-
3782-
version "1.7.2"
3783-
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.7.2.tgz#6640c19a3c44c4a7d6d86469158ec7dd078895dd"
3801+
3802+
version "1.7.4"
3803+
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.7.4.tgz#e975cd19ca26cf539c3d9da20335dee70e13ab1f"
37843804
dependencies:
37853805
apollo-link "^1.0.7"
37863806
apollo-link-http "^1.3.2"
@@ -3791,7 +3811,7 @@ [email protected]:
37913811
codemirror-graphql timsuchanek/codemirror-graphql#details-fix
37923812
copy-to-clipboard "^3.0.8"
37933813
cuid "^1.3.8"
3794-
graphcool-styles "0.2.7"
3814+
graphcool-styles "0.2.9"
37953815
graphcool-tmp-ui "^0.0.11"
37963816
graphcool-ui "0.0.14"
37973817
graphiql "^0.11.2"
@@ -6504,13 +6524,13 @@ pretty-format@^22.4.0, pretty-format@^22.4.3:
65046524
ansi-regex "^3.0.0"
65056525
ansi-styles "^3.2.0"
65066526

6507-
prisma-json-schema@0.0.4:
6508-
version "0.0.4"
6509-
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.0.4.tgz#4ecee29c351e382fb833dad83a38c62961380458"
6527+
prisma-json-schema@0.1.0:
6528+
version "0.1.0"
6529+
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.1.0.tgz#0e53346421dc09241fe7240e5479f9673e5fbd10"
65106530

6511-
6512-
version "1.0.50"
6513-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.0.50.tgz#c85de8fa55efc6cac59083496bc038278be04076"
6531+
6532+
version "1.0.92"
6533+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.0.92.tgz#33b25974ebd89153e2291a9831635fd0fbf08cf1"
65146534
dependencies:
65156535
ajv "5"
65166536
bluebird "^3.5.1"
@@ -6526,7 +6546,7 @@ [email protected]:
65266546
json-stable-stringify "^1.0.1"
65276547
jsonwebtoken "^8.1.0"
65286548
lodash "^4.17.4"
6529-
prisma-json-schema "0.0.4"
6549+
prisma-json-schema "0.1.0"
65306550
replaceall "^0.1.6"
65316551
scuid "^1.0.2"
65326552
yaml-ast-parser "^0.0.40"

0 commit comments

Comments
 (0)