File tree Expand file tree Collapse file tree 5 files changed +10
-11
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 5 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -1848,7 +1848,7 @@ code-point-at@^1.0.0:
1848
1848
version "1.1.0"
1849
1849
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
1850
1850
1851
- codemirror-graphql@^0.6.11, codemirror-graphql@^0.6.12, " codemirror-graphql@github: timsuchanek/codemirror-graphql#details-fix" :
1851
+ codemirror-graphql@^0.6.11, codemirror-graphql@^0.6.12, codemirror-graphql@timsuchanek/codemirror-graphql#details-fix:
1852
1852
version "0.6.12"
1853
1853
resolved "https://codeload.github.com/timsuchanek/codemirror-graphql/tar.gz/801ec32683c38d6dc0f8f7bc19014a111edc9ebd"
1854
1854
dependencies :
@@ -7798,9 +7798,8 @@ styled-components@^3.1.6:
7798
7798
postcss-load-plugins "^2.2.0"
7799
7799
styled-jsx "^0.5.7"
7800
7800
7801
- " styled-jsx-postcss@github: timsuchanek/styled-jsx-postcss#build3 " :
7801
+ styled-jsx-postcss@timsuchanek/styled-jsx-postcss#build3:
7802
7802
version "0.2.0"
7803
- uid "677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
7804
7803
resolved "https://codeload.github.com/timsuchanek/styled-jsx-postcss/tar.gz/677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
7805
7804
dependencies :
7806
7805
babel-traverse "^6.21.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-middleware-express" ,
3
- "version" : " 1.6.2 " ,
3
+ "version" : " 1.6.3 " ,
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" : [
14
14
"files" : [
15
15
" dist"
16
16
],
17
- "playgroundVersion" : " 1.6.6 " ,
17
+ "playgroundVersion" : " 1.6.7 " ,
18
18
"scripts" : {
19
19
"build" : " rimraf dist && tsc" ,
20
20
"prepare" : " npm run build"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-middleware-hapi" ,
3
- "version" : " 1.6.1 " ,
3
+ "version" : " 1.6.2 " ,
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" : [
15
15
"files" : [
16
16
" dist"
17
17
],
18
- "playgroundVersion" : " 1.5.13 " ,
18
+ "playgroundVersion" : " 1.6.7 " ,
19
19
"scripts" : {
20
20
"build" : " rimraf dist && tsc" ,
21
21
"prepare" : " npm run build"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-middleware-koa" ,
3
- "version" : " 1.5.1 " ,
3
+ "version" : " 1.6.0 " ,
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" : [
14
14
"files" : [
15
15
" dist"
16
16
],
17
- "playgroundVersion" : " 1.5.13 " ,
17
+ "playgroundVersion" : " 1.6.7 " ,
18
18
"scripts" : {
19
19
"build" : " rimraf dist && tsc" ,
20
20
"prepare" : " npm run build"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-middleware-lambda" ,
3
- "version" : " 1.6.0 " ,
3
+ "version" : " 1.6.1 " ,
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" : [
14
14
"files" : [
15
15
" dist"
16
16
],
17
- "playgroundVersion" : " 1.6.6 " ,
17
+ "playgroundVersion" : " 1.6.7 " ,
18
18
"scripts" : {
19
19
"build" : " rimraf dist && tsc" ,
20
20
"prepare" : " npm run build"
You can’t perform that action at this time.
0 commit comments