Skip to content

Commit

Permalink
update electron app
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Dec 4, 2017
1 parent 2d1a306 commit 7d1e392
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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": "1.3.4",
"version": "1.3.5",
"author": {
"name": "Graphcool",
"email": "contact@graph.cool",
Expand Down Expand Up @@ -138,7 +138,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.5-alpha.1",
"graphql-playground": "^1.3.5",
"happypack": "^3.1.0",
"html-webpack-plugin": "^2.30.1",
"identity-obj-proxy": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-playground-electron/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3338,9 +3338,9 @@ graphql-language-service-utils@0.0.17:
graphql "^0.10.1"
graphql-language-service-types "0.0.21"

graphql-playground@^1.3.5-alpha.1:
version "1.3.5-alpha.1"
resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.3.5-alpha.1.tgz#bed4e4d53a69059ab694b0af854819d9eff5e95c"
graphql-playground@^1.3.5:
version "1.3.5"
resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.3.5.tgz#f9db9e9e29422888a11579b2832ab3c3909e57e0"
dependencies:
calculate-size "^1.1.1"
classnames "^2.2.5"
Expand Down

0 comments on commit 7d1e392

Please sign in to comment.