Skip to content

Commit 75b9cd2

Browse files
committed
v1.3.11
1 parent 2cb9fe6 commit 75b9cd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-express",
3-
"version": "1.3.10",
3+
"version": "1.3.11",
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,11 @@
2929
"express": "^4.16.2"
3030
},
3131
"devDependencies": {
32-
"@types/node": "^8.0.47",
33-
"typescript": "^2.6.1"
32+
"@types/node": "^8.5.2",
33+
"typescript": "^2.6.2"
3434
},
3535
"dependencies": {
36-
"graphql-playground-html": "^1.3.10-beta.3",
36+
"graphql-playground-html": "^1.3.11",
3737
"graphql-playground-middleware": "^1.2.1-beta.6"
3838
},
3939
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)