This repository was archived by the owner on Mar 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ type GraphiQLData = {
16
16
} ;
17
17
18
18
// Current latest version of GraphiQL.
19
- const GRAPHIQL_VERSION = '0.10.1 ' ;
19
+ const GRAPHIQL_VERSION = '0.11.2 ' ;
20
20
21
21
// Ensures string values are safe to be used within a <script> tag.
22
22
function safeSerialize ( data ) {
@@ -63,11 +63,11 @@ add "&raw" to the end of the URL within a browser.
63
63
width: 100%;
64
64
}
65
65
</style>
66
- <link href="//cdn.jsdelivr.net/graphiql/ ${ GRAPHIQL_VERSION } /graphiql.css" rel="stylesheet" />
66
+ <link href="//cdn.jsdelivr.net/npm/graphiql@ ${ GRAPHIQL_VERSION } /graphiql.css" rel="stylesheet" />
67
67
<script src="//cdn.jsdelivr.net/fetch/0.9.0/fetch.min.js"></script>
68
68
<script src="//cdn.jsdelivr.net/react/15.4.2/react.min.js"></script>
69
69
<script src="//cdn.jsdelivr.net/react/15.4.2/react-dom.min.js"></script>
70
- <script src="//cdn.jsdelivr.net/graphiql/ ${ GRAPHIQL_VERSION } /graphiql.min.js"></script>
70
+ <script src="//cdn.jsdelivr.net/npm/graphiql@ ${ GRAPHIQL_VERSION } /graphiql.min.js"></script>
71
71
</head>
72
72
<body>
73
73
<script>
You can’t perform that action at this time.
0 commit comments