From efcb844cd46bcbff4cc1e6e703678fc64ee641f2 Mon Sep 17 00:00:00 2001 From: Johannes Schickling Date: Wed, 3 Jan 2018 13:59:16 +0100 Subject: [PATCH] release new version --- packages/graphql-playground-electron/package.json | 4 ++-- packages/graphql-playground-electron/yarn.lock | 15 +++++++++++---- packages/graphql-playground/package.json | 2 +- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/packages/graphql-playground-electron/package.json b/packages/graphql-playground-electron/package.json index 3aaf4a270..06e9eeff9 100644 --- a/packages/graphql-playground-electron/package.json +++ b/packages/graphql-playground-electron/package.json @@ -4,7 +4,7 @@ "homepage": "https://github.com/graphcool/graphql-playground", "repository": "graphcool/graphql-playground", "description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)", - "version": "v1.3.16", + "version": "v1.3.17", "author": { "name": "Graphcool", "email": "hello@graph.cool", @@ -134,7 +134,7 @@ "extract-text-webpack-plugin": "^2.0.0-beta.3", "file-loader": "^0.11.2", "fork-ts-checker-webpack-plugin": "^0.1.5", - "graphql-playground": "^1.3.14", + "graphql-playground": "^1.3.17", "happypack": "^3.1.0", "html-webpack-plugin": "^2.30.1", "identity-obj-proxy": "^3.0.0", diff --git a/packages/graphql-playground-electron/yarn.lock b/packages/graphql-playground-electron/yarn.lock index 57029590e..808bc8ac6 100644 --- a/packages/graphql-playground-electron/yarn.lock +++ b/packages/graphql-playground-electron/yarn.lock @@ -1735,7 +1735,7 @@ code-point-at@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" -codemirror-graphql@^0.6.11: +codemirror-graphql@^0.6.11, codemirror-graphql@^0.6.12: version "0.6.12" resolved "https://registry.yarnpkg.com/codemirror-graphql/-/codemirror-graphql-0.6.12.tgz#91a273fe5188857524a30221d06e645b4ca41f00" dependencies: @@ -3539,13 +3539,14 @@ graphql-language-service-utils@^1.0.16: graphql-config "1.0.8" graphql-language-service-types "^0.1.14" -graphql-playground@^1.3.14: - version "1.3.14" - resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.3.14.tgz#14db9eeea46a82d8a0d2d5686f51c3dacc068177" +graphql-playground@^1.3.17: + version "1.3.17" + resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.3.17.tgz#1584bbcc948a7f9bac9399b9c269439da3086791" dependencies: calculate-size "^1.1.1" classnames "^2.2.5" codemirror "^5.27.4" + codemirror-graphql "^0.6.12" cuid "^1.3.8" graphcool-styles "0.2.4" graphcool-tmp-ui "^0.0.11" @@ -3557,8 +3558,10 @@ graphql-playground@^1.3.14: keycode "^2.1.9" lodash "^4.17.4" lodash.debounce "^4.0.8" + marked "^0.3.9" polished "^1.9.0" postcss-modules "^0.6.4" + prop-types "^15.6.0" react "^16.2.0" react-addons-shallow-compare "^15.6.2" react-codemirror "^1.0.0" @@ -4854,6 +4857,10 @@ marked@0.3.6: version "0.3.6" resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.6.tgz#b2c6c618fccece4ef86c4fc6cb8a7cbf5aeda8d7" +marked@^0.3.9: + version "0.3.9" + resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.9.tgz#54ce6a57e720c3ac6098374ec625fcbcc97ff290" + math-expression-evaluator@^1.2.14: version "1.2.17" resolved "https://registry.yarnpkg.com/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz#de819fdbcd84dccd8fae59c6aeb79615b9d266ac" diff --git a/packages/graphql-playground/package.json b/packages/graphql-playground/package.json index d83d4e270..afe2ae38d 100644 --- a/packages/graphql-playground/package.json +++ b/packages/graphql-playground/package.json @@ -1,6 +1,6 @@ { "name": "graphql-playground", - "version": "1.3.14", + "version": "1.3.17", "main": "./lib/lib.js", "typings": "./lib/lib.d.ts", "description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",