File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
from aiohttp import web
5
5
6
-
7
- GRAPHIQL_VERSION = "0.11.10"
6
+ GRAPHIQL_VERSION = "0.17.5"
8
7
9
8
TEMPLATE = """<!--
10
9
The request to this GraphQL server provided the header "Accept: text/html"
26
25
</style>
27
26
<meta name="referrer" content="no-referrer">
28
27
<link href="//cdn.jsdelivr.net/npm/graphiql@{{graphiql_version}}/graphiql.css" rel="stylesheet" />
29
- <script src="//cdn.jsdelivr.net/gh/github/fetch@2 .0.3 /fetch.min.js"></script>
30
- <script src="//cdn.jsdelivr.net/npm/react@16.2 .0/umd/react.production.min.js"></script>
31
- <script src="//cdn.jsdelivr.net/npm/react-dom@16.2 .0/umd/react-dom.production.min.js"></script>
28
+ <script src="//cdn.jsdelivr.net/gh/github/fetch@3 .0.0 /fetch.min.js"></script>
29
+ <script src="//cdn.jsdelivr.net/npm/react@16.12 .0/umd/react.production.min.js"></script>
30
+ <script src="//cdn.jsdelivr.net/npm/react-dom@16.12 .0/umd/react-dom.production.min.js"></script>
32
31
<script src="//cdn.jsdelivr.net/npm/graphiql@{{graphiql_version}}/graphiql.min.js"></script>
33
32
</head>
34
33
<body>
You can’t perform that action at this time.
0 commit comments