Skip to content

Commit 1cdf0ba

Browse files
committed
chore(version): update middlewares
1 parent 263566c commit 1cdf0ba

File tree

8 files changed

+21
-757
lines changed

8 files changed

+21
-757
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.3.24",
7+
"version": "1.4.0",
88
"author": {
99
"name": "Graphcool",
1010
"email": "[email protected]",
@@ -96,7 +96,7 @@
9696
"graphql-config": "^1.1.2",
9797
"graphql-config-extension-graphcool": "1.0.4",
9898
"graphql-config-extension-prisma": "0.0.3",
99-
"graphql-playground-react": "1.3.24",
99+
"graphql-playground-react": "1.4.0",
100100
"js-yaml": "^3.10.0",
101101
"lodash.merge": "^4.6.0",
102102
"minimist": "^1.2.0",

packages/graphql-playground-electron/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3649,9 +3649,9 @@ graphql-language-service-utils@^1.0.18:
36493649
graphql-config "1.1.4"
36503650
graphql-language-service-types "^1.0.18"
36513651

3652-
graphql-playground-react@1.3.24:
3653-
version "1.3.24"
3654-
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.3.24.tgz#5b71da7e9ce562ae68dd8c14ac9b92e181551b80"
3652+
graphql-playground-react@1.4.0:
3653+
version "1.4.0"
3654+
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.4.0.tgz#b32eb70f6c245a6b4825a259c1372ab94420a2e9"
36553655
dependencies:
36563656
calculate-size "^1.1.1"
36573657
classnames "^2.2.5"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-hapi",
3-
"version": "1.3.8",
3+
"version": "1.4.0",
44
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-hapi",
55
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
66
"contributors": [
@@ -14,7 +14,7 @@
1414
"files": [
1515
"dist"
1616
],
17-
"playgroundVersion": "1.3.24",
17+
"playgroundVersion": "1.4.0",
1818
"scripts": {
1919
"build": "rimraf dist && tsc",
2020
"prepare": "npm run build"
@@ -39,6 +39,6 @@
3939
"definition": "dist/index.d.ts"
4040
},
4141
"dependencies": {
42-
"graphql-playground-html": "1.4.4"
42+
"graphql-playground-html": "1.5.0"
4343
}
4444
}

0 commit comments

Comments
 (0)