Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit de25700

Browse files
author
Oleg Gabrusenok
committed
revert graphql-playground-middleware-koa
1 parent a4789d5 commit de25700

File tree

2 files changed

+26
-15
lines changed

2 files changed

+26
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"flashheart": "2.9.0",
3434
"graphql": "0.13.2",
3535
"graphql-cost-analysis": "1.0.1",
36-
"graphql-playground-middleware-koa": "1.6.1",
36+
"graphql-playground-middleware-koa": "1.4.2",
3737
"graphql-tools": "3.0.2",
3838
"graphql-voyager": "1.0.0-rc.18",
3939
"koa": "2.5.1",

yarn.lock

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1975,17 +1975,17 @@ graphql-code-generator@^0.5.1:
19751975
pascal-case "^2.0.1"
19761976
request "^2.81.0"
19771977

1978-
graphql-config@2.0.0:
1979-
version "2.0.0"
1980-
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.0.0.tgz#daf69091055c6f675d63893a2d14c48f3fec3327"
1978+
graphql-config@1.1.7:
1979+
version "1.1.7"
1980+
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.1.7.tgz#546c443d3ad877ceb8e13f40fbc8937af0d35dbe"
19811981
dependencies:
1982+
graphql "^0.12.3"
19821983
graphql-import "^0.4.0"
19831984
graphql-request "^1.4.0"
19841985
js-yaml "^3.10.0"
1985-
lodash "^4.17.4"
19861986
minimatch "^3.0.4"
19871987

1988-
graphql-cost-analysis@^1.0.1:
1988+
graphql-cost-analysis@1.0.1:
19891989
version "1.0.1"
19901990
resolved "https://registry.yarnpkg.com/graphql-cost-analysis/-/graphql-cost-analysis-1.0.1.tgz#8924e9ed8d00bf7f623d0272225915704b5e6fcb"
19911991
dependencies:
@@ -2005,17 +2005,18 @@ graphql-import@^0.4.0:
20052005
graphql "^0.13.0"
20062006
lodash "^4.17.4"
20072007

2008-
graphql-playground-html@1.6.0:
2009-
version "1.6.0"
2010-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.0.tgz#6ec4d54325ab2e5352506fdb89eb37c3fc718bf8"
2008+
graphql-playground-html@1.5.4:
2009+
version "1.5.4"
2010+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.4.tgz#82752ec4ee36c62d64ccebf7d3ca47477c213bb6"
20112011
dependencies:
2012-
graphql-config "2.0.0"
2012+
graphql-config "1.1.7"
20132013

2014-
graphql-playground-middleware-koa@1.6.1:
2015-
version "1.6.1"
2016-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-koa/-/graphql-playground-middleware-koa-1.6.1.tgz#4b5056ce15136cfe4667e6f438b31f4242ea5e39"
2014+
graphql-playground-middleware-koa@1.4.2:
2015+
version "1.4.2"
2016+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-koa/-/graphql-playground-middleware-koa-1.4.2.tgz#e1c75b6f53e19f73959b771dd6e56f0049306b1f"
20172017
dependencies:
2018-
graphql-playground-html "1.6.0"
2018+
graphql-playground-html "1.5.4"
2019+
koa "^2.4.1"
20192020

20202021
graphql-request@^1.4.0:
20212022
version "1.4.1"
@@ -2095,6 +2096,12 @@ graphql@0.13.2:
20952096
dependencies:
20962097
iterall "^1.2.1"
20972098

2099+
graphql@^0.12.3:
2100+
version "0.12.3"
2101+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
2102+
dependencies:
2103+
iterall "1.1.3"
2104+
20982105
graphql@^0.13.0:
20992106
version "0.13.1"
21002107
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.1.tgz#9b3db3d8e40d1827e4172404bfdd2e4e17a58b55"
@@ -2675,6 +2682,10 @@ istanbul-reports@^1.3.0:
26752682
dependencies:
26762683
handlebars "^4.0.3"
26772684

2685+
iterall@1.1.3:
2686+
version "1.1.3"
2687+
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
2688+
26782689
iterall@^1.0.0, iterall@^1.2.1:
26792690
version "1.2.2"
26802691
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
@@ -3272,7 +3283,7 @@ koa-router@7.4.0:
32723283
path-to-regexp "^1.1.1"
32733284
urijs "^1.19.0"
32743285

3275-
koa@2.5.1:
3286+
koa@2.5.1, koa@^2.4.1:
32763287
version "2.5.1"
32773288
resolved "https://registry.yarnpkg.com/koa/-/koa-2.5.1.tgz#79f8b95f8d72d04fe9a58a8da5ebd6d341103f9c"
32783289
dependencies:

0 commit comments

Comments
 (0)