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 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.8 " ,
7
+ "version" : " 1.8.9 " ,
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.18 " ,
100
+ "graphql-playground-react" : " 1.7.19 " ,
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 68
68
version "2.2.3"
69
69
resolved "https://registry.yarnpkg.com/@types/classnames/-/classnames-2.2.3.tgz#3f0ff6873da793870e20a260cada55982f38a9e5"
70
70
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
+
71
76
" @types/ms@^0.7.30 " :
72
77
version "0.7.30"
73
78
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.30.tgz#f6c38b7ecbbf698b0bbd138315a0f0f18954f85f"
@@ -3765,11 +3770,12 @@ graphql-playground-html@^1.6.0:
3765
3770
version "1.6.5"
3766
3771
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.5.tgz#0de1a68db891f7356312cf03dcf371d67388e95a"
3767
3772
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 ==
3772
3777
dependencies :
3778
+ " @types/lru-cache" " ^4.1.1"
3773
3779
apollo-link "^1.0.7"
3774
3780
apollo-link-http "^1.3.2"
3775
3781
apollo-link-ws "1.0.8"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-html" ,
3
- "version" : " 1.6.11 " ,
3
+ "version" : " 1.6.12 " ,
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 @@ -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.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 ==
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 @@ -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.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 ==
119
119
120
120
hapi@^18.0.0 :
121
121
version "18.0.0"
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.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 ==
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 @@ -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.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 ==
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.18 " ,
3
+ "version" : " 1.7.19 " ,
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