Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "graphiql", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "An graphical interactive in-browser GraphQL IDE.", | ||
@@ -66,6 +66,6 @@ "contributors": [ | ||
"browserify": "13.3.0", | ||
"browserify-shim": "3.8.12", | ||
"browserify-shim": "3.8.13", | ||
"chai": "3.5.0", | ||
"chai-subset": "1.4.0", | ||
"eslint": "3.14.0", | ||
"eslint": "3.14.1", | ||
"eslint-plugin-babel": "4.0.1", | ||
@@ -76,3 +76,3 @@ "eslint-plugin-react": "6.9.0", | ||
"flow-bin": "0.38.0", | ||
"graphql": "0.9.0", | ||
"graphql": "0.9.1", | ||
"jsdom": "9.9.1", | ||
@@ -86,4 +86,4 @@ "mocha": "3.2.0", | ||
"uglifyify": "3.0.4", | ||
"watchify": "3.8.0" | ||
"watchify": "3.9.0" | ||
} | ||
} |
@@ -189,5 +189,5 @@ GraphiQL | ||
// Some other possible toolbar items | ||
<GraphiQL.Toolbar.Menu title="File"> | ||
<GraphiQL.Toolbar.MenuItem title="Save" onClick={...}> | ||
<GraphiQL.Toolbar.Menu> | ||
<GraphiQL.Menu title="File"> | ||
<GraphiQL.MenuItem title="Save" onClick={...}> | ||
</GraphiQL.Menu> | ||
@@ -194,0 +194,0 @@ <OtherReactComponent someProps="true" /> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2053101
38084