Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Update GraphiQL to v0.13.0 (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 17, 2019
1 parent 40608d0 commit ba32686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderGraphiQL.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type GraphiQLData = {|
|};

// Current latest version of GraphiQL.
const GRAPHIQL_VERSION = '0.12.0';
const GRAPHIQL_VERSION = '0.13.0';

// Ensures string values are safe to be used within a <script> tag.
function safeSerialize(data) {
Expand Down

0 comments on commit ba32686

Please sign in to comment.