graphql-playground-html
Advanced tools
Comparing version 1.5.4 to 1.5.5
{ | ||
"name": "graphql-playground-html", | ||
"version": "1.5.4", | ||
"homepage": | ||
"https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-html", | ||
"description": | ||
"GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).", | ||
"version": "1.5.5", | ||
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-html", | ||
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).", | ||
"contributors": [ | ||
@@ -16,3 +14,5 @@ "Tim Suchanek <tim@graph.cool>", | ||
"main": "dist/index.js", | ||
"files": ["dist"], | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
@@ -22,5 +22,10 @@ "build": "rimraf dist && tsc", | ||
}, | ||
"keywords": ["graphql", "graphiql", "playground", "graphcool"], | ||
"keywords": [ | ||
"graphql", | ||
"graphiql", | ||
"playground", | ||
"graphcool" | ||
], | ||
"devDependencies": { | ||
"@types/node": "9.4.0", | ||
"@types/node": "9.4.6", | ||
"graphql-config": "1.1.7", | ||
@@ -35,4 +40,4 @@ "rimraf": "2.6.2", | ||
"dependencies": { | ||
"graphql-config": "1.1.7" | ||
"graphql-config": "2.0.0" | ||
} | ||
} |
24356
+ Addedgraphql@0.13.2(transitive)
+ Addedgraphql-config@2.0.0(transitive)
+ Addediterall@1.3.0(transitive)
- Removedgraphql@0.12.3(transitive)
- Removedgraphql-config@1.1.7(transitive)
- Removediterall@1.1.3(transitive)
Updatedgraphql-config@2.0.0