File tree 11 files changed +27
-27
lines changed
graphql-playground-electron
graphql-playground-middleware-express
graphql-playground-middleware-hapi
graphql-playground-middleware-koa
graphql-playground-middleware-lambda
11 files changed +27
-27
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.9 " ,
7
+ "version" : " 1.8.10 " ,
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.19 " ,
100
+ "graphql-playground-react" : " 1.7.20 " ,
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 @@ -3770,10 +3770,10 @@ graphql-playground-html@^1.6.0:
3770
3770
version "1.6.5"
3771
3771
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.5.tgz#0de1a68db891f7356312cf03dcf371d67388e95a"
3772
3772
3773
- graphql-playground-react@1.7.19 :
3774
- version "1.7.19 "
3775
- resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.7.19 .tgz#c625b05abca50fa148e2647ce9096aa9f6a2ec5c "
3776
- integrity sha512-Qk5jEjloCa2ynN2KAOpb2BCtY9MovH7Xgh0ClBJrO/m6dfz3ButSNdjS3In/XeN+FvVhy4sWW2FDKGTzj4MJng ==
3773
+ graphql-playground-react@1.7.20 :
3774
+ version "1.7.20 "
3775
+ resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.7.20 .tgz#99f27fabbb9b24bb18cce2b62a5324567d7cdfb6 "
3776
+ integrity sha512-0l0z6/D4KhsleX4JKWM/1qiSa+g8s7nmUEn1pj52UmxzqRgDkEequbPEa3zMeeR+k1In89J1i7/YdhHuFNFICQ ==
3777
3777
dependencies :
3778
3778
" @types/lru-cache" " ^4.1.1"
3779
3779
apollo-link "^1.0.7"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-html" ,
3
- "version" : " 1.6.12 " ,
3
+ "version" : " 1.6.13 " ,
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.11 " ,
3
+ "version" : " 1.7.12 " ,
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" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-middleware-hapi" ,
3
- "version" : " 1.6.10 " ,
3
+ "version" : " 1.6.11 " ,
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.12 "
43
+ "graphql-playground-html" : " 1.6.13 "
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.12 :
116
- version "1.6.12 "
117
- resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.12 .tgz#8b3b34ab6013e2c877f0ceaae478fafc8ca91b85 "
118
- integrity sha512-yOYFwwSMBL0MwufeL8bkrNDgRE7eF/kTHiwrqn9FiR9KLcNIl1xw9l9a+6yIRZM56JReQOHpbQFXTZn1IuSKRg ==
115
+ graphql-playground-html@1.6.13 :
116
+ version "1.6.13 "
117
+ resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.13 .tgz#16d61416161d96f2725bc37b0b64d135a189f252 "
118
+ integrity sha512-5DNtVeaWrfxrobA2Vp3ypWjAQYGPIXyZ3rdQXy4m4nDJnc4UALPSZRh9y+U4kp8GaoPp1aCgIJerDSRBOT9HnA ==
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.11 " ,
3
+ "version" : " 1.6.12 " ,
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.12 "
42
+ "graphql-playground-html" : " 1.6.13 "
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.12 :
128
- version "1.6.12 "
129
- resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.12 .tgz#8b3b34ab6013e2c877f0ceaae478fafc8ca91b85 "
130
- integrity sha512-yOYFwwSMBL0MwufeL8bkrNDgRE7eF/kTHiwrqn9FiR9KLcNIl1xw9l9a+6yIRZM56JReQOHpbQFXTZn1IuSKRg ==
127
+ graphql-playground-html@1.6.13 :
128
+ version "1.6.13 "
129
+ resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.13 .tgz#16d61416161d96f2725bc37b0b64d135a189f252 "
130
+ integrity sha512-5DNtVeaWrfxrobA2Vp3ypWjAQYGPIXyZ3rdQXy4m4nDJnc4UALPSZRh9y+U4kp8GaoPp1aCgIJerDSRBOT9HnA ==
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.12 " ,
3
+ "version" : " 1.7.13 " ,
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.12 "
42
+ "graphql-playground-html" : " 1.6.13 "
43
43
}
44
44
}
Original file line number Diff line number Diff line change @@ -89,10 +89,10 @@ glob@^7.0.5:
89
89
once "^1.3.0"
90
90
path-is-absolute "^1.0.0"
91
91
92
- graphql-playground-html@1.6.12 :
93
- version "1.6.12 "
94
- resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.12 .tgz#8b3b34ab6013e2c877f0ceaae478fafc8ca91b85 "
95
- integrity sha512-yOYFwwSMBL0MwufeL8bkrNDgRE7eF/kTHiwrqn9FiR9KLcNIl1xw9l9a+6yIRZM56JReQOHpbQFXTZn1IuSKRg ==
92
+ graphql-playground-html@1.6.13 :
93
+ version "1.6.13 "
94
+ resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.13 .tgz#16d61416161d96f2725bc37b0b64d135a189f252 "
95
+ integrity sha512-5DNtVeaWrfxrobA2Vp3ypWjAQYGPIXyZ3rdQXy4m4nDJnc4UALPSZRh9y+U4kp8GaoPp1aCgIJerDSRBOT9HnA ==
96
96
97
97
ieee754@1.1.8 :
98
98
version "1.1.8"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-react" ,
3
- "version" : " 1.7.19 " ,
3
+ "version" : " 1.7.20 " ,
4
4
"main" : " ./lib/lib.js" ,
5
5
"typings" : " ./lib/lib.d.ts" ,
6
6
"description" : " GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)." ,
You can’t perform that action at this time.
0 commit comments