Skip to content

Commit

Permalink
v1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Dec 20, 2017
1 parent aa375c2 commit 7ec437d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/graphql-playground-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://github.com/graphcool/graphql-playground",
"repository": "graphcool/graphql-playground",
"description": "Playground app",
"version": "v1.3.10-beta.1",
"version": "v1.3.10",
"author": {
"name": "Graphcool",
"email": "contact@graph.cool",
Expand Down Expand Up @@ -139,7 +139,7 @@
"extract-text-webpack-plugin": "^2.0.0-beta.3",
"file-loader": "^0.11.2",
"fork-ts-checker-webpack-plugin": "^0.1.5",
"graphql-playground": "^1.3.8",
"graphql-playground": "^1.3.10",
"happypack": "^3.1.0",
"html-webpack-plugin": "^2.30.1",
"identity-obj-proxy": "^3.0.0",
Expand Down
18 changes: 15 additions & 3 deletions packages/graphql-playground-electron/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3429,9 +3429,9 @@ graphql-language-service-utils@0.0.17:
graphql "^0.10.1"
graphql-language-service-types "0.0.21"

graphql-playground@^1.3.8:
version "1.3.8"
resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.3.8.tgz#591085cf6b616b50f8d21a7840d3225943c1a80a"
graphql-playground@^1.3.10:
version "1.3.10"
resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.3.10.tgz#95c603bec4d77a5b34d4f7def99da055acccf75a"
dependencies:
calculate-size "^1.1.1"
classnames "^2.2.5"
Expand Down Expand Up @@ -6892,6 +6892,18 @@ styled-components@^2.2.3:
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
2 changes: 1 addition & 1 deletion packages/graphql-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-playground",
"version": "1.3.10-beta.1",
"version": "1.3.10",
"main": "./lib/lib.js",
"typings": "./lib/lib.d.ts",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
Expand Down

0 comments on commit 7ec437d

Please sign in to comment.