Skip to content

Commit c01bb7a

Browse files
committed
Release new version
1 parent e606538 commit c01bb7a

File tree

13 files changed

+876
-119
lines changed

13 files changed

+876
-119
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": "1.8.5",
7+
"version": "1.8.6",
88
"author": {
99
"name": "Graphcool",
1010
"email": "[email protected]",
@@ -97,7 +97,7 @@
9797
"graphql-config-extension-graphcool": "1.0.8",
9898
"graphql-config-extension-prisma": "^0.2.5",
9999
"graphql-playground-html": "^1.6.0",
100-
"graphql-playground-react": "1.7.11",
100+
"graphql-playground-react": "1.7.15",
101101
"immutable": "4.0.0-rc.9",
102102
"js-yaml": "^3.11.0",
103103
"lodash.merge": "^4.6.1",

packages/graphql-playground-electron/yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3765,9 +3765,10 @@ graphql-playground-html@^1.6.0:
37653765
version "1.6.5"
37663766
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.5.tgz#0de1a68db891f7356312cf03dcf371d67388e95a"
37673767

3768-
graphql-playground-react@^1.7.11:
3769-
version "1.7.11"
3770-
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.7.11.tgz#a45a1c500de9c4c22a32e3c00ada17cd1a154785"
3768+
3769+
version "1.7.15"
3770+
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.7.15.tgz#6a3a0e81761ca14b2b1a840261f5b586e281ad03"
3771+
integrity sha512-W130eUPbbF2RYnNx2NAUTr9d9jol+UIHIHupytahIIxjPPSsad6kk2WbRohfMl4KTE/4txU5jxjkdu1mMJMIoA==
37713772
dependencies:
37723773
apollo-link "^1.0.7"
37733774
apollo-link-http "^1.3.2"

packages/graphql-playground-html/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-html",
3-
"version": "1.6.6",
3+
"version": "1.6.10",
44
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-html",
55
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
66
"contributors": [

packages/graphql-playground-html/src/render-playground-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export interface IntrospectionResult {
5555
}
5656

5757
export interface RenderPageOptions extends MiddlewareOptions {
58-
version: string
58+
version?: string
5959
cdnUrl?: string
6060
env?: any
6161
}

packages/graphql-playground-middleware-express/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-express",
3-
"version": "1.7.8",
3+
"version": "1.7.9",
44
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-express",
55
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
66
"contributors": [
@@ -29,11 +29,12 @@
2929
},
3030
"devDependencies": {
3131
"@types/node": "9.4.0",
32+
"express": "^4.16.4",
3233
"rimraf": "2.6.2",
3334
"typescript": "2.6.2"
3435
},
3536
"dependencies": {
36-
"graphql-playground-html": "1.6.6"
37+
"graphql-playground-html": "1.6.10"
3738
},
3839
"typings": "dist/index.d.ts",
3940
"typescript": {

0 commit comments

Comments
 (0)