Skip to content

Commit

Permalink
fix(deps): Update graphql-playground-middleware-express
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jan 8, 2018
1 parent ef83c09 commit 0ac03f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
service: whh
stage: dev
cluster: local
cluster: workspace-asd/graphcool-eu1

datamodel:
- datamodel.graphql
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-playground-middleware-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-middleware-express",
"version": "1.4.7",
"version": "1.4.8",
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-express",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
"contributors": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "2.6.2"
},
"dependencies": {
"graphql-playground-html": "1.4.2"
"graphql-playground-html": "1.4.3"
},
"typings": "dist/index.d.ts",
"typescript": {
Expand Down
27 changes: 8 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4228,13 +4228,6 @@ graphiql@^0.11.2:
codemirror-graphql "^0.6.11"
markdown-it "^8.4.0"

graphql-config-extension-graphcool@1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-1.0.1.tgz#841210ddac9ea43d97a3c1faf65555ec5fb6fcbf"
dependencies:
graphcool-yml "0.2.2"
graphql-config "^1.1.4"

graphql-config-extension-graphcool@1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-1.0.4.tgz#9346aace7e42688e35e4bd44039117608916aad0"
Expand Down Expand Up @@ -4361,6 +4354,14 @@ graphql-language-service-utils@^1.0.18:
graphql-config "1.1.4"
graphql-language-service-types "^1.0.18"

graphql-playground-html@1.4.2:
version "1.4.2"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.2.tgz#af97a84ea6cf6ba18e8ff148a6a8b17eef40aa46"
dependencies:
dotenv "^4.0.0"
graphql-config "^1.1.1"
graphql-config-extension-graphcool "^1.0.0"

graphql-playground-react@1.3.22:
version "1.3.22"
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.3.22.tgz#b3a9acae19434507e3fbaef806fdaaa4aa7fceef"
Expand Down Expand Up @@ -9332,18 +9333,6 @@ styled-components@^2.4.0:
postcss-load-plugins "^2.2.0"
styled-jsx "^0.5.7"

"styled-jsx-postcss@git+https://github.com/timsuchanek/styled-jsx-postcss.git#build3":
version "0.2.0"
uid "677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
resolved "git+https://github.com/timsuchanek/styled-jsx-postcss.git#677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
dependencies:
babel-traverse "^6.21.0"
babylon "^6.14.1"
deasync "^0.1.9"
postcss "^5.2.8"
postcss-load-plugins "^2.2.0"
styled-jsx "^0.5.7"

styled-jsx@0.5.2:
version "0.5.2"
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-0.5.2.tgz#59740216c3db371636f9beec02149f9da5ea02e5"
Expand Down

0 comments on commit 0ac03f3

Please sign in to comment.