Skip to content

Commit 5a7af85

Browse files
committed
New release
1 parent 417c320 commit 5a7af85

File tree

12 files changed

+28
-350
lines changed

12 files changed

+28
-350
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.8.0",
7+
"version": "1.8.1",
88
"author": {
99
"name": "Graphcool",
1010
"email": "[email protected]",
@@ -98,7 +98,7 @@
9898
"graphql-config-extension-graphcool": "1.0.8",
9999
"graphql-config-extension-prisma": "^0.2.2",
100100
"graphql-playground-html": "^1.6.0",
101-
"graphql-playground-react": "1.7.8",
101+
"graphql-playground-react": "^1.7.9",
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,7 @@ code-point-at@^1.0.0:
19231923
version "1.1.0"
19241924
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
19251925

1926-
codemirror-graphql@^0.6.11, codemirror-graphql@timsuchanek/codemirror-graphql#details-fix:
1926+
codemirror-graphql@^0.6.11, "codemirror-graphql@github:timsuchanek/codemirror-graphql#details-fix":
19271927
version "0.6.12"
19281928
resolved "https://codeload.github.com/timsuchanek/codemirror-graphql/tar.gz/801ec32683c38d6dc0f8f7bc19014a111edc9ebd"
19291929
dependencies:
@@ -3779,9 +3779,9 @@ graphql-playground-html@^1.6.0:
37793779
dependencies:
37803780
graphql-config "2.0.0"
37813781

3782-
3783-
version "1.7.8"
3784-
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.7.8.tgz#0165001cf157d5b848aa6f038a314ea11d259231"
3782+
graphql-playground-react@^1.7.9:
3783+
version "1.7.9"
3784+
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.7.9.tgz#6a6a1c4b1e7f12c3a1235eb3ca7039a6fb595a5c"
37853785
dependencies:
37863786
apollo-link "^1.0.7"
37873787
apollo-link-http "^1.3.2"

packages/graphql-playground-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-html",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
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": [

packages/graphql-playground-middleware-express/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-middleware-express",
3-
"version": "1.7.6",
3+
"version": "1.7.7",
44
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-express",
55
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
66
"contributors": [
@@ -34,7 +34,7 @@
3434
"typescript": "2.6.2"
3535
},
3636
"dependencies": {
37-
"graphql-playground-html": "1.6.4"
37+
"graphql-playground-html": "1.6.5"
3838
},
3939
"typings": "dist/index.d.ts",
4040
"typescript": {

packages/graphql-playground-middleware-express/yarn.lock

Lines changed: 3 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
version "9.4.0"
77
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.0.tgz#b85a0bcf1e1cc84eb4901b7e96966aedc6f078d1"
88

9-
argparse@^1.0.7:
10-
version "1.0.9"
11-
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86"
12-
dependencies:
13-
sprintf-js "~1.0.2"
14-
159
balanced-match@^1.0.0:
1610
version "1.0.0"
1711
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
@@ -27,17 +21,6 @@ [email protected]:
2721
version "0.0.1"
2822
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
2923

30-
31-
version "2.2.2"
32-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.2.2.tgz#a47ff4f7fc712daba8f6a695a11c948440d45723"
33-
dependencies:
34-
node-fetch "2.1.2"
35-
whatwg-fetch "2.0.4"
36-
37-
esprima@^4.0.0:
38-
version "4.0.0"
39-
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804"
40-
4124
fs.realpath@^1.0.0:
4225
version "1.0.0"
4326
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -53,34 +36,9 @@ glob@^7.0.5:
5336
once "^1.3.0"
5437
path-is-absolute "^1.0.0"
5538

56-
57-
version "2.2.1"
58-
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.2.1.tgz#5fd0ec77ac7428ca5fb2026cf131be10151a0cb2"
59-
dependencies:
60-
graphql-import "^0.7.1"
61-
graphql-request "^1.5.0"
62-
js-yaml "^3.10.0"
63-
lodash "^4.17.4"
64-
minimatch "^3.0.4"
65-
66-
graphql-import@^0.7.1:
67-
version "0.7.1"
68-
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.7.1.tgz#4add8d91a5f752d764b0a4a7a461fcd93136f223"
69-
dependencies:
70-
lodash "^4.17.4"
71-
resolve-from "^4.0.0"
72-
73-
74-
version "1.6.4"
75-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.4.tgz#be7c5a6213d67aeedf03d90b7e7d55fec4d42212"
76-
dependencies:
77-
graphql-config "2.2.1"
78-
79-
graphql-request@^1.5.0:
80-
version "1.8.2"
81-
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-1.8.2.tgz#398d10ae15c585676741bde3fc01d5ca948f8fbe"
82-
dependencies:
83-
cross-fetch "2.2.2"
39+
40+
version "1.6.5"
41+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.5.tgz#0de1a68db891f7356312cf03dcf371d67388e95a"
8442

8543
inflight@^1.0.4:
8644
version "1.0.6"
@@ -93,27 +51,12 @@ inherits@2:
9351
version "2.0.3"
9452
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
9553

96-
js-yaml@^3.10.0:
97-
version "3.10.0"
98-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
99-
dependencies:
100-
argparse "^1.0.7"
101-
esprima "^4.0.0"
102-
103-
lodash@^4.17.4:
104-
version "4.17.4"
105-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
106-
10754
minimatch@^3.0.4:
10855
version "3.0.4"
10956
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
11057
dependencies:
11158
brace-expansion "^1.1.7"
11259

113-
114-
version "2.1.2"
115-
resolved "http://registry.npmjs.org/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5"
116-
11760
once@^1.3.0:
11861
version "1.4.0"
11962
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
@@ -124,28 +67,16 @@ path-is-absolute@^1.0.0:
12467
version "1.0.1"
12568
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
12669

127-
resolve-from@^4.0.0:
128-
version "4.0.0"
129-
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
130-
13170
13271
version "2.6.2"
13372
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36"
13473
dependencies:
13574
glob "^7.0.5"
13675

137-
sprintf-js@~1.0.2:
138-
version "1.0.3"
139-
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
140-
14176
14277
version "2.6.2"
14378
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"
14479

145-
146-
version "2.0.4"
147-
resolved "http://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
148-
14980
wrappy@1:
15081
version "1.0.2"
15182
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

packages/graphql-playground-middleware-hapi/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-middleware-hapi",
3-
"version": "1.7.5",
3+
"version": "1.7.6",
44
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-hapi",
55
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
66
"contributors": [
@@ -40,6 +40,6 @@
4040
"definition": "dist/index.d.ts"
4141
},
4242
"dependencies": {
43-
"graphql-playground-html": "1.6.3"
43+
"graphql-playground-html": "1.6.5"
4444
}
4545
}

packages/graphql-playground-middleware-hapi/yarn.lock

Lines changed: 3 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
version "9.4.0"
77
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.0.tgz#b85a0bcf1e1cc84eb4901b7e96966aedc6f078d1"
88

9-
argparse@^1.0.7:
10-
version "1.0.9"
11-
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86"
12-
dependencies:
13-
sprintf-js "~1.0.2"
14-
159
balanced-match@^1.0.0:
1610
version "1.0.0"
1711
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
@@ -27,23 +21,6 @@ [email protected]:
2721
version "0.0.1"
2822
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
2923

30-
31-
version "1.1.1"
32-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-1.1.1.tgz#dede6865ae30f37eae62ac90ebb7bdac002b05a0"
33-
dependencies:
34-
node-fetch "1.7.3"
35-
whatwg-fetch "2.0.3"
36-
37-
encoding@^0.1.11:
38-
version "0.1.12"
39-
resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.12.tgz#538b66f3ee62cd1ab51ec323829d1f9480c74beb"
40-
dependencies:
41-
iconv-lite "~0.4.13"
42-
43-
esprima@^4.0.0:
44-
version "4.0.0"
45-
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804"
46-
4724
fs.realpath@^1.0.0:
4825
version "1.0.0"
4926
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -59,44 +36,9 @@ glob@^7.0.5:
5936
once "^1.3.0"
6037
path-is-absolute "^1.0.0"
6138

62-
63-
version "2.0.0"
64-
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.0.0.tgz#daf69091055c6f675d63893a2d14c48f3fec3327"
65-
dependencies:
66-
graphql-import "^0.4.0"
67-
graphql-request "^1.4.0"
68-
js-yaml "^3.10.0"
69-
lodash "^4.17.4"
70-
minimatch "^3.0.4"
71-
72-
graphql-import@^0.4.0:
73-
version "0.4.1"
74-
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.4.1.tgz#ef1c047d6250bc8c009b12b64c26924ac4f4716c"
75-
dependencies:
76-
graphql "^0.12.3"
77-
lodash "^4.17.4"
78-
79-
80-
version "1.6.3"
81-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.3.tgz#4fb0db36016241f5355e4afe125f8c2f1dab7f50"
82-
dependencies:
83-
graphql-config "2.0.0"
84-
85-
graphql-request@^1.4.0:
86-
version "1.4.1"
87-
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-1.4.1.tgz#0772743cfac8dfdd4d69d36106a96c9bdd191ce8"
88-
dependencies:
89-
cross-fetch "1.1.1"
90-
91-
graphql@^0.12.3:
92-
version "0.12.3"
93-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
94-
dependencies:
95-
iterall "1.1.3"
96-
97-
iconv-lite@~0.4.13:
98-
version "0.4.19"
99-
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b"
39+
40+
version "1.6.5"
41+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.5.tgz#0de1a68db891f7356312cf03dcf371d67388e95a"
10042

10143
inflight@^1.0.4:
10244
version "1.0.6"
@@ -109,38 +51,12 @@ inherits@2:
10951
version "2.0.3"
11052
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
11153

112-
is-stream@^1.0.1:
113-
version "1.1.0"
114-
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
115-
116-
117-
version "1.1.3"
118-
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
119-
120-
js-yaml@^3.10.0:
121-
version "3.10.0"
122-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
123-
dependencies:
124-
argparse "^1.0.7"
125-
esprima "^4.0.0"
126-
127-
lodash@^4.17.4:
128-
version "4.17.4"
129-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
130-
13154
minimatch@^3.0.4:
13255
version "3.0.4"
13356
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
13457
dependencies:
13558
brace-expansion "^1.1.7"
13659

137-
138-
version "1.7.3"
139-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"
140-
dependencies:
141-
encoding "^0.1.11"
142-
is-stream "^1.0.1"
143-
14460
once@^1.3.0:
14561
version "1.4.0"
14662
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
@@ -157,18 +73,10 @@ [email protected]:
15773
dependencies:
15874
glob "^7.0.5"
15975

160-
sprintf-js@~1.0.2:
161-
version "1.0.3"
162-
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
163-
16476
16577
version "2.6.2"
16678
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"
16779

168-
169-
version "2.0.3"
170-
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84"
171-
17280
wrappy@1:
17381
version "1.0.2"
17482
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

packages/graphql-playground-middleware-koa/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-middleware-koa",
3-
"version": "1.6.6",
3+
"version": "1.6.7",
44
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-koa",
55
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
66
"contributors": [
@@ -40,6 +40,6 @@
4040
"definition": "dist/index.d.ts"
4141
},
4242
"dependencies": {
43-
"graphql-playground-html": "1.6.3"
43+
"graphql-playground-html": "1.6.5"
4444
}
4545
}

0 commit comments

Comments
 (0)