Skip to content

Commit 5e6e48c

Browse files
committed
update electron app
1 parent 4722ede commit 5e6e48c

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

packages/graphql-playground-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"graphql-config": "^2.0.1",
9898
"graphql-config-extension-graphcool": "1.0.8",
9999
"graphql-config-extension-prisma": "0.0.9",
100-
"graphql-playground-react": "1.5.8",
100+
"graphql-playground-react": "1.5.10",
101101
"immutable": "4.0.0-rc.9",
102102
"js-yaml": "^3.10.0",
103103
"lodash.merge": "^4.6.0",

packages/graphql-playground-electron/yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,7 +1842,7 @@ code-point-at@^1.0.0:
18421842
version "1.1.0"
18431843
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
18441844

1845-
codemirror-graphql@^0.6.11, codemirror-graphql@^0.6.12, codemirror-graphql@timsuchanek/codemirror-graphql#details-fix:
1845+
codemirror-graphql@^0.6.11, codemirror-graphql@^0.6.12, "codemirror-graphql@github:timsuchanek/codemirror-graphql#details-fix":
18461846
version "0.6.12"
18471847
resolved "https://codeload.github.com/timsuchanek/codemirror-graphql/tar.gz/801ec32683c38d6dc0f8f7bc19014a111edc9ebd"
18481848
dependencies:
@@ -3707,9 +3707,9 @@ [email protected]:
37073707
dependencies:
37083708
graphql-config "2.0.0"
37093709

3710-
3711-
version "1.5.8"
3712-
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.5.8.tgz#d52c89a0d3e4d5b54f0f5ec35d55f85278cda9b1"
3710+
3711+
version "1.5.10"
3712+
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.5.10.tgz#fb8b09f6af2aae9d6a5162f790c221231e2713cb"
37133713
dependencies:
37143714
apollo-link "^1.0.7"
37153715
apollo-link-http "^1.3.2"
@@ -7730,8 +7730,9 @@ styled-components@^3.1.6:
77307730
postcss-load-plugins "^2.2.0"
77317731
styled-jsx "^0.5.7"
77327732

7733-
styled-jsx-postcss@timsuchanek/styled-jsx-postcss#build3:
7733+
"styled-jsx-postcss@github:timsuchanek/styled-jsx-postcss#build3":
77347734
version "0.2.0"
7735+
uid "677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
77357736
resolved "https://codeload.github.com/timsuchanek/styled-jsx-postcss/tar.gz/677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
77367737
dependencies:
77377738
babel-traverse "^6.21.0"

packages/graphql-playground-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-react",
3-
"version": "1.5.9",
3+
"version": "1.5.10",
44
"main": "./lib/lib.js",
55
"typings": "./lib/lib.d.ts",
66
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",

0 commit comments

Comments
 (0)