File tree Expand file tree Collapse file tree 12 files changed +32
-32
lines changed
graphql-playground-electron
graphql-playground-middleware-express
graphql-playground-middleware-hapi
graphql-playground-middleware-koa
graphql-playground-middleware-lambda Expand file tree Collapse file tree 12 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 4
4
"homepage" : " https://github.com/graphcool/graphql-playground" ,
5
5
"repository" : " graphcool/graphql-playground" ,
6
6
"description" : " GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)" ,
7
- "version" : " 1.8.6 " ,
7
+ "version" : " 1.8.7 " ,
8
8
"author" : {
9
9
"name" : " Graphcool" ,
10
10
"email" : " hello@graph.cool" ,
97
97
"graphql-config-extension-graphcool" : " 1.0.8" ,
98
98
"graphql-config-extension-prisma" : " ^0.2.5" ,
99
99
"graphql-playground-html" : " ^1.6.0" ,
100
- "graphql-playground-react" : " 1.7.15 " ,
100
+ "graphql-playground-react" : " 1.7.17 " ,
101
101
"immutable" : " 4.0.0-rc.9" ,
102
102
"js-yaml" : " ^3.11.0" ,
103
103
"lodash.merge" : " ^4.6.1" ,
Original file line number Diff line number Diff line change @@ -3765,10 +3765,10 @@ graphql-playground-html@^1.6.0:
3765
3765
version "1.6.5"
3766
3766
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.5.tgz#0de1a68db891f7356312cf03dcf371d67388e95a"
3767
3767
3768
- graphql-playground-react@1.7.15 :
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
+ graphql-playground-react@1.7.17 :
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 ==
3772
3772
dependencies :
3773
3773
apollo-link "^1.0.7"
3774
3774
apollo-link-http "^1.3.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-html" ,
3
- "version" : " 1.6.10 " ,
3
+ "version" : " 1.6.11 " ,
4
4
"homepage" : " https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-html" ,
5
5
"description" : " GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)." ,
6
6
"contributors" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-middleware-express" ,
3
- "version" : " 1.7.9 " ,
3
+ "version" : " 1.7.10 " ,
4
4
"homepage" : " https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-express" ,
5
5
"description" : " GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)." ,
6
6
"contributors" : [
34
34
"typescript" : " 2.6.2"
35
35
},
36
36
"dependencies" : {
37
- "graphql-playground-html" : " 1.6.10 "
37
+ "graphql-playground-html" : " 1.6.11 "
38
38
},
39
39
"typings" : " dist/index.d.ts" ,
40
40
"typescript" : {
Original file line number Diff line number Diff line change @@ -186,10 +186,10 @@ glob@^7.0.5:
186
186
once "^1.3.0"
187
187
path-is-absolute "^1.0.0"
188
188
189
- graphql-playground-html@1.6.10 :
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
+ graphql-playground-html@1.6.11 :
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 ==
193
193
194
194
http-errors@1.6.3, http-errors@~1.6.2, http-errors@~1.6.3 :
195
195
version "1.6.3"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-middleware-hapi" ,
3
- "version" : " 1.7.8 " ,
3
+ "version" : " 1.7.9 " ,
4
4
"homepage" : " https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-hapi" ,
5
5
"description" : " GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)." ,
6
6
"contributors" : [
40
40
"definition" : " dist/index.d.ts"
41
41
},
42
42
"dependencies" : {
43
- "graphql-playground-html" : " 1.6.10 "
43
+ "graphql-playground-html" : " 1.6.11 "
44
44
}
45
45
}
Original file line number Diff line number Diff line change @@ -112,10 +112,10 @@ glob@^7.0.5:
112
112
once "^1.3.0"
113
113
path-is-absolute "^1.0.0"
114
114
115
- graphql-playground-html@1.6.10 :
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
+ graphql-playground-html@1.6.11 :
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 ==
119
119
120
120
hapi@^18.0.0 :
121
121
version "18.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-middleware-koa" ,
3
- "version" : " 1.6.9 " ,
3
+ "version" : " 1.6.10 " ,
4
4
"homepage" : " https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-koa" ,
5
5
"description" : " GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)." ,
6
6
"contributors" : [
39
39
"definition" : " dist/index.d.ts"
40
40
},
41
41
"dependencies" : {
42
- "graphql-playground-html" : " 1.6.10 "
42
+ "graphql-playground-html" : " 1.6.11 "
43
43
}
44
44
}
Original file line number Diff line number Diff line change @@ -124,10 +124,10 @@ glob@^7.0.5:
124
124
once "^1.3.0"
125
125
path-is-absolute "^1.0.0"
126
126
127
- graphql-playground-html@1.6.10 :
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
+ graphql-playground-html@1.6.11 :
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 ==
131
131
132
132
http-assert@^1.3.0 :
133
133
version "1.4.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-middleware-lambda" ,
3
- "version" : " 1.7.9 " ,
3
+ "version" : " 1.7.10 " ,
4
4
"homepage" : " https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-lambada" ,
5
5
"description" : " GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)." ,
6
6
"contributors" : [
39
39
"definition" : " dist/index.d.ts"
40
40
},
41
41
"dependencies" : {
42
- "graphql-playground-html" : " 1.6.10 "
42
+ "graphql-playground-html" : " 1.6.11 "
43
43
}
44
44
}
You can’t perform that action at this time.
0 commit comments