Skip to content

Commit ab574ca

Browse files
committed
v1.3.4
1 parent 9886f15 commit ab574ca

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-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": "1.3.0",
7+
"version": "1.3.4",
88
"author": {
99
"name": "Graphcool",
1010
"email": "[email protected]",
@@ -138,7 +138,7 @@
138138
"extract-text-webpack-plugin": "^2.0.0-beta.3",
139139
"file-loader": "^0.11.2",
140140
"fork-ts-checker-webpack-plugin": "^0.1.5",
141-
"graphql-playground": "^1.3.0",
141+
"graphql-playground": "^1.3.4",
142142
"happypack": "^3.1.0",
143143
"html-webpack-plugin": "^2.30.1",
144144
"identity-obj-proxy": "^3.0.0",

packages/graphql-playground-electron/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3338,9 +3338,9 @@ [email protected]:
33383338
graphql "^0.10.1"
33393339
graphql-language-service-types "0.0.21"
33403340

3341-
graphql-playground@^1.3.0:
3342-
version "1.3.0"
3343-
resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.3.0.tgz#373f6e74ca399739c913dfc69d0a0c3c0bd660bd"
3341+
graphql-playground@^1.3.4:
3342+
version "1.3.4"
3343+
resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.3.4.tgz#55d87f75d81f20b97ad23dd25ac15fe009654da9"
33443344
dependencies:
33453345
calculate-size "^1.1.1"
33463346
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.3",
3+
"version": "1.3.4",
44
"main": "./lib/lib.js",
55
"typings": "./lib/lib.d.ts",
66
"description":

0 commit comments

Comments
 (0)