Skip to content

Commit

Permalink
update electron app
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Apr 1, 2018
1 parent 4722ede commit 5e6e48c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/graphql-playground-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"graphql-config": "^2.0.1",
"graphql-config-extension-graphcool": "1.0.8",
"graphql-config-extension-prisma": "0.0.9",
"graphql-playground-react": "1.5.8",
"graphql-playground-react": "1.5.10",
"immutable": "4.0.0-rc.9",
"js-yaml": "^3.10.0",
"lodash.merge": "^4.6.0",
Expand Down
11 changes: 6 additions & 5 deletions packages/graphql-playground-electron/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,7 @@ code-point-at@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"

codemirror-graphql@^0.6.11, codemirror-graphql@^0.6.12, codemirror-graphql@timsuchanek/codemirror-graphql#details-fix:
codemirror-graphql@^0.6.11, codemirror-graphql@^0.6.12, "codemirror-graphql@github:timsuchanek/codemirror-graphql#details-fix":
version "0.6.12"
resolved "https://codeload.github.com/timsuchanek/codemirror-graphql/tar.gz/801ec32683c38d6dc0f8f7bc19014a111edc9ebd"
dependencies:
Expand Down Expand Up @@ -3707,9 +3707,9 @@ graphql-playground-html@1.5.6:
dependencies:
graphql-config "2.0.0"

graphql-playground-react@1.5.8:
version "1.5.8"
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.5.8.tgz#d52c89a0d3e4d5b54f0f5ec35d55f85278cda9b1"
graphql-playground-react@1.5.10:
version "1.5.10"
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.5.10.tgz#fb8b09f6af2aae9d6a5162f790c221231e2713cb"
dependencies:
apollo-link "^1.0.7"
apollo-link-http "^1.3.2"
Expand Down Expand Up @@ -7730,8 +7730,9 @@ styled-components@^3.1.6:
postcss-load-plugins "^2.2.0"
styled-jsx "^0.5.7"

styled-jsx-postcss@timsuchanek/styled-jsx-postcss#build3:
"styled-jsx-postcss@github:timsuchanek/styled-jsx-postcss#build3":
version "0.2.0"
uid "677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
resolved "https://codeload.github.com/timsuchanek/styled-jsx-postcss/tar.gz/677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
dependencies:
babel-traverse "^6.21.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-playground-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-react",
"version": "1.5.9",
"version": "1.5.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 5e6e48c

Please sign in to comment.