File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 11 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 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.9 " ,
7+ "version" : " 1.8.10 " ,
88 "author" : {
99 "name" : " Graphcool" ,
1010 "email" : " hello@graph.cool" ,
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.19 " ,
100+ "graphql-playground-react" : " 1.7.20 " ,
101101 "immutable" : " 4.0.0-rc.9" ,
102102 "js-yaml" : " ^3.11.0" ,
103103 "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:
37703770 version "1.6.5"
37713771 resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.5.tgz#0de1a68db891f7356312cf03dcf371d67388e95a"
37723772
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 ==
37773777 dependencies :
37783778 " @types/lru-cache" " ^4.1.1"
37793779 apollo-link "^1.0.7"
Original file line number Diff line number Diff line change 11{
22 "name" : " graphql-playground-html" ,
3- "version" : " 1.6.12 " ,
3+ "version" : " 1.6.13 " ,
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" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " graphql-playground-middleware-express" ,
3- "version" : " 1.7.11 " ,
3+ "version" : " 1.7.12 " ,
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" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " graphql-playground-middleware-hapi" ,
3- "version" : " 1.6.10 " ,
3+ "version" : " 1.6.11 " ,
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" : [
4040 "definition" : " dist/index.d.ts"
4141 },
4242 "dependencies" : {
43- "graphql-playground-html" : " 1.6.12 "
43+ "graphql-playground-html" : " 1.6.13 "
4444 }
4545}
Original file line number Diff line number Diff line change @@ -112,10 +112,10 @@ glob@^7.0.5:
112112 once "^1.3.0"
113113 path-is-absolute "^1.0.0"
114114
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 ==
119119
120120hapi@^18.0.0 :
121121 version "18.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " graphql-playground-middleware-koa" ,
3- "version" : " 1.6.11 " ,
3+ "version" : " 1.6.12 " ,
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" : [
3939 "definition" : " dist/index.d.ts"
4040 },
4141 "dependencies" : {
42- "graphql-playground-html" : " 1.6.12 "
42+ "graphql-playground-html" : " 1.6.13 "
4343 }
4444}
Original file line number Diff line number Diff line change @@ -124,10 +124,10 @@ glob@^7.0.5:
124124 once "^1.3.0"
125125 path-is-absolute "^1.0.0"
126126
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 ==
131131
132132http-assert@^1.3.0 :
133133 version "1.4.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " graphql-playground-middleware-lambda" ,
3- "version" : " 1.7.12 " ,
3+ "version" : " 1.7.13 " ,
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" : [
3939 "definition" : " dist/index.d.ts"
4040 },
4141 "dependencies" : {
42- "graphql-playground-html" : " 1.6.12 "
42+ "graphql-playground-html" : " 1.6.13 "
4343 }
4444}
Original file line number Diff line number Diff line change @@ -89,10 +89,10 @@ glob@^7.0.5:
8989 once "^1.3.0"
9090 path-is-absolute "^1.0.0"
9191
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 ==
9696
9797ieee754@1.1.8 :
9898 version "1.1.8"
You can’t perform that action at this time.
0 commit comments