Skip to content

Commit 0ac03f3

Browse files
committed
fix(deps): Update graphql-playground-middleware-express
1 parent ef83c09 commit 0ac03f3

File tree

3 files changed

+11
-22
lines changed

3 files changed

+11
-22
lines changed

packages/graphql-playground-middleware-express/examples/graphcool/graphcool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
service: whh
22
stage: dev
3-
cluster: local
3+
cluster: workspace-asd/graphcool-eu1
44

55
datamodel:
66
- datamodel.graphql

packages/graphql-playground-middleware-express/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-express",
3-
"version": "1.4.7",
3+
"version": "1.4.8",
44
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-express",
55
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
66
"contributors": [
@@ -34,7 +34,7 @@
3434
"typescript": "2.6.2"
3535
},
3636
"dependencies": {
37-
"graphql-playground-html": "1.4.2"
37+
"graphql-playground-html": "1.4.3"
3838
},
3939
"typings": "dist/index.d.ts",
4040
"typescript": {

yarn.lock

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4228,13 +4228,6 @@ graphiql@^0.11.2:
42284228
codemirror-graphql "^0.6.11"
42294229
markdown-it "^8.4.0"
42304230

4231-
4232-
version "1.0.1"
4233-
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-1.0.1.tgz#841210ddac9ea43d97a3c1faf65555ec5fb6fcbf"
4234-
dependencies:
4235-
graphcool-yml "0.2.2"
4236-
graphql-config "^1.1.4"
4237-
42384231
42394232
version "1.0.4"
42404233
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-1.0.4.tgz#9346aace7e42688e35e4bd44039117608916aad0"
@@ -4361,6 +4354,14 @@ graphql-language-service-utils@^1.0.18:
43614354
graphql-config "1.1.4"
43624355
graphql-language-service-types "^1.0.18"
43634356

4357+
4358+
version "1.4.2"
4359+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.2.tgz#af97a84ea6cf6ba18e8ff148a6a8b17eef40aa46"
4360+
dependencies:
4361+
dotenv "^4.0.0"
4362+
graphql-config "^1.1.1"
4363+
graphql-config-extension-graphcool "^1.0.0"
4364+
43644365
43654366
version "1.3.22"
43664367
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.3.22.tgz#b3a9acae19434507e3fbaef806fdaaa4aa7fceef"
@@ -9332,18 +9333,6 @@ styled-components@^2.4.0:
93329333
postcss-load-plugins "^2.2.0"
93339334
styled-jsx "^0.5.7"
93349335

9335-
"styled-jsx-postcss@git+https://github.com/timsuchanek/styled-jsx-postcss.git#build3":
9336-
version "0.2.0"
9337-
uid "677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
9338-
resolved "git+https://github.com/timsuchanek/styled-jsx-postcss.git#677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
9339-
dependencies:
9340-
babel-traverse "^6.21.0"
9341-
babylon "^6.14.1"
9342-
deasync "^0.1.9"
9343-
postcss "^5.2.8"
9344-
postcss-load-plugins "^2.2.0"
9345-
styled-jsx "^0.5.7"
9346-
93479336
93489337
version "0.5.2"
93499338
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-0.5.2.tgz#59740216c3db371636f9beec02149f9da5ea02e5"

0 commit comments

Comments
 (0)