Skip to content

Commit 89b58d5

Browse files
committed
Release new version
1 parent 1b2af1c commit 89b58d5

File tree

12 files changed

+32
-32
lines changed

12 files changed

+32
-32
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.6",
7+
"version": "1.8.7",
88
"author": {
99
"name": "Graphcool",
1010
"email": "[email protected]",
@@ -97,7 +97,7 @@
9797
"graphql-config-extension-graphcool": "1.0.8",
9898
"graphql-config-extension-prisma": "^0.2.5",
9999
"graphql-playground-html": "^1.6.0",
100-
"graphql-playground-react": "1.7.15",
100+
"graphql-playground-react": "1.7.17",
101101
"immutable": "4.0.0-rc.9",
102102
"js-yaml": "^3.11.0",
103103
"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
@@ -3765,10 +3765,10 @@ graphql-playground-html@^1.6.0:
37653765
version "1.6.5"
37663766
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.5.tgz#0de1a68db891f7356312cf03dcf371d67388e95a"
37673767

3768-
3769-
version "1.7.15"
3770-
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.7.15.tgz#6a3a0e81761ca14b2b1a840261f5b586e281ad03"
3771-
integrity sha512-W130eUPbbF2RYnNx2NAUTr9d9jol+UIHIHupytahIIxjPPSsad6kk2WbRohfMl4KTE/4txU5jxjkdu1mMJMIoA==
3768+
3769+
version "1.7.17"
3770+
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.7.17.tgz#efa320c0b87efe102218f30a3d387d946330de37"
3771+
integrity sha512-48/tMiq3vbd/vWj01/2IDPMU7y67tCsc8UuQS0PNCYO5QiUAGCBdb0dtgPK/Kvou+1/PP/tl0xbiHIOALLaOlw==
37723772
dependencies:
37733773
apollo-link "^1.0.7"
37743774
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.10",
3+
"version": "1.6.11",
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.9",
3+
"version": "1.7.10",
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.10"
37+
"graphql-playground-html": "1.6.11"
3838
},
3939
"typings": "dist/index.d.ts",
4040
"typescript": {

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@ glob@^7.0.5:
186186
once "^1.3.0"
187187
path-is-absolute "^1.0.0"
188188

189-
190-
version "1.6.10"
191-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.10.tgz#edb68f67ce71c4a092d163e1b435ea2e73bbe0d8"
192-
integrity sha512-PZFVWJqNct7+tSlVSseH/YRHj9T0Que0Q8hskaCLGDmyGZVkv5XM3k5LUybR4LKXJqi7x4ekEkK6R4M4CQPGnQ==
189+
190+
version "1.6.11"
191+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.11.tgz#a4e40b3d43527270722cacf7a96811c7806eb22a"
192+
integrity sha512-KBeZH7irqW0GB08AfryknQ4c0BPDGxJSvqJ+DYmGzbhyaQTUnocMv+5TfpaU+SUY8lnS7OGvEIHo/SIYyrjuWg==
193193

194194
[email protected], http-errors@~1.6.2, http-errors@~1.6.3:
195195
version "1.6.3"

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.8",
3+
"version": "1.7.9",
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.10"
43+
"graphql-playground-html": "1.6.11"
4444
}
4545
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ glob@^7.0.5:
112112
once "^1.3.0"
113113
path-is-absolute "^1.0.0"
114114

115-
116-
version "1.6.10"
117-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.10.tgz#edb68f67ce71c4a092d163e1b435ea2e73bbe0d8"
118-
integrity sha512-PZFVWJqNct7+tSlVSseH/YRHj9T0Que0Q8hskaCLGDmyGZVkv5XM3k5LUybR4LKXJqi7x4ekEkK6R4M4CQPGnQ==
115+
116+
version "1.6.11"
117+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.11.tgz#a4e40b3d43527270722cacf7a96811c7806eb22a"
118+
integrity sha512-KBeZH7irqW0GB08AfryknQ4c0BPDGxJSvqJ+DYmGzbhyaQTUnocMv+5TfpaU+SUY8lnS7OGvEIHo/SIYyrjuWg==
119119

120120
hapi@^18.0.0:
121121
version "18.0.0"

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.9",
3+
"version": "1.6.10",
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": [
@@ -39,6 +39,6 @@
3939
"definition": "dist/index.d.ts"
4040
},
4141
"dependencies": {
42-
"graphql-playground-html": "1.6.10"
42+
"graphql-playground-html": "1.6.11"
4343
}
4444
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ glob@^7.0.5:
124124
once "^1.3.0"
125125
path-is-absolute "^1.0.0"
126126

127-
128-
version "1.6.10"
129-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.10.tgz#edb68f67ce71c4a092d163e1b435ea2e73bbe0d8"
130-
integrity sha512-PZFVWJqNct7+tSlVSseH/YRHj9T0Que0Q8hskaCLGDmyGZVkv5XM3k5LUybR4LKXJqi7x4ekEkK6R4M4CQPGnQ==
127+
128+
version "1.6.11"
129+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.11.tgz#a4e40b3d43527270722cacf7a96811c7806eb22a"
130+
integrity sha512-KBeZH7irqW0GB08AfryknQ4c0BPDGxJSvqJ+DYmGzbhyaQTUnocMv+5TfpaU+SUY8lnS7OGvEIHo/SIYyrjuWg==
131131

132132
http-assert@^1.3.0:
133133
version "1.4.0"

packages/graphql-playground-middleware-lambda/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-lambda",
3-
"version": "1.7.9",
3+
"version": "1.7.10",
44
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-lambada",
55
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
66
"contributors": [
@@ -39,6 +39,6 @@
3939
"definition": "dist/index.d.ts"
4040
},
4141
"dependencies": {
42-
"graphql-playground-html": "1.6.10"
42+
"graphql-playground-html": "1.6.11"
4343
}
4444
}

0 commit comments

Comments
 (0)