Skip to content

Commit 7ec437d

Browse files
committed
v1.3.10
1 parent aa375c2 commit 7ec437d

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

packages/graphql-playground-electron/package.json

Lines changed: 2 additions & 2 deletions
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": "Playground app",
7-
"version": "v1.3.10-beta.1",
7+
"version": "v1.3.10",
88
"author": {
99
"name": "Graphcool",
1010
"email": "[email protected]",
@@ -139,7 +139,7 @@
139139
"extract-text-webpack-plugin": "^2.0.0-beta.3",
140140
"file-loader": "^0.11.2",
141141
"fork-ts-checker-webpack-plugin": "^0.1.5",
142-
"graphql-playground": "^1.3.8",
142+
"graphql-playground": "^1.3.10",
143143
"happypack": "^3.1.0",
144144
"html-webpack-plugin": "^2.30.1",
145145
"identity-obj-proxy": "^3.0.0",

packages/graphql-playground-electron/yarn.lock

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3429,9 +3429,9 @@ [email protected]:
34293429
graphql "^0.10.1"
34303430
graphql-language-service-types "0.0.21"
34313431

3432-
graphql-playground@^1.3.8:
3433-
version "1.3.8"
3434-
resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.3.8.tgz#591085cf6b616b50f8d21a7840d3225943c1a80a"
3432+
graphql-playground@^1.3.10:
3433+
version "1.3.10"
3434+
resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.3.10.tgz#95c603bec4d77a5b34d4f7def99da055acccf75a"
34353435
dependencies:
34363436
calculate-size "^1.1.1"
34373437
classnames "^2.2.5"
@@ -6892,6 +6892,18 @@ styled-components@^2.2.3:
68926892
postcss-load-plugins "^2.2.0"
68936893
styled-jsx "^0.5.7"
68946894

6895+
"styled-jsx-postcss@git+https://github.com/timsuchanek/styled-jsx-postcss.git#build3":
6896+
version "0.2.0"
6897+
uid "677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
6898+
resolved "git+https://github.com/timsuchanek/styled-jsx-postcss.git#677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
6899+
dependencies:
6900+
babel-traverse "^6.21.0"
6901+
babylon "^6.14.1"
6902+
deasync "^0.1.9"
6903+
postcss "^5.2.8"
6904+
postcss-load-plugins "^2.2.0"
6905+
styled-jsx "^0.5.7"
6906+
68956907
68966908
version "0.5.2"
68976909
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-0.5.2.tgz#59740216c3db371636f9beec02149f9da5ea02e5"

packages/graphql-playground/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",
3-
"version": "1.3.10-beta.1",
3+
"version": "1.3.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)