Skip to content

Commit 4cdbbc4

Browse files
committed
v1.3.8
1 parent c5f1a9b commit 4cdbbc4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

packages/graphql-playground-electron/package.json

Lines changed: 3 additions & 3 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": "1.3.8-beta.1",
7+
"version": "1.3.9",
88
"author": {
99
"name": "Graphcool",
1010
"email": "[email protected]",
@@ -100,7 +100,7 @@
100100
"graphcool-tmp-ui": "^0.0.11",
101101
"graphcool-ui": "^0.0.13",
102102
"graphql-config": "^1.1.0",
103-
"graphql-config-extension-graphcool": "^0.0.4",
103+
"graphql-config-extension-graphcool": "^0.0.5",
104104
"js-yaml": "^3.10.0",
105105
"lodash.merge": "^4.6.0",
106106
"minimist": "^1.2.0",
@@ -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.7",
142+
"graphql-playground": "^1.3.8",
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3366,9 +3366,9 @@ graphiql@^0.11.2:
33663366
codemirror-graphql "^0.6.8"
33673367
marked "0.3.6"
33683368

3369-
graphql-config-extension-graphcool@^0.0.4:
3370-
version "0.0.4"
3371-
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-0.0.4.tgz#ee6febf942fb7baafb1f03af65b0f160ac47127c"
3369+
graphql-config-extension-graphcool@^0.0.5:
3370+
version "0.0.5"
3371+
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-0.0.5.tgz#caa1c8cb834afdd2f74439f51d18c16ff781b3e6"
33723372
dependencies:
33733373
graphcool-yml "^0.0.6"
33743374
graphql-config "^1.1.0"
@@ -3428,9 +3428,9 @@ [email protected]:
34283428
graphql "^0.10.1"
34293429
graphql-language-service-types "0.0.21"
34303430

3431-
graphql-playground@^1.3.7:
3432-
version "1.3.7"
3433-
resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.3.7.tgz#eed8470d4fe31588f50076b47131b8fdd8da3242"
3431+
graphql-playground@^1.3.8:
3432+
version "1.3.8"
3433+
resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.3.8.tgz#591085cf6b616b50f8d21a7840d3225943c1a80a"
34343434
dependencies:
34353435
calculate-size "^1.1.1"
34363436
classnames "^2.2.5"

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.8-beta.2",
3+
"version": "1.3.8",
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)