File tree Expand file tree Collapse file tree 8 files changed +30
-24
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 8 files changed +30
-24
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.8 " ,
7+ "version" : " 1.8.9 " ,
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.18 " ,
100+ "graphql-playground-react" : " 1.7.19 " ,
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 6868 version "2.2.3"
6969 resolved "https://registry.yarnpkg.com/@types/classnames/-/classnames-2.2.3.tgz#3f0ff6873da793870e20a260cada55982f38a9e5"
7070
71+ " @types/lru-cache@^4.1.1 " :
72+ version "4.1.1"
73+ resolved "https://registry.yarnpkg.com/@types/lru-cache/-/lru-cache-4.1.1.tgz#b2d87a5e3df8d4b18ca426c5105cd701c2306d40"
74+ integrity sha512-8mNEUG6diOrI6pMqOHrHPDBB1JsrpedeMK9AWGzVCQ7StRRribiT9BRvUmF8aUws9iBbVlgVekOT5Sgzc1MTKw==
75+
7176" @types/ms@^0.7.30 " :
7277 version "0.7.30"
7378 resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.30.tgz#f6c38b7ecbbf698b0bbd138315a0f0f18954f85f"
@@ -3765,11 +3770,12 @@ graphql-playground-html@^1.6.0:
37653770 version "1.6.5"
37663771 resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.5.tgz#0de1a68db891f7356312cf03dcf371d67388e95a"
37673772
3768- graphql-playground-react@1.7.18 :
3769- version "1.7.18 "
3770- resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.7.18 .tgz#98d5347403b833513e24158a8b89e370051f9d85 "
3771- integrity sha512-Jd35fe3ulo/vAJTfr2Z/UjR9vG1OcwN/4MbQL/iKyYg8P1SC1S1LDj/7KrMHhoWjjGJXiLLdZ/ZEmphbFJmbCA ==
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 ==
37723777 dependencies :
3778+ " @types/lru-cache" " ^4.1.1"
37733779 apollo-link "^1.0.7"
37743780 apollo-link-http "^1.3.2"
37753781 apollo-link-ws "1.0.8"
Original file line number Diff line number Diff line change 11{
22 "name" : " graphql-playground-html" ,
3- "version" : " 1.6.11 " ,
3+ "version" : " 1.6.12 " ,
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 @@ -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.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 ==
189+ graphql-playground-html@^ 1.6.12 :
190+ version "1.6.12 "
191+ resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.12 .tgz#8b3b34ab6013e2c877f0ceaae478fafc8ca91b85 "
192+ integrity sha512-yOYFwwSMBL0MwufeL8bkrNDgRE7eF/kTHiwrqn9FiR9KLcNIl1xw9l9a+6yIRZM56JReQOHpbQFXTZn1IuSKRg ==
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 @@ -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.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 ==
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 ==
119119
120120hapi@^18.0.0 :
121121 version "18.0.0"
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.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 ==
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 ==
131131
132132http-assert@^1.3.0 :
133133 version "1.4.0"
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.11 :
93- version "1.6.11 "
94- resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.11 .tgz#a4e40b3d43527270722cacf7a96811c7806eb22a "
95- integrity sha512-KBeZH7irqW0GB08AfryknQ4c0BPDGxJSvqJ+DYmGzbhyaQTUnocMv+5TfpaU+SUY8lnS7OGvEIHo/SIYyrjuWg ==
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 ==
9696
9797ieee754@1.1.8 :
9898 version "1.1.8"
Original file line number Diff line number Diff line change 11{
22 "name" : " graphql-playground-react" ,
3- "version" : " 1.7.18 " ,
3+ "version" : " 1.7.19 " ,
44 "main" : " ./lib/lib.js" ,
55 "typings" : " ./lib/lib.d.ts" ,
66 "description" : " GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)." ,
You can’t perform that action at this time.
0 commit comments