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 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" : " 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.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" ,
Original file line number Diff line number Diff 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- 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 ==
37723772 dependencies :
37733773 apollo-link "^1.0.7"
37743774 apollo-link-http "^1.3.2"
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 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" : [
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" : {
Original file line number Diff line number Diff line change @@ -186,10 +186,10 @@ glob@^7.0.5:
186186 once "^1.3.0"
187187 path-is-absolute "^1.0.0"
188188
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 ==
193193
194194http-errors@1.6.3, http-errors@~1.6.2, http-errors@~1.6.3 :
195195 version "1.6.3"
Original file line number Diff line number Diff line change 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" : [
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}
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.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 ==
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.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" : [
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}
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.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 ==
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.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" : [
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}
You can’t perform that action at this time.
0 commit comments