Skip to content

Commit 66bbfc5

Browse files
committed
released new html playground
1 parent 4b0603d commit 66bbfc5

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

packages/graphql-playground-middleware-lambda/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-lambda",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
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": [
@@ -39,6 +39,6 @@
3939
"definition": "dist/index.d.ts"
4040
},
4141
"dependencies": {
42-
"graphql-playground-html": "1.5.4"
42+
"graphql-playground-html": "1.5.5"
4343
}
4444
}

packages/graphql-playground-middleware-lambda/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ glob@^7.0.5:
5959
once "^1.3.0"
6060
path-is-absolute "^1.0.0"
6161

62-
graphql-config@1.1.7:
63-
version "1.1.7"
64-
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.1.7.tgz#546c443d3ad877ceb8e13f40fbc8937af0d35dbe"
62+
graphql-config@2.0.0:
63+
version "2.0.0"
64+
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.0.0.tgz#daf69091055c6f675d63893a2d14c48f3fec3327"
6565
dependencies:
66-
graphql "^0.12.3"
6766
graphql-import "^0.4.0"
6867
graphql-request "^1.4.0"
6968
js-yaml "^3.10.0"
69+
lodash "^4.17.4"
7070
minimatch "^3.0.4"
7171

7272
graphql-import@^0.4.0:
@@ -76,11 +76,11 @@ graphql-import@^0.4.0:
7676
graphql "^0.12.3"
7777
lodash "^4.17.4"
7878

79-
80-
version "1.5.4"
81-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.4.tgz#82752ec4ee36c62d64ccebf7d3ca47477c213bb6"
79+
80+
version "1.5.5"
81+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.5.tgz#e2aca543eb66b435ead495b45244b2604d6b2d48"
8282
dependencies:
83-
graphql-config "1.1.7"
83+
graphql-config "2.0.0"
8484

8585
graphql-request@^1.4.0:
8686
version "1.4.1"

scripts/release-html.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ cd packages
66

77
middlewares=(
88
graphql-playground-middleware-express
9-
# graphql-playground-middleware-hapi
10-
# graphql-playground-middleware-koa
11-
# graphql-playground-middleware-lambda
9+
graphql-playground-middleware-hapi
10+
graphql-playground-middleware-koa
11+
graphql-playground-middleware-lambda
1212
)
1313

1414
cd graphql-playground-html

0 commit comments

Comments
 (0)