Skip to content

Commit da19476

Browse files
committed
chore: bump version
1 parent 84463b8 commit da19476

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

packages/graphql-playground-electron/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/graphcool/graphql-playground",
55
"repository": "graphcool/graphql-playground",
66
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)",
7-
"version": "1.5.5",
7+
"version": "1.5.6",
88
"author": {
99
"name": "Graphcool",
1010
"email": "[email protected]",
@@ -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.10",
100-
"graphql-playground-react": "1.6.2",
100+
"graphql-playground-react": "1.6.4",
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

+6-5
Original file line numberDiff line numberDiff line change
@@ -1848,7 +1848,7 @@ code-point-at@^1.0.0:
18481848
version "1.1.0"
18491849
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
18501850

1851-
codemirror-graphql@^0.6.11, codemirror-graphql@^0.6.12, codemirror-graphql@timsuchanek/codemirror-graphql#details-fix:
1851+
codemirror-graphql@^0.6.11, codemirror-graphql@^0.6.12, "codemirror-graphql@github:timsuchanek/codemirror-graphql#details-fix":
18521852
version "0.6.12"
18531853
resolved "https://codeload.github.com/timsuchanek/codemirror-graphql/tar.gz/801ec32683c38d6dc0f8f7bc19014a111edc9ebd"
18541854
dependencies:
@@ -3727,9 +3727,9 @@ [email protected]:
37273727
dependencies:
37283728
graphql-config "2.0.0"
37293729

3730-
3731-
version "1.6.2"
3732-
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.6.2.tgz#51a96e882adbc446c224ade3f84b83d3a683b442"
3730+
3731+
version "1.6.4"
3732+
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.6.4.tgz#f783bc93458b2a6327695c767fab2f34e0e8baf2"
37333733
dependencies:
37343734
apollo-link "^1.0.7"
37353735
apollo-link-http "^1.3.2"
@@ -7798,8 +7798,9 @@ styled-components@^3.1.6:
77987798
postcss-load-plugins "^2.2.0"
77997799
styled-jsx "^0.5.7"
78007800

7801-
styled-jsx-postcss@timsuchanek/styled-jsx-postcss#build3:
7801+
"styled-jsx-postcss@github:timsuchanek/styled-jsx-postcss#build3":
78027802
version "0.2.0"
7803+
uid "677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
78037804
resolved "https://codeload.github.com/timsuchanek/styled-jsx-postcss/tar.gz/677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
78047805
dependencies:
78057806
babel-traverse "^6.21.0"

packages/graphql-playground-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-react",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
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)