Skip to content

Commit efcb844

Browse files
committed
release new version
1 parent f10ee67 commit efcb844

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
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": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)",
7-
"version": "v1.3.16",
7+
"version": "v1.3.17",
88
"author": {
99
"name": "Graphcool",
1010
"email": "[email protected]",
@@ -134,7 +134,7 @@
134134
"extract-text-webpack-plugin": "^2.0.0-beta.3",
135135
"file-loader": "^0.11.2",
136136
"fork-ts-checker-webpack-plugin": "^0.1.5",
137-
"graphql-playground": "^1.3.14",
137+
"graphql-playground": "^1.3.17",
138138
"happypack": "^3.1.0",
139139
"html-webpack-plugin": "^2.30.1",
140140
"identity-obj-proxy": "^3.0.0",

packages/graphql-playground-electron/yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1735,7 +1735,7 @@ code-point-at@^1.0.0:
17351735
version "1.1.0"
17361736
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
17371737

1738-
codemirror-graphql@^0.6.11:
1738+
codemirror-graphql@^0.6.11, codemirror-graphql@^0.6.12:
17391739
version "0.6.12"
17401740
resolved "https://registry.yarnpkg.com/codemirror-graphql/-/codemirror-graphql-0.6.12.tgz#91a273fe5188857524a30221d06e645b4ca41f00"
17411741
dependencies:
@@ -3539,13 +3539,14 @@ graphql-language-service-utils@^1.0.16:
35393539
graphql-config "1.0.8"
35403540
graphql-language-service-types "^0.1.14"
35413541

3542-
graphql-playground@^1.3.14:
3543-
version "1.3.14"
3544-
resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.3.14.tgz#14db9eeea46a82d8a0d2d5686f51c3dacc068177"
3542+
graphql-playground@^1.3.17:
3543+
version "1.3.17"
3544+
resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.3.17.tgz#1584bbcc948a7f9bac9399b9c269439da3086791"
35453545
dependencies:
35463546
calculate-size "^1.1.1"
35473547
classnames "^2.2.5"
35483548
codemirror "^5.27.4"
3549+
codemirror-graphql "^0.6.12"
35493550
cuid "^1.3.8"
35503551
graphcool-styles "0.2.4"
35513552
graphcool-tmp-ui "^0.0.11"
@@ -3557,8 +3558,10 @@ graphql-playground@^1.3.14:
35573558
keycode "^2.1.9"
35583559
lodash "^4.17.4"
35593560
lodash.debounce "^4.0.8"
3561+
marked "^0.3.9"
35603562
polished "^1.9.0"
35613563
postcss-modules "^0.6.4"
3564+
prop-types "^15.6.0"
35623565
react "^16.2.0"
35633566
react-addons-shallow-compare "^15.6.2"
35643567
react-codemirror "^1.0.0"
@@ -4854,6 +4857,10 @@ [email protected]:
48544857
version "0.3.6"
48554858
resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.6.tgz#b2c6c618fccece4ef86c4fc6cb8a7cbf5aeda8d7"
48564859

4860+
marked@^0.3.9:
4861+
version "0.3.9"
4862+
resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.9.tgz#54ce6a57e720c3ac6098374ec625fcbcc97ff290"
4863+
48574864
math-expression-evaluator@^1.2.14:
48584865
version "1.2.17"
48594866
resolved "https://registry.yarnpkg.com/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz#de819fdbcd84dccd8fae59c6aeb79615b9d266ac"

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.14",
3+
"version": "1.3.17",
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)